Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/ICurveEditorToolExtension
Description
This is called when the tool is activated by switching from another tool. The current tool (if any) will have OnToolDeactivated called first before the new tool has OnToolActivated called.
| Name | OnToolActivated |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/ICurveEditorToolExtension.h |
| Include Path | #include "ICurveEditorToolExtension.h" |
void OnToolActivated()