Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/UBlendProfile
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 |
const FBlendProfileBoneEntry & GetEntry
(
const int32 InEntryIdx
) const
Remarks
Get the bone entry by entry index. The bone entry containing the bone reference and blend scale.
Parameters
| Name | Description |
|---|---|
| InEntryIdx | The index to the bone entry in range [0, GetNumBlendEntries()-1]. |