#pragma once #include "CoreMinimal.h" #include "UObject/Interface.h" #include "FortSpawnContextObjectInterface.generated.h" UINTERFACE() class UFortSpawnContextObjectInterface : public UInterface { GENERATED_BODY() }; class IFortSpawnContextObjectInterface : public IInterface { GENERATED_BODY() public: };