Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Attributes
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ECustomAttributeBlendType GetAttributeBlendType
(
const FName& InName |
Helper functionality to retrieve the correct blend type (from UAnimationSettings) for the provided attribute name | Animation/AttributesRuntime.h | |
static ECustomAttributeBlendType GetAttributeBlendType
(
const FAttributeId& Info |
Helper functionality to retrieve the correct blend type (from UAnimationSettings) for the provided attribute info | Animation/AttributesRuntime.h |
GetAttributeBlendType(const FName &)
Description
Helper functionality to retrieve the correct blend type (from UAnimationSettings) for the provided attribute name
| Name | GetAttributeBlendType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AttributesRuntime.h |
| Include Path | #include "Animation/AttributesRuntime.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AttributesRuntime.cpp |
static ECustomAttributeBlendType GetAttributeBlendType
(
const FName & InName
)
GetAttributeBlendType(const FAttributeId &)
Description
Helper functionality to retrieve the correct blend type (from UAnimationSettings) for the provided attribute info
| Name | GetAttributeBlendType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AttributesRuntime.h |
| Include Path | #include "Animation/AttributesRuntime.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AttributesRuntime.cpp |
static ECustomAttributeBlendType GetAttributeBlendType
(
const FAttributeId & Info
)