Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/UDynamicMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetMesh
(
const UE::Geometry::FDynamicMesh3& MoveMesh |
Replace the internal mesh with a copy of MoveMesh | UDynamicMesh.h | |
void SetMesh
(
UE::Geometry::FDynamicMesh3&& MoveMesh |
Replace the internal mesh with the data in MoveMesh | UDynamicMesh.h |
SetMesh(const UE::Geometry::FDynamicMesh3 &)
Description
Replace the internal mesh with a copy of MoveMesh
| Name | SetMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include Path | #include "UDynamicMesh.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/UDynamicMesh.cpp |
void SetMesh
(
const UE::Geometry::FDynamicMesh3 & MoveMesh
)
SetMesh(UE::Geometry::FDynamicMesh3 &&)
Description
Replace the internal mesh with the data in MoveMesh
| Name | SetMesh |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include Path | #include "UDynamicMesh.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/UDynamicMesh.cpp |
void SetMesh
(
UE::Geometry::FDynamicMesh3 && MoveMesh
)