unreal.AvaViewportQualitySettingsFeature

class unreal.AvaViewportQualitySettingsFeature(name: str = '', enabled: bool = False)

Bases: StructBase

Ava Viewport Quality Settings Feature

C++ Source:

  • Plugin: Avalanche

  • Module: Avalanche

  • File: AvaViewportQualitySettings.h

Editor Properties: (see get_editor_property/set_editor_property)

  • enabled (bool): [Read-Write] True if this engine feature show flag should be enabled.

  • name (str): [Read-Write] The name of the feature in the engine show flags.

property enabled: bool

[Read-Write] True if this engine feature show flag should be enabled.

Type:

(bool)

property name: str

[Read-Write] The name of the feature in the engine show flags.

Type:

(str)