unreal.NiagaraDataInterfaceArrayBool

class unreal.NiagaraDataInterfaceArrayBool(outer: Object | None = None, name: Name | str = 'None')

Bases: NiagaraDataInterfaceArray

Niagara Data Interface Array Bool

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraDataInterfaceArrayInt.h

Editor Properties: (see get_editor_property/set_editor_property)

  • bool_data (Array[bool]): [Read-Write]

  • gpu_sync_mode (NiagaraGpuSyncMode): [Read-Write] How to do we want to synchronize modifications to the array data.

  • max_elements (int32): [Read-Write] When greater than 0 sets the maximum number of elements the array can hold, only relevant when using operations that modify the array size.

property bool_data: None

[Read-Write]

Type:

(Array[bool])