UInteractiveTool::SetToolPropertySourceEnabled

Enable/Disable a PropertySet object for this Tool.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveTool.h

Include

#include "InteractiveTool.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveTool.cpp

Syntax

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

Returns

true if PropertySet was found

Parameters

Parameter

Description

PropertySet

Property Set object to modify

bEnabled

whether to enable or disable

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss