Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FDatabase
Description
Recursive serialization of a selection. The selection and all the dependencies are serialized. All entities that need to be saved (added in EntitiesToBeSerialized set) for the completeness of the archive are added to the queue of entities to Serialized (NotYetSerialized).
| Name | SerializeSelection |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Core/Database.h |
| Include Path | #include "Core/Database.h" |
| Source | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Private/Core/Database.cpp |
void SerializeSelection
(
FCADKernelArchive & Ar,
const TArray < FIdent > & SelectionIds
)