Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FMesh
Description
Create a new empty mesh that repreents an external resource mesh.
| Name | CreateAsReference |
| 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 TSharedPtr < FMesh > CreateAsReference
(
uint32 ID,
bool bForceLoad
)