Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FAnimPhysShape |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h |
| Include Path |
#include "Animation/AnimPhysicsSolver.h" |
Syntax
struct FAnimPhysShape
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Animation/AnimPhysicsSolver.h |
|
|
|
Animation/AnimPhysicsSolver.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CenterOfMass |
FVector |
Center of mass for the chape. |
Animation/AnimPhysicsSolver.h |
|
| Triangles |
TArray< FIntVector > |
Triangles defining the shape. |
Animation/AnimPhysicsSolver.h |
|
| Vertices |
TArray< FVector > |
Vertex positions defining the shape. |
Animation/AnimPhysicsSolver.h |
|
| Volume |
float |
Volume of the shape. |
Animation/AnimPhysicsSolver.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void TransformVerts
(
FTransform& InTransform
)
|
Transforms each vertex in the shape |
Animation/AnimPhysicsSolver.h |
|
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Makes a box with the given extents |
Animation/AnimPhysicsSolver.h |
|