FAnimPhysShape

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimPhysicsSolver.h

Include

#include "Animation/AnimPhysicsSolver.h"

Syntax

struct FAnimPhysShape

Variables

Name Description

Public variable

FVector

 

CenterOfMass

Center of mass for the chape.

Public variable

TArray< FIntVec...

 

Triangles

Triangles defining the shape.

Public variable

TArray< FVector...

 

Vertices

Vertex positions defining the shape.

Public variable

float

 

Volume

Volume of the shape.

Constructors

Name Description

Public function

FAnimPhysShape()

Public function

FAnimPhysShape

(
    TArray< FVector >& InVertices,
    TArray< FIntVector >& InTriangles
)

Functions

Name Description

Public function Static

FAnimPhysSha...

 

MakeBox

(
    FVector& Extents
)

Makes a box with the given extents

Public function

void

 

TransformVerts

(
    FTransform& InTransform
)

Transforms each vertex in the shape

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss