mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
12 lines
282 B
C++
12 lines
282 B
C++
#include "RemoteViewRotSnapshotManager.h"
|
|
|
|
FRemoteViewRotSnapshotManager::FRemoteViewRotSnapshotManager() {
|
|
BufferSize = 0;
|
|
TimeDelay = 1;
|
|
bUseVariableTimeDelay = false;
|
|
VariableTimeDelayMultiplier = 1;
|
|
TimeBeforeDormant = 1;
|
|
InterpSpeedWhenNoSample = 1;
|
|
}
|
|
|