Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Attributes
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void BlendAttributes
(
const TArrayView< const FStackAttributeContainer > SourceAttributes, |
Blend custom attribute values from N set of inputs | Animation/AttributesRuntime.h | |
static void BlendAttributes
(
const TArrayView< const FStackAttributeContainer*const > SourceAttributes, |
Blend custom attribute values from N set of inputs (ptr-values) | Animation/AttributesRuntime.h | |
static void BlendAttributes
(
const TArrayView< const FStackAttributeContainer > SourceAttributes, |
Blend custom attribute values from N set of inputs, using input weight remapping | Animation/AttributesRuntime.h |
BlendAttributes(const TArrayView< const FStackAttributeContainer >, const TArrayView< const float >, FStackAttributeContainer &)
Description
Blend custom attribute values from N set of inputs
| Name | BlendAttributes |
| 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 void BlendAttributes
(
const TArrayView < const FStackAttributeContainer > SourceAttributes,
const TArrayView < const float > SourceWeights,
FStackAttributeContainer & OutAttributes
)
BlendAttributes(const TArrayView< const FStackAttributeContainer *const >, const TArrayView< const float >, FStackAttributeContainer &)
Description
Blend custom attribute values from N set of inputs (ptr-values)
| Name | BlendAttributes |
| 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 void BlendAttributes
(
const TArrayView < const FStackAttributeContainer *const > SourceAttributes,
const TArrayView < const float > SourceWeights,
FStackAttributeContainer & OutAttributes
)
BlendAttributes(const TArrayView< const FStackAttributeContainer >, const TArrayView< const float >, const TArrayView< const int32 >, FStackAttributeContainer &)
Description
Blend custom attribute values from N set of inputs, using input weight remapping
| Name | BlendAttributes |
| 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 void BlendAttributes
(
const TArrayView < const FStackAttributeContainer > SourceAttributes,
const TArrayView < const float > SourceWeights,
const TArrayView < const int32 > SourceWeightsIndices,
FStackAttributeContainer & OutAttributes
)