| CanAccept |
TFunction< bool()> |
If this returns false, the accept button is not clickable. |
ToolHostCustomizationAPI.h |
|
| IconName |
TOptional< FName > |
The host will try to look up an icon with this name in its style sheet. |
ToolHostCustomizationAPI.h |
|
| Label |
FText |
Label to use to show that the buttons now control a sub action. |
ToolHostCustomizationAPI.h |
|
| OnAcceptCancelTriggered |
TFunction< void(bool)> |
Function to be called when the accept/cancel buttons are clicked. |
ToolHostCustomizationAPI.h |
|
| OverrideAcceptButtonText |
TOptional< FText > |
|
ToolHostCustomizationAPI.h |
|
| OverrideAcceptButtonTooltip |
TOptional< FText > |
|
ToolHostCustomizationAPI.h |
|
| OverrideCancelButtonText |
TOptional< FText > |
|
ToolHostCustomizationAPI.h |
|
| OverrideCancelButtonTooltip |
TOptional< FText > |
|
ToolHostCustomizationAPI.h |
|