unreal.MontageBlendSettings
¶
- class unreal.MontageBlendSettings(blend_profile: BlendProfile = Ellipsis, blend: AlphaBlendArgs = Ellipsis, blend_mode: MontageBlendMode = Ellipsis)¶
Bases:
StructBase
Montage blend settings. Can be used to overwrite default Montage settings on Play/Stop
C++ Source:
Module: Engine
File: AnimMontage.h
Editor Properties: (see get_editor_property/set_editor_property)
blend
(AlphaBlendArgs): [Read-Write] AlphaBlend options (time, curve, etc.)blend_mode
(MontageBlendMode): [Read-Write] Type of blend mode (Standard vs Inertial)blend_profile
(BlendProfile): [Read-Write] Blend Profile to use for this blend
- property blend: AlphaBlendArgs¶
[Read-Write] AlphaBlend options (time, curve, etc.)
- Type:
- property blend_mode: MontageBlendMode¶
[Read-Write] Type of blend mode (Standard vs Inertial)
- Type:
- property blend_profile: BlendProfile¶
[Read-Write] Blend Profile to use for this blend
- Type: