mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
12 lines
334 B
C++
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;
|
|
}
|
|
|