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

10 lines
201 B
C++

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