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

10 lines
231 B
C++

#include "SavedSpectatorCameraShot.h"
FSavedSpectatorCameraShot::FSavedSpectatorCameraShot() {
bIsShotStart = false;
Timestamp = 1;
ShotLength = 1;
NotificationType = ECameraShotNotificationTypes::Notification;
}