Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolBuilder
Description
PostBuildTool is called by the ToolManager after a new Tool instance has been built and Setup() has been called. This allows clients to make modifications to Tools like changing initial parameters without subclassing the Tool
| Name | PostSetupTool |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolBuilder.h |
| Include Path | #include "InteractiveToolBuilder.h" |
virtual void PostSetupTool
(
UInteractiveTool * Tool,
const FToolBuilderState & SceneState
) const
Parameters
| Name | Remarks |
|---|---|
| Tool | the new Tool instance |
| SceneState | the scene state used to create the new Tool |