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 SetToolPropertySourceEnabled
(
UInteractiveToolPropertySet * PropertySet,
bool bEnabled
)
Remarks
Enable/Disable a PropertySet object for this Tool. If found and state was modified, will broadcast OnPropertySetsModified true if PropertySet was found
Parameters
| Name | Description |
|---|---|
| PropertySet | Property Set object to modify |
| bEnabled | whether to enable or disable |