UPlaneCutTool::OnPropertyModified

Automatically called by [UInteractiveToolPropertySet.OnModified](API\Runtime\InteractiveToolsFramework\UInteractiveToolPropertySet\OnModified) delegate to notify Tool of child property set changes

Windows
MacOS
Linux

Override Hierarchy

UInteractiveTool::OnPropertyModified()

UPlaneCutTool::OnPropertyModified()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/PlaneCutTool.h

Include

#include "PlaneCutTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Private/PlaneCutTool.cpp

Syntax

virtual void OnPropertyModified
(
    UObject * PropertySet,
    FProperty * Property
)

Remarks

Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes

Parameters

Parameter

Description

PropertySet

which UInteractiveToolPropertySet was modified

Property

which FProperty in the set was modified

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