FCurveEditor::GetCurrentTool

Attempts to get the currently active tool.

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/CurveEditor.h

Include

#include "CurveEditor.h"

Source

/Engine/Source/Editor/CurveEditor/Private/CurveEditor.cpp

Syntax

ICurveEditorToolExtension * GetCurrentTool() const

Remarks

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!

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss