UInteractiveToolPropertySet::SaveRestoreProperties

Subclass this to save and restore in a single function.

Windows
MacOS
Linux

Override Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveTool.h

Include

#include "InteractiveTool.h"

Syntax

virtual void SaveRestoreProperties
(
    UInteractiveTool * RestoreToTool,
    bool bSaving
)

Remarks

Subclass this to save and restore in a single function. Use the SaveRestoryProperty function for each member: UMyPropertySetSubclass* PropertyCache = GetPropertyCache(); SaveRestoreProperty(PropertyCache->PropSetMember, this->PropSetMember, bSaving);

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