Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h |
Include | #include "Animation/AnimPhysicsSolver.h" |
Syntax
struct FAnimPhysShape
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVector | CenterOfMass | Center of mass for the chape. |
![]() |
TArray< FIntVector > | Triangles | Triangles defining the shape. |
![]() |
TArray< FVector > | Vertices | Vertex positions defining the shape. |
![]() |
float | Volume | Volume of the shape. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FAnimPhysShape
(
TArray< FVector >& InVertices, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FAnimPhysShape | MakeBox
(
const FVector& Extents |
Makes a box with the given extents |
![]() |
void | TransformVerts
(
FTransform& InTransform |
Transforms each vertex in the shape |