Skip to content

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
Message The text displayed in the message popup FText
bShowPositiveButton Should the positive button be shown? bool false
PositiveButtonText The text displayed on the positive button FText
bShowNegativeButton Should the negative button be shown? bool false
NegativeButtonText The text displayed on the negative button FText
bShowNeutralButton Should the neutral button be shown? bool false
NeutralButtonText The text displayed on the neutral button FText