Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/UPreviewMesh
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyChange
(
const FMeshVertexChange* Change, |
Apply/Revert a vertex deformation change to the internal mesh (implements IMeshVertexCommandChangeTarget) | PreviewMesh.h | |
virtual void ApplyChange
(
const FMeshChange* Change, |
Apply/Revert a general mesh change to the internal mesh (implements IMeshCommandChangeTarget) | PreviewMesh.h | |
virtual void ApplyChange
(
const FMeshReplacementChange* Change, |
Apply/Revert a general mesh change to the internal mesh (implements IMeshReplacementCommandChangeTarget) | PreviewMesh.h |
ApplyChange(const FMeshVertexChange *, bool)
Description
Apply/Revert a vertex deformation change to the internal mesh (implements IMeshVertexCommandChangeTarget)
| Name | ApplyChange |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h |
| Include Path | #include "PreviewMesh.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp |
virtual void ApplyChange
(
const FMeshVertexChange * Change,
bool bRevert
)
ApplyChange(const FMeshChange *, bool)
Description
Apply/Revert a general mesh change to the internal mesh (implements IMeshCommandChangeTarget)
| Name | ApplyChange |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h |
| Include Path | #include "PreviewMesh.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp |
virtual void ApplyChange
(
const FMeshChange * Change,
bool bRevert
)
ApplyChange(const FMeshReplacementChange *, bool)
Description
Apply/Revert a general mesh change to the internal mesh (implements IMeshReplacementCommandChangeTarget)
| Name | ApplyChange |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/PreviewMesh.h |
| Include Path | #include "PreviewMesh.h" |
| Source | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Private/PreviewMesh.cpp |
virtual void ApplyChange
(
const FMeshReplacementChange * Change,
bool bRevert
)