FErrorTrackerWorstBone

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimCompress.h

Include

#include "Animation/AnimCompress.h"

Syntax

struct FErrorTrackerWorstBone

Variables

Name Description

Public variable

float

 

BoneError

Error of this bone.

Public variable

FName

 

BoneErrorAnimName

Animation the error occurred on.

Public variable

int32

 

BoneErrorBone

Bone index the error occurred on.

Public variable

FName

 

BoneErrorBoneName

Bone name the error occurred on.

Public variable

float

 

BoneErrorTime

Time in the sequence that the error occurred at.

Constructors

Name Description

Public function

FErrorTrackerWorstBone()

Public function

FErrorTrackerWorstBone

(
    float InBoneError,
    float InBoneErrorTime,
    int32 InBoneErrorBone,
    FName InBoneErrorBoneName,
    FName InBoneErrorAnimName
)

Functions

Name Description

Public function Const

float

 

GetErrorValue()

Public function Const

FText

 

ToText()

Operators

Name Description

Public function Const

bool

 

operator<

(
    const FErrorTrackerWorstBone& Rhs
)

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