Navigation
API > API/Plugins > API/Plugins/UVEditorTools > API/Plugins/UVEditorTools/ContextObjects > API/Plugins/UVEditorTools/ContextObjects/UUVToolLivePreviewAPI
- UUVToolContextObject::OnToolEnded()
- UUVToolLivePreviewAPI::OnToolEnded()
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/ContextObjects/UVToolContextObjects.h |
| Include | #include "ContextObjects/UVToolContextObjects.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Private/ContextObjects/UVToolContextObjects.cpp |
virtual void OnToolEnded
&40;
UInteractiveTool &42; DeadTool
&41;
Remarks
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).