Navigation
API > API/Runtime > API/Runtime/CADKernel > API/Runtime/CADKernel/FTopologicalEntity
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
Derived Overrides
- FBody::Serialize
- FModel::Serialize
- FShell::Serialize
- FTopologicalEdge::Serialize
- FTopologicalFace::Serialize
- FTopologicalLoop::Serialize
- FTopologicalShapeEntity::Serialize
- FTopologicalVertex::Serialize
- FVertexLink::Serialize
- TLinkable::Serialize
- TTopologicalLink::Serialize
| Name | Serialize |
| Type | function |
| Header File | /Engine/Source/Runtime/Datasmith/CADKernel/Base/Public/Topo/TopologicalEntity.h |
| Include Path | #include "Topo/TopologicalEntity.h" |
virtual void Serialize
(
FCADKernelArchive & Ar
)