FAnimPhysPose

Defines a transform (Position/Orientation) for an anim phys object without scaling

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Animation/AnimPhysicsSolver.h"

Syntax

struct FAnimPhysPose

Remarks

Defines a transform (Position/Orientation) for an anim phys object without scaling

Variables

Name Description

Public variable

FQuat

 

Orientation

Public variable

FVector

 

Position

Constructors

Name Description

Public function

FAnimPhysPose()

Public function

FAnimPhysPose

(
    const FVector& InPosition,
    const FQuat& InOrient
)

Functions

Name Description

Public function Const

FAnimPhysPos...

 

Inverse()

Public function Const

FMatrix

 

Matrix()

Public function

FPlane

 

TransformPlane

(
    const FPlane& InPlane
)

Operators

Name Description

Public function Const

FVector

 

operator*

(
    const FVector& InPoint
)

Public function Const

FAnimPhysPos...

 

operator*

(
    const FAnimPhysPose& InPose
)

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