unreal.AnimNode_RotationOffsetBlendSpace

class unreal.AnimNode_RotationOffsetBlendSpace(ignore_for_relevancy_test=False, blend_weight=0.0, internal_time_accumulator=0.0, x=0.0, y=0.0, z=0.0, play_rate=1.0, loop=True, reset_play_time_when_blend_space_changes=True, start_position=0.0, blend_space=None, base_pose=[], lod_threshold=- 1, alpha=1.0, alpha_scale_bias=[1.0, 0.0], alpha_bool_blend=[0.0, 0.0, AlphaBlendOption.LINEAR, None], alpha_curve_name='None', alpha_scale_bias_clamp=[False, False, False, [0.0, 1.0], [0.0, 1.0], 1.0, 0.0, 0.0, 1.0, 10.0, 10.0], alpha_input_type=AnimAlphaInputType.FLOAT, alpha_bool_enabled=False)

Bases: unreal.AnimNode_BlendSpacePlayer

TODO:: Comment

C++ Source:

  • Module: AnimGraphRuntime

  • File: AnimNode_RotationOffsetBlendSpace.h

Editor Properties: (see get_editor_property/set_editor_property)

  • alpha (float): [Read-Write] Current strength of the AimOffset

  • alpha_bool_blend (InputAlphaBoolBlend): [Read-Write] Alpha Bool Blend

  • alpha_bool_enabled (bool): [Read-Write] Alpha Bool Enabled

  • alpha_curve_name (Name): [Read-Write] Alpha Curve Name

  • alpha_input_type (AnimAlphaInputType): [Read-Write] Alpha Input Type

  • alpha_scale_bias (InputScaleBias): [Read-Write] Alpha Scale Bias

  • alpha_scale_bias_clamp (InputScaleBiasClamp): [Read-Write] Alpha Scale Bias Clamp

  • base_pose (PoseLink): [Read-Write] Base Pose

  • blend_space (BlendSpaceBase): [Read-Write] The blendspace asset to play

  • blend_weight (float): [Read-Write] Last encountered blendweight for this node

  • ignore_for_relevancy_test (bool): [Read-Write] If true, “Relevant anim” nodes that look for the highest weighted animation in a state will ignore this node

  • internal_time_accumulator (float): [Read-Write] Accumulated time used to reference the asset in this node

  • lod_threshold (int32): [Read-Write] * Max LOD that this node is allowed to run * For example if you have LODThreadhold 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

  • loop (bool): [Read-Write] Should the animation continue looping when it reaches the end?

  • play_rate (float): [Read-Write] The play rate multiplier. Can be negative, which will cause the animation to play in reverse.

  • reset_play_time_when_blend_space_changes (bool): [Read-Write] Whether we should reset the current play time when the blend space changes

  • start_position (float): [Read-Write] The start up position in [0, 1], it only applies when reinitialized if you loop, it will still start from 0.f after finishing the round

  • x (float): [Read-Write] The X coordinate to sample in the blendspace

  • y (float): [Read-Write] The Y coordinate to sample in the blendspace

  • z (float): [Read-Write] The Z coordinate to sample in the blendspace

property alpha

[Read-Write] Current strength of the AimOffset

Type

(float)

property alpha_bool_blend

[Read-Write] Alpha Bool Blend

Type

(InputAlphaBoolBlend)

property alpha_bool_enabled

[Read-Write] Alpha Bool Enabled

Type

(bool)

property alpha_curve_name

[Read-Write] Alpha Curve Name

Type

(Name)

property alpha_input_type

[Read-Write] Alpha Input Type

Type

(AnimAlphaInputType)

property alpha_scale_bias

[Read-Write] Alpha Scale Bias

Type

(InputScaleBias)

property alpha_scale_bias_clamp

[Read-Write] Alpha Scale Bias Clamp

Type

(InputScaleBiasClamp)

property base_pose

[Read-Write] Base Pose

Type

(PoseLink)

property lod_threshold

[Read-Write] * Max LOD that this node is allowed to run * For example if you have LODThreadhold 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

Type

(int32)