Files
FNGameProj/Source/FortniteGame/Public/FortTestControllerStreamingTest.h
2024-01-21 00:41:14 +01:00

13 lines
299 B
C++

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