Navigation
API > API/Plugins > API/Plugins/AvalancheShapes
References
| Module | AvalancheShapes |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheShapes/Public/AvaShapeMesh.h |
| Include | #include "AvaShapeMesh.h" |
Syntax
USTRUCT (BlueprintType )
struct FAvaShapeMeshData
Remarks
Represents a mesh section with its material, uv data
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bMeshDirty | Flag to regenerate this mesh again once updated. | |
| bool | bMeshVisible | Whether the mesh is currently visible or not and should be editable | |
| bool | bOverridePrimaryUVParams | Mesh uses same uv params as primary | |
| bool | bUsesPrimaryMaterialParams | Mesh uses same material as primary | |
| TObjectPtr< UMaterialInterface > | Material | Mesh material | |
| EMaterialType | MaterialType | Mesh material type | |
| FAvaShapeMaterialUVParameters | MaterialUVParams | Mesh material UV params | |
| FAvaShapeMesh | Mesh | ||
| int32 | MeshIndex | Do not change this once assigned, 0 means primary | |
| FName | MeshName | Display name of the mesh index for the widget | |
| FAvaShapeParametricMaterial | ParametricMaterial | Parametric material settings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAvaShapeMeshData
(
int32 InMeshIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetMeshIndex () |
||
| FName | GetMeshName () |