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