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