unreal.AnimNextInjectionBlendSettings

class unreal.AnimNextInjectionBlendSettings(blend: AlphaBlendArgs = Ellipsis, blend_mode: AnimNextInjectionBlendMode = Ellipsis)

Bases: StructBase

Injection Blend Settings

Encapsulates the blend settings used by injection requests.

C++ Source:

  • Plugin: UAFAnimGraph

  • Module: UAFAnimGraph

  • File: InjectionRequest.h

Editor Properties: (see get_editor_property/set_editor_property)

  • blend (AlphaBlendArgs): [Read-Write] AlphaBlend options (time, curve, etc.)

  • blend_mode (AnimNextInjectionBlendMode): [Read-Write] Type of blend mode (Standard vs Inertial)

property blend: AlphaBlendArgs

[Read-Write] AlphaBlend options (time, curve, etc.)

Type:

(AlphaBlendArgs)

property blend_mode: AnimNextInjectionBlendMode

[Read-Write] Type of blend mode (Standard vs Inertial)

Type:

(AnimNextInjectionBlendMode)