UInteractiveToolPropertySet::SaveRestoreProperty

Call this from SaveRestoreProperties to either save or restore a given property value

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InteractiveTool.h"

Syntax

template<typename T>
void SaveRestoreProperty
(
    T & CacheValue,
    T & PropsValue,
    bool bSaving
)

Remarks

Call this from SaveRestoreProperties to either save or restore a given property value

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