Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/UDynamicMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const UE::Geometry::FDynamicMesh3 & GetMeshRef () |
Calling ProcessMesh() is preferred! This interface may be removed in the future | UDynamicMesh.h | |
| Calling EditMesh() is preferred! This interface may be removed in the future | UDynamicMesh.h |
GetMeshRef()
Warnings * Calling ProcessMesh() is preferred! This interface may be removed in the future
Description
Calling ProcessMesh() is preferred! This interface may be removed in the future
| Name | GetMeshRef |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include Path | #include "UDynamicMesh.h" |
const UE::Geometry::FDynamicMesh3 & GetMeshRef() const
Const reference to the internal FDynamicMesh3.
GetMeshRef()
Warnings * Calling EditMesh() is preferred! This interface may be removed in the future
Description
Calling EditMesh() is preferred! This interface may be removed in the future
| Name | GetMeshRef |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include Path | #include "UDynamicMesh.h" |
UE::Geometry::FDynamicMesh3 & GetMeshRef()
Writable reference to the internal FDynamicMesh3.