Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FShell
Description
Serialization of a FEntity. Each class derived from FEntity has to override this method (and call the direct base class override method first) E.g. class FEntityXXX : public FEntityXX { virtual void Serialize(FCADKernelArchive& Ar) override { FEntityXX::Serialize(Ar); ... } }
Virtual Inheritance
- FEntity::Serialize → FTopologicalEntity::Serialize → FTopologicalShapeEntity::Serialize → FShell::Serialize
| Name | Serialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/Shell.h |
| Include Path | #include "Topo/Shell.h" |
virtual void Serialize
(
FCADKernelArchive & Ar
)