Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolPropertySet
Description
FindOrAddDynamicPropertyCache returns class-internal objects that subclasses can use to save/restore properties. Creates a cache entry if one does not yet exist.
| Name | FindOrAddDynamicPropertyCache |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
TObjectPtr < UInteractiveToolPropertySet > FindOrAddDynamicPropertyCache
(
const FString & CacheIdentifier
) const
instance of the current subclass that can be used to save/restore values
Parameters
| Name | Remarks |
|---|---|
| CacheIdentifier | multiple versions of the UInteractiveToolPropertySet can be stored, CacheIdentifier indicates which one to use |