Navigation
API > API/Plugins > API/Plugins/FractureEditor
Helper structure to correspond a UFractureModalTool's VisualizedCollections with elements of the tool's visualizations.
| Name | FVisualizationMappings |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureTool.h |
| Include Path | #include "FractureTool.h" |
Syntax
struct FVisualizationMappings
Structs
| Name | Remarks |
|---|---|
| FIndexMapping | Helper structure to map visualized geometry to source geometry and the bone that it corresponds to (if applicable) |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mappings | TArray< FIndexMapping > | FractureTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddMapping
(
int32 CollectionIdx, |
FractureTool.h | ||
void Empty() |
FractureTool.h | ||
int32 GetEndIdx
(
int32 CorrespondIdx, |
FractureTool.h | ||
FVector GetExplodedVector
(
int32 MappingIdx, |
FractureTool.h |