Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveEditor
Description
Attempts to get the currently active tool. Will return nullptr if there is no active tool. Do not store a reference to this returned pointer, instead only store FCurveEditorToolIDs!
| Name | GetCurrentTool |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditor.h |
| Include Path | #include "CurveEditor.h" |
| Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditor.cpp |
ICurveEditorToolExtension * GetCurrentTool() const