Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IToolHostCustomizationAPI
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ToolHostCustomizationAPI.h |
| Include | #include "ToolHostCustomizationAPI.h" |
Syntax
struct FCompleteButtonOverrideParams
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FName > | IconName | The host will try to look up an icon with this name in its style sheet. | |
| FText | Label | Label to use to show that the buttons now control a sub action. | |
| TFunction< void()> | OnCompleteTriggered | Function to be called when complete button is clicked. | |
| TOptional< FText > | OverrideCompleteButtonText | ||
| TOptional< FText > | OverrideCompleteButtonTooltip |