Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeBaseNodeContainer
Description
This function serializes the node container and all node sub-objects it points . Out-of-process translators like FBX will dump a file containing this data, and the editor will read the file and regenerate the container from the saved data.
| Name | SerializeNodeContainerData |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/Nodes/InterchangeBaseNodeContainer.h |
| Include Path | #include "Nodes/InterchangeBaseNodeContainer.h" |
| Source | /Engine/Source/Runtime/Interchange/Core/Private/Nodes/InterchangeBaseNodeContainer.cpp |
void SerializeNodeContainerData
(
FArchive & Ar
)