Files
PS_ReplaySystem/Plugins/PS_ReplaySystem/Source/ReplaySystem/Private/ReplayPlayerController.cpp
2026-07-02 17:29:08 +02:00

11 lines
232 B
C++

// Copyright 2020-Present Oyintare Ebelo. All Rights Reserved.
#include "ReplayPlayerController.h"
AReplayPlayerController::AReplayPlayerController()
{
bShouldPerformFullTickWhenPaused = true;
SetTickableWhenPaused(true);
}