unreal.AnimNextPlayAnimBlendSettings

class unreal.AnimNextPlayAnimBlendSettings(blend: AlphaBlendArgs = Ellipsis, blend_mode: AnimNextPlayAnimBlendMode = Ellipsis)

Bases: StructBase

PlayAnim Blend Settings

Encapsulates the blend settings used by Play animation requests.

C++ Source:

  • Plugin: AnimNextAnimGraph

  • Module: AnimNextAnimGraph

  • File: PlayAnimRequest.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

property blend: AlphaBlendArgs

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

Type:

(AlphaBlendArgs)

property blend_mode: AnimNextPlayAnimBlendMode

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

Type:

(AnimNextPlayAnimBlendMode)