Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UBaseScriptableToolBuilder
References
| Module | ScriptableToolsFramework |
| Header | /Engine/Plugins/Experimental/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/ScriptableToolBuilder.h |
| Include | #include "ScriptableToolBuilder.h" |
Syntax
UCLASS&40;&41;
class UBaseScriptableToolBuilder : public UInteractiveToolBuilder
Remarks
UBaseScriptableToolBuilder is a trivial base UInteractiveToolBuilder for any UScriptableInteractiveTool subclass. CanBuildTool will return true as long as the ToolClass is a valid UClass.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UClass > | ToolClass |
Overridden from UInteractiveToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UInteractiveTool * | BuildTool
(
const FToolBuilderState& SceneState |
Create a new instance of this builder's Tool | |
| bool | CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created |