unreal.CustomBoneAttributeLookup

class unreal.CustomBoneAttributeLookup

Bases: unreal.EnumBase

Method used when retrieving a Custom Attribute value

C++ Source:

  • Module: Engine

  • File: SkeletalMeshComponent.h

BONE_ONLY

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

Type

0

IMMEDIATE_PARENT

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

Type

1

PARENT_HIERARCHY

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

Type

2