Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAttributeBlendData
| Name | TAttributeSetIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AttributeBlendData.h |
| Include Path | #include "Animation/AttributeBlendData.h" |
Syntax
template<typename AttributeType>
struct TAttributeSetIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TAttributeSetIterator
(
const FAttributeBlendData& InData, |
Animation/AttributeBlendData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EAdditiveAnimationType GetAdditiveType() |
Animation/AttributeBlendData.h | ||
const float GetBoneWeight() |
Returns (bone level) weight value for the current attribute its bone and container | Animation/AttributeBlendData.h | |
void GetHighestBoneWeighted
(
const AttributeType*& OutAttributePtr, |
Returns highest (bone level) weighted value, and its weight for the attribute set | Animation/AttributeBlendData.h | |
const AttributeType & GetHighestBoneWeightedValue() |
Returns highest (bone level) weighted value for the attribute set | Animation/AttributeBlendData.h | |
const AttributeType & GetHighestWeightedValue() |
Returns highest (container level) weighted value for the attribute set | Animation/AttributeBlendData.h | |
const FAttributeId & GetIdentifier() |
Returns the identifier for the current attribute set | Animation/AttributeBlendData.h | |
int32 GetIndex() |
Animation/AttributeBlendData.h | ||
const AttributeType & GetValue() |
Return the value for the currently indexed entry in the attribute set | Animation/AttributeBlendData.h | |
const float GetWeight() |
Returns (container level) weight value for the current attribute's container in the attribute set | Animation/AttributeBlendData.h | |
bool IsFilteredBlend() |
Animation/AttributeBlendData.h | ||
bool Next() |
Cycle through to next entry in the attribute set, returns false if the end was reached | Animation/AttributeBlendData.h |