Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IToolHostCustomizationAPI
| Name | FCompleteButtonOverrideParams |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/ToolHostCustomizationAPI.h |
| Include Path | #include "ToolHostCustomizationAPI.h" |
Syntax
struct FCompleteButtonOverrideParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| 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 | |
| OnCompleteTriggered | TFunction< void()> | Function to be called when complete button is clicked. | ToolHostCustomizationAPI.h | |
| OverrideCompleteButtonText | TOptional< FText > | ToolHostCustomizationAPI.h | ||
| OverrideCompleteButtonTooltip | TOptional< FText > | ToolHostCustomizationAPI.h |