UBehaviorTreeGraphNode_Root::PostEditChangeProperty

Called when a property on this object has been modified externally

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::PostEditChangeProperty()

UEdGraphNode::PostEditChangeProperty()

UBehaviorTreeGraphNode_Root::PostEditChangeProperty()

References

Module

BehaviorTreeEditor

Header

/Engine/Source/Editor/BehaviorTreeEditor/Classes/BehaviorTreeGraphNode_Root.h

Include

#include "BehaviorTreeGraphNode_Root.h"

Source

/Engine/Source/Editor/BehaviorTreeEditor/Private/BehaviorTreeGraphNode_Root.cpp

Syntax

virtual void PostEditChangeProperty
(
    struct FPropertyChangedEvent & PropertyChangedEvent
)

Remarks

Called when a property on this object has been modified externally

Parameters

Parameter

Description

PropertyThatChanged

the property that was modified