ECustomBoneAttributeLookup

Method used when retrieving a Custom Attribute value

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Components/SkeletalMeshComponent.h"

Syntax

enum ECustomBoneAttributeLookup
{
    BoneOnly,
    ImmediateParent,
    ParentHierarchy,
}

Values

Name

Description

BoneOnly

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

ImmediateParent

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

ParentHierarchy

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

Remarks

Method used when retrieving a Custom Attribute value

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