Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeNodeBase
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeNodeBase.h |
| Include | #include "StateTreeNodeBase.h" |
virtual void PostEditNodeChangeChainProperty
(
const FPropertyChangedChainEvent & PropertyChangedEvent,
FStateTreeDataView InstanceDataView
)
Remarks
Called when a property of the node has been modified externally
Parameters
| Name | Description |
|---|---|
| PropertyChangedEvent | The event for the changed property. PropertyChain's active properties are set relative to node. |
| InstanceData | view to the instance data, can be struct or class. |