UBlendProfile::GetBoneBlendScale

Get the set blend scale for the specified bone, will return 1.0f if no entry was found (no scale)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/BlendProfile.h

Include

#include "Animation/BlendProfile.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/BlendProfile.cpp

Syntax

float GetBoneBlendScale
(
    const FName & InBoneName
) const

Remarks

Get the set blend scale for the specified bone, will return 1.0f if no entry was found (no scale)

Parameters

Parameter

Description

InBoneName

Name of the bone to retrieve

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