#pragma once #include "CoreMinimal.h" #include "DeepCSGTree.generated.h" USTRUCT(BlueprintType) struct FDeepCSGTree { GENERATED_BODY() public: FSDENGINE_API FDeepCSGTree(); };