Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
| Name | FAnimNode_RotationOffsetBlendSpace |
| Type | struct |
| Header File | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
| Include Path | #include "AnimNodes/AnimNode_RotationOffsetBlendSpace.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FAnimNode_RotationOffsetBlendSpace : public FAnimNode_BlendSpacePlayer
Inheritance Hierarchy
- FAnimNode_Base → FAnimNode_AssetPlayerRelevancyBase → FAnimNode_AssetPlayerBase → FAnimNode_BlendSpacePlayerBase → FAnimNode_BlendSpacePlayer → FAnimNode_RotationOffsetBlendSpace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNode_RotationOffsetBlendSpace() |
AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ActualAlpha | float | AnimNodes/AnimNode_RotationOffsetBlendSpace.h | ||
| Alpha | float | Current strength of the AimOffset. | AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
|
| AlphaBoolBlend | FInputAlphaBoolBlend | AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
|
|
| AlphaCurveName | FName | AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
|
|
| AlphaInputType | EAnimAlphaInputType | AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
|
|
| AlphaScaleBias | FInputScaleBias | AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
|
|
| AlphaScaleBiasClamp | FInputScaleBiasClamp | AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
|
|
| bAlphaBoolEnabled | bool | AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
|
|
| BasePose | FPoseLink | AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
|
|
| bIsLODEnabled | bool | AnimNodes/AnimNode_RotationOffsetBlendSpace.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_RotationOffsetBlendSpace.h |
|
Functions
Public
Overridden from FAnimNode_AssetPlayerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateAssetPlayer
(
const FAnimationUpdateContext& Context |
AnimNodes/AnimNode_RotationOffsetBlendSpace.h |
Overridden from FAnimNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CacheBones_AnyThread
(
const FAnimationCacheBonesContext& Context |
AnimNodes/AnimNode_RotationOffsetBlendSpace.h | ||
virtual void Evaluate_AnyThread
(
FPoseContext& Output |
AnimNodes/AnimNode_RotationOffsetBlendSpace.h | ||
virtual void GatherDebugData
(
FNodeDebugData& DebugData |
AnimNodes/AnimNode_RotationOffsetBlendSpace.h | ||
virtual int32 GetLODThreshold() |
AnimNodes/AnimNode_RotationOffsetBlendSpace.h | ||
virtual void Initialize_AnyThread
(
const FAnimationInitializeContext& Context |
AnimNodes/AnimNode_RotationOffsetBlendSpace.h |