Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/UDynamicMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyChange
(
const FMeshVertexChange* Change, |
IMeshVertexCommandChangeTarget implementation, allows a FVertexChange to be applied to the mesh. | UDynamicMesh.h | |
virtual void ApplyChange
(
const FMeshChange* Change, |
IMeshCommandChangeTarget implementation, allows a FMeshChange to be applied to the mesh. | UDynamicMesh.h | |
virtual void ApplyChange
(
const FMeshReplacementChange* Change, |
IMeshReplacementCommandChangeTarget implementation, allows a FMeshReplacementChange to be applied to the mesh. | UDynamicMesh.h |
ApplyChange(const FMeshVertexChange *, bool)
Description
Change support
| Name | ApplyChange |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include Path | #include "UDynamicMesh.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/UDynamicMesh.cpp |
virtual void ApplyChange
(
const FMeshVertexChange * Change,
bool bRevert
)
ApplyChange(const FMeshChange *, bool)
Description
IMeshCommandChangeTarget implementation, allows a FMeshChange to be applied to the mesh.
| Name | ApplyChange |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include Path | #include "UDynamicMesh.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/UDynamicMesh.cpp |
virtual void ApplyChange
(
const FMeshChange * Change,
bool bRevert
)
ApplyChange(const FMeshReplacementChange *, bool)
Description
IMeshReplacementCommandChangeTarget implementation, allows a FMeshReplacementChange to be applied to the mesh.
| Name | ApplyChange |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include Path | #include "UDynamicMesh.h" |
| Source | /Engine/Source/Runtime/GeometryFramework/Private/UDynamicMesh.cpp |
virtual void ApplyChange
(
const FMeshReplacementChange * Change,
bool bRevert
)