Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp > API/Plugins/MeshModelingToolsEditorOnlyExp/UMeshVertexAttributePaintToolBas-
This structure holds information for mirroring
| Name | FMirrorData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/MeshVertexAttributePaintToolBase.h |
| Include Path | #include "MeshVertexAttributePaintToolBase.h" |
Syntax
struct FMirrorData
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Axis | EAxis::Type | MeshVertexAttributePaintToolBase.h | ||
| bObjectSpace | bool | MeshVertexAttributePaintToolBase.h | ||
| Direction | EMeshVertexAttributePaintToolMirrorDirection | MeshVertexAttributePaintToolBase.h | ||
| PlaneOffsets | FVector | MeshVertexAttributePaintToolBase.h | ||
| VertexMap | TMap< int32, int32 > | MeshVertexAttributePaintToolBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void EnsureMirrorDataIsUpdated
(
const FDynamicMesh3& Mesh, |
Lazily updates the mirror data tables for the current skeleton/mesh/mirror plane | MeshVertexAttributePaintToolBase.h | |
| MeshVertexAttributePaintToolBase.h |