Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowMathMaximumNode_v2
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.
Virtual Inheritance
- FDataflowNode::PostSerialize → FDataflowMathMaximumNode_v2::PostSerialize
| Name | PostSerialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowMathNodes.h |
| Include Path | #include "Dataflow/DataflowMathNodes.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowMathNodes.cpp |
virtual void PostSerialize
(
const FArchive & Ar
)