BoneTrackPair

Interfaces For Working With Encoded Animations Structure to hold an Atom and Track index mapping for a requested bone.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimEncoding.h

Include

#include "AnimEncoding.h"

Syntax

struct BoneTrackPair

Remarks

Interfaces For Working With Encoded Animations Structure to hold an Atom and Track index mapping for a requested bone. Used in the bulk-animation solving process

Variables

Name Description

Public variable

int32

 

AtomIndex

Public variable

int32

 

TrackIndex

Constructors

Name Description

Public function

BoneTrackPair()

Public function

BoneTrackPair

(
    int32 Atom,
    int32 Track
)

Operators

Name Description

Public function

BoneTrackPai...

 

operator=

(
    const BoneTrackPair& Other
)

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