Navigation
API > API/Plugins > API/Plugins/AvalancheShapes > API/Plugins/AvalancheShapes/DynamicMeshes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UActorComponent
- UAvaShapeDynamicMeshBase
- UAvaShape2DDynMeshBase
- UAvaShapeRingDynamicMesh
References
| Module | AvalancheShapes |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheShapes/Public/DynamicMeshes/AvaShapeRingDynMesh.h |
| Include | #include "DynamicMeshes/AvaShapeRingDynMesh.h" |
Syntax
UCLASS (MinimalAPI, ClassGroup="Shape", BlueprintType, CustomConstructor, Within=AvaShapeActor)
class UAvaShapeRingDynamicMesh : public UAvaShape2DDynMeshBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngleDegree | Represents the angle in degree for the ring | |
| float | InnerSize | ||
| uint8 | NumSides | ||
| float | StartDegree | Represents the starting angle in degree for the ring |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAvaShapeRingDynamicMesh
(
const FVector2D& Size2D, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | |||
| float | GetInnerSize () |
||
| uint8 | GetNumSides () |
||
| float | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | SetAngleDegree
(
float InDegree |
||
| void | SetInnerSize
(
float InInnerSize |
||
| void | SetNumSides
(
uint8 InNumSides |
||
| void | SetStartDegree
(
float InDegree |
Overridden from UAvaShapeDynamicMeshBase
| Type | Name | Description | |
|---|---|---|---|
| bool | CreateMesh
(
FAvaShapeMesh& InMesh |
Creates the mesh and updates the local snap points. | |
| const FString & | GetMeshName () |
Get the name of the shape | |
| bool | IsMeshVisible
(
int32 MeshIndex |
Override this in child classes, called before creating mesh if visible |
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 |