mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-29 12:13:27 +00:00
13 lines
314 B
C++
13 lines
314 B
C++
#pragma once
|
|
#include "CoreMinimal.h"
|
|
#include "FortTestControllerPlayReplay.h"
|
|
#include "FortTestControllerPerfReplayTest.generated.h"
|
|
|
|
UCLASS(Blueprintable)
|
|
class UFortTestControllerPerfReplayTest : public UFortTestControllerPlayReplay {
|
|
GENERATED_BODY()
|
|
public:
|
|
UFortTestControllerPerfReplayTest();
|
|
};
|
|
|