Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp > API/Plugins/MeshModelingToolsEditorOnlyExp/SkeletalMesh
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/SkeletalMesh/SkinWeightsPaintTool.h |
| Include | #include "SkeletalMesh/SkinWeightsPaintTool.h" |
Syntax
struct FSkinMirrorData
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnsureMirrorDataIsUpdated
(
const TArray< FName >& BoneNames, |
Lazily updates the mirror data tables for the current skeleton/mesh/mirror plane | |
| const TMap< int32, int32 > & | GetBoneMap () |
Get a map of Target > Source bone ids across the current mirror plane | |
| const TMap< int32, int32 > & | GetVertexMap () |
Get the map of Target > Source vertex ids across the current mirror plane | |
| bool | IsPointOnTargetMirrorSide
(
const FVector& InPoint |
Return true if the point lies on the TARGET side of the mirror plane | |
| void | Forces mirror tables to be re-generated (do this after any mesh change operation) |