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

12 lines
346 B
C++
Executable file

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