unreal.NiagaraDataInterfaceArrayQuat

class unreal.NiagaraDataInterfaceArrayQuat(outer=None, name='None')

Bases: unreal.NiagaraDataInterfaceArray

Niagara Data Interface Array Quat

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraDataInterfaceArrayFloat.h

Editor Properties: (see get_editor_property/set_editor_property)

  • 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.

  • quat_data (Array(Quat)): [Read-Write] Quat Data

property quat_data

[Read-Write] Quat Data

Type

(Array(Quat))