Navigation
API > API/Plugins > API/Plugins/AvalancheShapes > API/Plugins/AvalancheShapes/UAvaShapeLineDynamicMesh
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
Virtual Inheritance
- UAvaShapeRoundedPolygonDynamicMesh::GenerateBorderVertices → UAvaShapeLineDynamicMesh::GenerateBorderVertices
| Name | GenerateBorderVertices |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Public/DynamicMeshes/AvaShapeLineDynMesh.h |
| Include Path | #include "DynamicMeshes/AvaShapeLineDynMesh.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Private/DynamicMeshes/AvaShapeLineDynMesh.cpp |
virtual void GenerateBorderVertices
(
TArray < FVector2D > & BorderVertices
)