Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
Allows multiple animations to be blended between based on input parameters.
| Name | FAnimNode_RotationOffsetBlendSpaceGraph |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
| Include Path | #include "AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FAnimNode_RotationOffsetBlendSpaceGraph : public FAnimNode_BlendSpaceGraphBase
Inheritance Hierarchy
- FAnimNode_Base → FAnimNode_BlendSpaceGraphBase → FAnimNode_RotationOffsetBlendSpaceGraph
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActualAlpha | float | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h | ||
| Alpha | float | Current strength of the AimOffset. | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
| AlphaBoolBlend | FInputAlphaBoolBlend | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
|
| AlphaCurveName | FName | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
|
| AlphaInputType | EAnimAlphaInputType | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
|
| AlphaScaleBias | FInputScaleBias | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
|
| AlphaScaleBiasClamp | FInputScaleBiasClamp | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
|
| bAlphaBoolEnabled | bool | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
|
| BasePose | FPoseLink | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
|
| bIsLODEnabled | bool | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h | ||
| LODThreshold | int32 | Max LOD that this node is allowed to run For example if you have LODThreshold to be 2, it will run until LOD 2 (based on 0 index) when the component LOD becomes 3, it will stop update/evaluate currently transition would be issue and that has to be re-visited | AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetGroupName() |
AnimNodes/AnimNode_RotationOffsetBlendSpaceGraph.h |