FSCSEditorTreeNode::GetMutableObject

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.

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.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library