DRG-Femboy-Voice/Source/FSDEngine/Public/SDFPlaneComponent.h
2025-04-15 12:39:31 -07:00

12 lines
340 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "SDFBaseWithTransformComponent.h"
#include "SDFPlaneComponent.generated.h"
UCLASS(Blueprintable, ClassGroup=Custom, meta=(BlueprintSpawnableComponent))
class FSDENGINE_API USDFPlaneComponent : public USDFBaseWithTransformComponent {
GENERATED_BODY()
public:
USDFPlaneComponent();
};