Navigation
API > API/Plugins > API/Plugins/ScriptableToolsFramework
Base class for context objects used in the Scriptable Tools Framework.
| Name | UScriptableToolContextObject |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ScriptableToolsFramework/Source/ScriptableToolsFramework/Public/Utility/ScriptableToolContextObjects.h |
| Include Path | #include "Utility/ScriptableToolContextObjects.h" |
Syntax
UCLASS ()
class UScriptableToolContextObject : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UScriptableToolContextObject
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnToolEnded
(
UInteractiveTool* DeadTool |
Called whenever a tool is ended, for instance to let a context object remove listeners associated with that tool (it shouldn't have to do so, but may choose to for robustness). | Utility/ScriptableToolContextObjects.h | |
virtual void Shutdown () |
Called by the mode when shutting context objects down, allowing them to do any cleanup. | Utility/ScriptableToolContextObjects.h |