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

12 lines
246 B
C++
Executable file

#pragma once
#include "CoreMinimal.h"
#include "SDFBase.h"
#include "SDFBaseWithTransform.generated.h"
UCLASS(Abstract, Blueprintable)
class USDFBaseWithTransform : public USDFBase {
GENERATED_BODY()
public:
USDFBaseWithTransform();
};