UInteractiveTool::RemoveToolPropertySource

Remove a PropertySet object from this Tool. If found, will broadcast OnPropertySetsModified

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 RemoveToolPropertySource
(
    UInteractiveToolPropertySet * PropertySet
)

Remarks

Remove a PropertySet object from this Tool. If found, will broadcast OnPropertySetsModified

Returns

true if PropertySet is found and removed

Parameters

Parameter

Description

PropertySet

property set to remove.

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