unreal.AnimNode_ApplyAdditive
¶
- class unreal.AnimNode_ApplyAdditive(base=[], additive=[], alpha=1.0, alpha_scale_bias=[1.0, 0.0], lod_threshold=- 1, 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=True)¶
Bases:
unreal.AnimNode_Base
Anim Node Apply Additive
C++ Source:
Module: AnimGraphRuntime
File: AnimNode_ApplyAdditive.h
Editor Properties: (see get_editor_property/set_editor_property)
additive
(PoseLink): [Read-Write] Additivealpha
(float): [Read-Write] Alphaalpha_bool_blend
(InputAlphaBoolBlend): [Read-Write] Alpha Bool Blendalpha_bool_enabled
(bool): [Read-Write] Alpha Bool Enabledalpha_curve_name
(Name): [Read-Write] Alpha Curve Namealpha_input_type
(AnimAlphaInputType): [Read-Write] Alpha Input Typealpha_scale_bias
(InputScaleBias): [Read-Write] Alpha Scale Biasalpha_scale_bias_clamp
(InputScaleBiasClamp): [Read-Write] Alpha Scale Bias Clampbase
(PoseLink): [Read-Write] Baselod_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 alpha_bool_blend¶
[Read-Write] Alpha Bool Blend
- Type
- property alpha_input_type¶
[Read-Write] Alpha Input Type
- Type
- property alpha_scale_bias¶
[Read-Write] Alpha Scale Bias
- Type
- property alpha_scale_bias_clamp¶
[Read-Write] Alpha Scale Bias Clamp
- Type
- 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)