ICurveEditorToolExtension::OnToolActivated

This is called when the tool is activated by switching from another tool.

Unreal Engine C++ API Reference > Editor > CurveEditor > ICurveEditorToolExtension

References

   
Module CurveEditor
Header /Engine/Source/Editor/CurveEditor/Public/ICurveEditorToolExtension.h
Include #include "ICurveEditorToolExtension.h"
void OnToolActivated()

Remarks

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library