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 RemoveToolPropertySource
&40;
UInteractiveToolPropertySet &42; PropertySet
&41;
Remarks
Remove a PropertySet object from this Tool. If found, will broadcast OnPropertySetsModified true if PropertySet is found and removed
Parameters
| Name | Description |
|---|---|
| PropertySet | property set to remove. |