Navigation
API > API/Plugins > API/Plugins/StateTreeModule > API/Plugins/StateTreeModule/Tasks > API/Plugins/StateTreeModule/Tasks/FStateTreeRunParallelStateTreeTa-
- FStateTreeNodeBase::PostLoad()
- FStateTreeRunParallelStateTreeTask::PostLoad()
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/Tasks/StateTreeRunParallelStateTreeTask.h |
| Include | #include "Tasks/StateTreeRunParallelStateTreeTask.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Private/Tasks/StateTreeRunParallelStateTreeTask.cpp |
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. |