Files
FNGameProj/Source/FortniteGame/Private/RemoteViewRotSnapshotManager.cpp
T
2024-06-07 01:17:09 +02:00

12 lines
282 B
C++

#include "RemoteViewRotSnapshotManager.h"
FRemoteViewRotSnapshotManager::FRemoteViewRotSnapshotManager() {
BufferSize = 0;
TimeDelay = 1;
bUseVariableTimeDelay = false;
VariableTimeDelayMultiplier = 1;
TimeBeforeDormant = 1;
InterpSpeedWhenNoSample = 1;
}