Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolPropertySet
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
TObjectPtr< UInteractiveToolPropertySet > GetDynamicPropertyCache
(
const FString & CacheIdentifier,
bool & bWasCreatedOut
)
Remarks
GetDynamicPropertyCache return class-internal objects that subclasses can use to save/restore properties. instance of the current subclass that can be used to save/restore values
Parameters
| Name | Description |
|---|---|
| CacheIdentifier | multiple versions of the UInteractiveToolPropertySet can be stored, CacheIdentifier indicates which one to use |
| bWasCreatedOut | true is returned here if this is the first time the object was seen |