Navigation
Unreal Engine C++ API Reference > Editor > StaticMeshEditor > IStaticMeshEditor
References
Module | StaticMeshEditor |
Header | /Engine/Source/Editor/StaticMeshEditor/Public/IStaticMeshEditor.h |
Include | #include "IStaticMeshEditor.h" |
virtual void SetCustomData
&40;
const int32 Key,
const int32 CustomData
&41;
Remarks
Store the custom data using the key. Remark: The custom data memory should be clear when the editor is close by the user, this is not persistent data. Currently we use it to store the state of the editor UI to restore it properly when a refresh happen.