unreal.AnimNode_ApplyMeshSpaceAdditive

class unreal.AnimNode_ApplyMeshSpaceAdditive(base=[], additive=[], alpha_input_type=AnimAlphaInputType.FLOAT, alpha=1.0, alpha_bool_enabled=True, alpha_bool_blend=[0.0, 0.0, AlphaBlendOption.LINEAR, None], alpha_curve_name='None', alpha_scale_bias=[1.0, 0.0], 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], lod_threshold=- 1)

Bases: unreal.AnimNode_Base

Anim Node Apply Mesh Space Additive

C++ Source:

  • Module: Engine

  • File: AnimNode_ApplyMeshSpaceAdditive.h

Editor Properties: (see get_editor_property/set_editor_property)

  • additive (PoseLink): [Read-Write] Additive

  • alpha (float): [Read-Write] The float value that controls the alpha blending when the alpha input type is set to ‘Float’

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

  • alpha_bool_enabled (bool): [Read-Write] The boolean value that controls the alpha blending when the alpha input type is set to ‘Bool’

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

  • alpha_input_type (AnimAlphaInputType): [Read-Write] The data type used to control the alpha blending of the additive pose.

    Note: Changing this value will disconnect alpha input pins.

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

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

  • base (PoseLink): [Read-Write] Base

  • 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

property additive

[Read-Write] Additive

Type

(PoseLink)

property alpha

[Read-Write] The float value that controls the alpha blending when the alpha input type is set to ‘Float’

Type

(float)

property alpha_bool_blend

[Read-Write] Alpha Bool Blend

Type

(InputAlphaBoolBlend)

property alpha_bool_enabled

[Read-Write] The boolean value that controls the alpha blending when the alpha input type is set to ‘Bool’

Type

(bool)

property alpha_curve_name

[Read-Write] Alpha Curve Name

Type

(Name)

property alpha_input_type

[Read-Write] The data type used to control the alpha blending of the additive pose. Note: Changing this value will disconnect alpha input pins.

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

[Read-Write] Base

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)