Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowNode
Description
Override this method to provide custom post-serialization for this node. This method will be called after Serialize. It is also called after copy-paste with ArchiveState IsLoading.
Derived Overrides
- FDataflowMathMaximumNode_v2::PostSerialize
- FDataflowMathMinimumNode_v2::PostSerialize
- FDataflowSelectNode::PostSerialize
| Name | PostSerialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNode.h |
| Include Path | #include "Dataflow/DataflowNode.h" |
virtual void PostSerialize
(
const FArchive & Ar
)