#pragma once #include "CoreMinimal.h" #include "FortTestControllerBase.h" #include "FortTestControllerStreamingTest.generated.h" UCLASS(Blueprintable) class UFortTestControllerStreamingTest : public UFortTestControllerBase { GENERATED_BODY() public: UFortTestControllerStreamingTest(); };