Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolPropertySet
Description
Restore the values of the Property Set with the given CacheIdentifier. The Tool parameter is currently ignored.
| Name | RestoreProperties |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual void RestoreProperties
(
UInteractiveTool * RestoreToTool,
const FString & CacheIdentifier
)