Choose your operating system:
Windows
macOS
Linux
| FAnimNode_Base
|
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_TwoWayBlend.h |
Include |
#include "AnimNodes/AnimNode_TwoWayBlend.h" |
struct FAnimNode_TwoWayBlend : public FAnimNode_Base
This represents a baked transition.
Name | Description | ||
---|---|---|---|
|
A |
||
|
float |
Alpha |
The float value that controls the alpha blending when the alpha input type is set to 'Float' |
|
AlphaBoolBlend |
||
|
AlphaCurveName |
The animation curve that controls the alpha blending when the alpha input type is set to 'Curve' |
|
|
AlphaInputType |
The data type used to control the alpha blending between the A and B poses. |
|
|
AlphaScaleBias |
||
|
AlphaScaleBiasClamp |
||
|
B |
||
|
uint8: 1 |
bAIsRelevant |
|
|
uint8: 1 |
bAlphaBoolEnabled |
The boolean value that controls the alpha blending when the alpha input type is set to 'Bool' |
|
uint8: 1 |
bBIsRelevant |
|
|
uint8: 1 |
bResetChildOnActivation |
This reinitializes child pose when re-activated. For example, when active child changes |
|
float |
InternalBlendAlpha |
Name | Description | |
---|---|---|
|
FAnimNode_TwoWayBlend() |
Name | Description | ||
---|---|---|---|
|
CacheBones_AnyThread ( |
Called to cache any bones that this node needs to track (e.g. in a FBoneReference). |
|
|
Evaluate_AnyThread ( |
Called to evaluate local-space bones transforms according to the weights set up in Update(). |
|
|
GatherDebugData ( |
Called to gather on-screen debug data. This is called on the game thread. |
|
|
Initialize_AnyThread ( |
Called when the node first runs. |
|
|
Update_AnyThread ( |
Called to update the state of the graph relative to this node. |