Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/AnimNodes
Inheritance Hierarchy
- FAnimNode_Base
- FAnimNode_MultiWayBlend
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_MultiWayBlend.h |
| Include | #include "AnimNodes/AnimNode_MultiWayBlend.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FAnimNode_MultiWayBlend : public FAnimNode_Base
Remarks
This represents a baked transition.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInputScaleBias | AlphaScaleBias | ||
| bool | bAdditiveNode | ||
| bool | bNormalizeAlpha | ||
| TArray< float > | DesiredAlphas | ||
| TArray< FPoseLink > | Poses |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | AddPose () |
||
| void | CacheBones_AnyThread
(
const FAnimationCacheBonesContext& Context |
||
| void | Evaluate_AnyThread
(
FPoseContext& Output |
||
| void | GatherDebugData
(
FNodeDebugData& DebugData |
||
| float | |||
| void | Initialize_AnyThread
(
const FAnimationInitializeContext& Context |
||
| void | RemovePose
(
int32 PoseIndex |
||
| void | ResetPoses () |
||
| void | Update_AnyThread
(
const FAnimationUpdateContext& Context |