Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3 > API/Runtime/GeometryCore/DynamicMesh/FDynamicMesh3/SerializeInternal
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMesh3.h |
| Include | #include "DynamicMesh/DynamicMesh3.h" |
template<int Variant>
void SerializeInternal
&40;
FArchive & Ar,
void &42; Ptr
&41;
Remarks
Internal implementations for serialization to allow for better code separation between different versions and other implementation details.
Parameters
| Name | Description |
|---|---|
| Variant | Identifier for a specific implementation, e.g. depending on the version and/or specific options. |
| Ptr | Pointer to optional data, e.g. version specific options. |