FAnimationUtils::TallyErrorsFromPerturbation

Perturbs the bone(s) associated with each track in turn, measuring the maximum error introduced in end effectors as a result

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimationUtils.h

Include

#include "AnimationUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimationUtils.cpp

Syntax

static void TallyErrorsFromPerturbation
(
    const FCompressibleAnimData & CompressibleAnimData,
    int32 NumTracks,
    const FVector & PositionNudge,
    const FQuat & RotationNudge,
    const FVector & ScaleNudge,
    TArray< FAnimPerturbationError > & InducedErrors
)

Remarks

Perturbs the bone(s) associated with each track in turn, measuring the maximum error introduced in end effectors as a result

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