Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual bool ReplaceToolPropertySource
(
UInteractiveToolPropertySet * CurPropertySet,
UInteractiveToolPropertySet * ReplaceWith,
bool bSetToEnabled
)
Remarks
Replace a PropertySet object on this Tool with another property set. If replaced, will broadcast OnPropertySetsModified true if CurPropertySet is found and replaced
Parameters
| Name | Description |
|---|---|
| CurPropertySet | property set to remove |
| ReplaceWith | property set to add |
| bSetToEnabled | if true, ReplaceWith property set is explicitly enabled (otherwise enable/disable state is unmodified) |