Files
2026-04-22 15:51:07 +02: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;
}