![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AnimPhysicsSolver.h>
Public Member Functions | |
| ENGINE_API | FAnimPhysShape () |
| ENGINE_API | FAnimPhysShape (TArray< FVector > &InVertices, TArray< FIntVector > &InTriangles) |
| ENGINE_API void | TransformVerts (FTransform &InTransform) |
Static Public Member Functions | |
| static ENGINE_API FAnimPhysShape | MakeBox (const FVector &Extents) |
Public Attributes | |
| TArray< FVector > | Vertices |
| TArray< FIntVector > | Triangles |
| float | Volume |
| FVector | CenterOfMass |
| FAnimPhysShape::FAnimPhysShape | ( | ) |
| FAnimPhysShape::FAnimPhysShape | ( | TArray< FVector > & | InVertices, |
| TArray< FIntVector > & | InTriangles | ||
| ) |
|
static |
Makes a box with the given extents
| Extents | Extents of the resulting box |
| void FAnimPhysShape::TransformVerts | ( | FTransform & | InTransform | ) |
Transforms each vertex in the shape
| InTransform | Transform to apply to the verts |
| FVector FAnimPhysShape::CenterOfMass |
| TArray<FIntVector> FAnimPhysShape::Triangles |
| float FAnimPhysShape::Volume |