Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/FStateTreeNodeBase
- FStateTreeNodeBase::PostLoad()
- FStateTreeRunParallelStateTreeTask::PostLoad()
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeNodeBase.h |
| Include | #include "StateTreeNodeBase.h" |
virtual void PostLoad
(
FStateTreeDataView InstanceDataView
)
Remarks
Called after the state tree asset that contains this node is loaded from disk.
Parameters
| Name | Description |
|---|---|
| InstanceDataView | view to the instance data, can be struct or class. |