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

15 lines
440 B
C++

#include "FortDialogDescription_NUI.h"
FFortDialogDescription_NUI::FFortDialogDescription_NUI() {
this->bMultipleConfirmButtons = false;
this->AdditionalContent = NULL;
this->LeftAdditionalContent = NULL;
this->DisplayTime = 0.00f;
this->Dismissable = false;
this->Cancelable = false;
this->bShouldWaitForLatentActionOnConfirmAction = false;
this->NotificationHandler = NULL;
this->ShowSound = NULL;
}