Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FMesh > Clone () |
Deep clone this mesh. | MuR/Mesh.h | |
TSharedPtr< FMesh > Clone
(
EMeshCopyFlags Flags |
Clone with flags allowing to not include some parts in the cloned mesh | MuR/Mesh.h |
Clone()
Description
Deep clone this mesh.
| Name | Clone |
| 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 |
TSharedPtr < FMesh > Clone() const
Clone(EMeshCopyFlags)
Description
Clone with flags allowing to not include some parts in the cloned mesh
| Name | Clone |
| 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 |
TSharedPtr < FMesh > Clone
(
EMeshCopyFlags Flags
) const