Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Base class for context objects used in the UV editor.
| Name | UUVToolContextObject |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/ContextObjects/UVToolContextObjects.h |
| Include Path | #include "ContextObjects/UVToolContextObjects.h" |
Syntax
UCLASS (MinimalAPI)
class UUVToolContextObject : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UUVToolContextObject
Derived Classes
UUVToolContextObject derived class hierarchy
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). | ContextObjects/UVToolContextObjects.h | |
virtual void Shutdown () |
Called by the mode when shutting context objects down, allowing them to do any cleanup. | ContextObjects/UVToolContextObjects.h |