Files
FNGameProj/Source/FortniteUI/Private/FortVideoInfo.cpp
2024-01-21 00:41:14 +01:00

10 lines
201 B
C++

#include "FortVideoInfo.h"
FFortVideoInfo::FFortVideoInfo() {
this->PreviewImage = NULL;
this->VideoSource = NULL;
this->SubtitleOverlays = NULL;
this->bIsQuestDrivenVideo = false;
}