Navigation
Unreal Engine C++ API Reference > Editor > Kismet > FSCSEditorTreeNode
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
Include | #include "SSCSEditor.h" |
template<class T> T * GetMutableObject() const
Remarks
Provides derived classes with non-const access to the object represented by this node (e.g. for rename operations, etc.). This should not be made public.