Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimPhys
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static float CalculateVolume
(
const TArray< FAnimPhysShape >& InShapes |
Calculates the volume of a collection of shapes | Animation/AnimPhysicsSolver.h | |
static float CalculateVolume
(
const TArray< FVector >& InVertices, |
Calculates the volume of a shape | Animation/AnimPhysicsSolver.h |
CalculateVolume(const TArray< FAnimPhysShape > &)
Description
Calculates the volume of a collection of shapes
| Name | CalculateVolume |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h |
| Include Path | #include "Animation/AnimPhysicsSolver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimPhysicsSolver.cpp |
static float CalculateVolume
(
const TArray < FAnimPhysShape > & InShapes
)
Parameters
| Name | Remarks |
|---|---|
| InShapes | Collection of shapes to use |
CalculateVolume(const TArray< FVector > &, const TArray< FIntVector > &)
Description
Calculates the volume of a shape
| Name | CalculateVolume |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h |
| Include Path | #include "Animation/AnimPhysicsSolver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimPhysicsSolver.cpp |
static float CalculateVolume
(
const TArray < FVector > & InVertices,
const TArray < FIntVector > & InTriangles
)
Parameters
| Name | Remarks |
|---|---|
| InVertices | Verts in the shape |
| InTriangles | Triangles represented in InVertices |