FVirtualBoneCompactPoseData

This is a native transient structure. Used to store virtual bone mappings for compact poses

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/BoneContainer.h

Include

#include "BoneContainer.h"

Syntax

struct FVirtualBoneCompactPoseData

Remarks

This is a native transient structure. Used to store virtual bone mappings for compact poses

Variables

Name Description

Public variable

FCompactPoseBon...

 

SourceIndex

Index of source bone

Public variable

FCompactPoseBon...

 

TargetIndex

Index of target bone

Public variable

FCompactPoseBon...

 

VBIndex

Index of this virtual bone

Constructors

Name Description

Public function

FVirtualBoneCompactPoseData

(
    FCompactPoseBoneIndex InVBIndex,
    FCompactPoseBoneIndex InSourceIndex,
    FCompactPoseBoneIndex InTargetIndex
)

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