Navigation
API > API/Plugins > API/Plugins/AvalancheShapes > API/Plugins/AvalancheShapes/UAvaShapeRoundedPolygonDynamicMe-
Description
Must be generated by a inheriting class. Cannot have complex shapes. Vertices cannot block each other's path to the center. Example: Triangle, rectangle, pentagram. Vertices must go in a clockwise direction. Inheritors should also adds local snap points
Derived Overrides
- UAvaShapeLineDynamicMesh::GenerateBorderVertices
- UAvaShapeNGonDynamicMesh::GenerateBorderVertices
- UAvaShapeStarDynamicMesh::GenerateBorderVertices
| Name | GenerateBorderVertices |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Public/DynamicMeshes/AvaShapeRoundedPolygonDynMesh.h |
| Include Path | #include "DynamicMeshes/AvaShapeRoundedPolygonDynMesh.h" |
virtual void GenerateBorderVertices
(
TArray < FVector2D > & BorderVertices
)