UInteractiveToolPropertySet::GetPropertyCache

GetPropertyCache returns a class-internal object that subclasses can use to save/restore properties.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InteractiveTool.h"

Syntax

template<typename ObjType>
static ObjType * GetPropertyCache()

Remarks

GetPropertyCache returns a class-internal object that subclasses can use to save/restore properties. If the subclass is UMyPropertySet, this function should only ever be called as GetPropertyCache().

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