mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
14 lines
345 B
C++
14 lines
345 B
C++
#include "FortDialogDescription_NUI.h"
|
|
|
|
FFortDialogDescription_NUI::FFortDialogDescription_NUI() {
|
|
AdditionalContent = NULL;
|
|
LeftAdditionalContent = NULL;
|
|
DisplayTime = 1;
|
|
Dismissable = false;
|
|
Cancelable = false;
|
|
bShouldWaitForLatentActionOnConfirmAction = false;
|
|
NotificationHandler = NULL;
|
|
ShowSound = NULL;
|
|
}
|
|
|