#pragma once #include "CoreMinimal.h" #include "SmartSpawnEntry.generated.h" USTRUCT(BlueprintType) struct FSmartSpawnEntry { GENERATED_BODY() public: FSD_API FSmartSpawnEntry(); };