mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 03:43:40 +00:00
15 lines
440 B
C++
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;
|
|
}
|
|
|