Files
2026-04-22 15:51:07 +02:00

12 lines
334 B
C++

#include "RemoteViewRotSnapshotManager.h"
FRemoteViewRotSnapshotManager::FRemoteViewRotSnapshotManager() {
this->BufferSize = 0;
this->TimeDelay = 0.00f;
this->bUseVariableTimeDelay = false;
this->VariableTimeDelayMultiplier = 0.00f;
this->TimeBeforeDormant = 0.00f;
this->InterpSpeedWhenNoSample = 0.00f;
}