Navigation
API > API/Plugins > API/Plugins/AvalancheShapes > API/Plugins/AvalancheShapes/DynamicMeshes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UAvaShapeDynamicMeshBase
- UAvaShape2DDynMeshBase
- UAvaShapeRoundedPolygonDynamicMesh
- UAvaShapeNGonDynamicMesh
References
| Module | AvalancheShapes |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheShapes/Public/DynamicMeshes/AvaShapeNGonDynMesh.h |
| Include | #include "DynamicMeshes/AvaShapeNGonDynMesh.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup="Shape", BlueprintType, CustomConstructor, Within=AvaShapeActor)
class UAvaShapeNGonDynamicMesh : public UAvaShapeRoundedPolygonDynamicMesh
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8 | NumSides |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAvaShapeNGonDynamicMesh
(
const FVector2D& Size2D, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint8 | GetNumSides () |
||
| void | |||
| void | SetNumSides
(
uint8 InNumSides |
Overridden from UAvaShapeRoundedPolygonDynamicMesh
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateBorderVertices
(
TArray< FVector2D >& BorderVertices |
Must be generated by a inheriting class. |
Overridden from UAvaShapeDynamicMeshBase
| Type | Name | Description | |
|---|---|---|---|
| const FString & | GetMeshName () |
Get the name of the shape |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Constants
| Name | Description |
|---|---|
| MaxNumSides | |
| MeshName | |
| MinNumSides |