FMissingMasterBoneCacheEntry

Cached relative transform for slave bones that are missing in the master

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/SkinnedMeshComponent.h

Include

#include "Components/SkinnedMeshComponent.h"

Syntax

struct FMissingMasterBoneCacheEntry

Remarks

Cached relative transform for slave bones that are missing in the master

Variables

Name Description

Public variable

int32

 

CommonAncestorBoneIndex

The index of the earliest common ancestor of the master mesh.

Public variable

FTransform

 

RelativeTransform

Relative transform of the missing bone's ref pose, based on the earliest common ancestor this will be equivalent to the component space transform of the bone had it existed in the master.

Constructors

Name Description

Public function

FMissingMasterBoneCacheEntry()

Public function

FMissingMasterBoneCacheEntry

(
    const FTransform& InRelativeTransf...,
    int32 InCommonAncestorBoneIndex
)

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