Navigation
API > API/Plugins > API/Plugins/AvalancheShapes > API/Plugins/AvalancheShapes/UAvaShapeDynamicMeshBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ScaleVertices
(
const FVector& InScale |
Scale the vertices on all sections of the mesh | DynamicMeshes/AvaShapeDynMeshBase.h | |
void ScaleVertices
(
const FVector2D& InScale |
DynamicMeshes/AvaShapeDynMeshBase.h |
ScaleVertices(const FVector &)
Description
Scale the vertices on all sections of the mesh
| Name | ScaleVertices |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Public/DynamicMeshes/AvaShapeDynMeshBase.h |
| Include Path | #include "DynamicMeshes/AvaShapeDynMeshBase.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Private/DynamicMeshes/AvaShapeDynMeshBase.cpp |
void ScaleVertices
(
const FVector & InScale
)
ScaleVertices(const FVector2D &)
| Name | ScaleVertices |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Public/DynamicMeshes/AvaShapeDynMeshBase.h |
| Include Path | #include "DynamicMeshes/AvaShapeDynMeshBase.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheShapes/Private/DynamicMeshes/AvaShapeDynMeshBase.cpp |
void ScaleVertices
(
const FVector2D & InScale
)