Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
Event that observers can bind to so that they are notified about changes made to this node through the property system
| Name | FOnNodePropertyChangedEvent |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include Path | #include "AnimGraphNode_Base.h" |
Syntax
class FOnNodePropertyChangedEvent : public TBaseMulticastDelegate_OneParam< void, FPropertyChangedEvent & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, FPropertyChangedEvent & > → UAnimGraphNode_Base::FOnNodePropertyChangedEvent