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