Message Popup Data
Introduction
The data used to display a message popup
Properties
Property | Description | Type | Default Value |
---|---|---|---|
Title | The title displayed in the message popup | FText | FText::GetEmpt |
Message | The text displayed in the message popup | FText | FText::GetEmpt |
PositiveButtonText | The text displayed on the positive button | FText | FText::GetEmpt |
NegativeButtonText | The text displayed on the negative button | FText | FText::GetEmpt |
NeutralButtonText | The text displayed on the neutral button | FText | FText::GetEmpt |