Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialise
(
FOutputArchive& arch |
MuR/Mesh.h | ||
static void Serialise
(
const FMesh* InMesh, |
Serialisation | MuR/Mesh.h |
Serialise(FOutputArchive &)
| Name | Serialise |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Mesh.h |
| Include Path | #include "MuR/Mesh.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Mesh.cpp |
void Serialise
(
FOutputArchive & arch
) const
Serialise(const FMesh *, FOutputArchive &)
Description
Serialisation
| Name | Serialise |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Mesh.h |
| Include Path | #include "MuR/Mesh.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Mesh.cpp |
static void Serialise
(
const FMesh * InMesh,
FOutputArchive & Arch
)