#include <AnimNode_TwoWayBlend.h>
◆ FAnimNode_TwoWayBlend()
| FAnimNode_TwoWayBlend::FAnimNode_TwoWayBlend |
( |
| ) |
|
|
inline |
◆ CacheBones_AnyThread()
Called to cache any bones that this node needs to track (e.g. in a FBoneReference). This is usually called at startup when LOD switches occur. This can be called on any thread.
- Parameters
-
| Context | Context structure providing access to relevant data |
Reimplemented from FAnimNode_Base.
◆ Evaluate_AnyThread()
Called to evaluate local-space bones transforms according to the weights set up in Update(). You should implement either Evaluate or EvaluateComponentSpace, but not both of these. This can be called on any thread.
- Parameters
-
| Output | Output structure to write pose or curve data to. Also provides access to relevant data as a context. |
Reimplemented from FAnimNode_Base.
◆ GatherDebugData()
Called to gather on-screen debug data. This is called on the game thread.
- Parameters
-
| DebugData | Debug data structure used to output any relevant data |
Reimplemented from FAnimNode_Base.
◆ Initialize_AnyThread()
Called when the node first runs. If the node is inside a state machine or cached pose branch then this can be called multiple times. This can be called on any thread.
- Parameters
-
| Context | Context structure providing access to relevant data |
Reimplemented from FAnimNode_Base.
◆ Update_AnyThread()
Called to update the state of the graph relative to this node. Generally this should configure any weights (etc.) that could affect the poses that will need to be evaluated. This function is what usually executes EvaluateGraphExposedInputs. This can be called on any thread.
- Parameters
-
| Context | Context structure providing access to relevant data |
Reimplemented from FAnimNode_Base.
◆ Alpha
| float FAnimNode_TwoWayBlend::Alpha |
The float value that controls the alpha blending when the alpha input type is set to 'Float'
◆ AlphaBoolBlend
◆ AlphaCurveName
| FName FAnimNode_TwoWayBlend::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. Note: Changing this value will disconnect alpha input pins.
◆ AlphaScaleBias
◆ AlphaScaleBiasClamp
◆ bAIsRelevant
| uint8 FAnimNode_TwoWayBlend::bAIsRelevant |
|
protected |
◆ bAlphaBoolEnabled
| uint8 FAnimNode_TwoWayBlend::bAlphaBoolEnabled |
The boolean value that controls the alpha blending when the alpha input type is set to 'Bool'
◆ bAlwaysUpdateChildren
| uint8 FAnimNode_TwoWayBlend::bAlwaysUpdateChildren |
|
protected |
Always update children, regardless of whether or not that child has weight.
◆ bBIsRelevant
| uint8 FAnimNode_TwoWayBlend::bBIsRelevant |
|
protected |
◆ bResetChildOnActivation
| uint8 FAnimNode_TwoWayBlend::bResetChildOnActivation |
|
protected |
This reinitializes child pose when re-activated. For example, when active child changes
◆ InternalBlendAlpha
| float FAnimNode_TwoWayBlend::InternalBlendAlpha |
|
protected |
The documentation for this struct was generated from the following files: