IPersonaToolkit::SetCustomData

Store the custom data using the key.

Windows
MacOS
Linux

References

Module

Persona

Header

/Engine/Source/Editor/Persona/Public/IPersonaToolkit.h

Include

#include "IPersonaToolkit.h"

Syntax

virtual void SetCustomData
(
    const int32 Key,
    const int32 CustomData
)

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.

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