UBlendSpaceBase::GetPerBoneInterpolationIndex

Get PerBoneInterpolationIndex for the input BoneIndex If nothing found, return INDEX_NONE

Windows
MacOS
Linux

Override Hierarchy

IInterpolationIndexProvider::GetPerBoneInterpolationIndex()

UBlendSpaceBase::GetPerBoneInterpolationIndex()

References

Module

Engine

Header

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

Include

#include "Animation/BlendSpaceBase.h"

Source

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

Syntax

virtual int32 GetPerBoneInterpolationIndex
(
    int32 BoneIndex,
    const FBoneContainer & RequiredBones
) const

Remarks

Get PerBoneInterpolationIndex for the input BoneIndex If nothing found, return INDEX_NONE

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