unreal.CustomBoneAttributeLookup

class unreal.CustomBoneAttributeLookup

Bases: EnumBase

Method used when retrieving a attribute value

C++ Source:

  • Module: Engine

  • File: SkeletalMeshComponent.h

BONE_ONLY: CustomBoneAttributeLookup

Only look for the attribute using the provided bone (name)

Type:

0

IMMEDIATE_PARENT: CustomBoneAttributeLookup

Look for the attribute using the provided bone (name) and its direct parent bone

Type:

1

PARENT_HIERARCHY: CustomBoneAttributeLookup

Look for the attribute using the provided bone (name) and its direct bone parent hierarchy up and until the root bone

Type:

2