USkeletalMeshComponent::GetBoneAttribute

Templated version to try and retrieve a typed bone attribute's value

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Components/SkeletalMeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/SkeletalMeshComponent.cpp

Syntax

template<typename DataType>
bool GetBoneAttribute
(
    const FName & BoneName,
    const FName & AttributeName,
    DataType DefaultValue,
    DataType & OutValue,
    ECustomBoneAttributeLookup LookupType
)

Remarks

Templated version to try and retrieve a typed bone attribute's 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