Navigation
API > API/Editor > API/Editor/ActionableMessage
| Name | FActionableMessage |
| Type | struct |
| Header File | /Engine/Source/Editor/ActionableMessage/Public/ActionableMessageSubsystem.h |
| Include Path | #include "ActionableMessageSubsystem.h" |
Syntax
struct FActionableMessage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActionCallback | TFunction< void()> | The callback associated with the action button, if any. | ActionableMessageSubsystem.h | |
| ActionMessage | FText | The text displayed inside the action button, if any. | ActionableMessageSubsystem.h | |
| bForceExpand | bool | If true, this message requires the panel to be expanded. | ActionableMessageSubsystem.h | |
| Message | FText | The message that will be displayed in the widget. | ActionableMessageSubsystem.h | |
| Tooltip | FText | The tooltip of the widget. | ActionableMessageSubsystem.h |