unreal.NiagaraParameterStore
¶
- class unreal.NiagaraParameterStore¶
Bases:
StructBase
Base storage class for Niagara parameter values.
C++ Source:
Plugin: Niagara
Module: Niagara
File: NiagaraParameterStore.h
Editor Properties: (see get_editor_property/set_editor_property)
parameter_offsets
(Map[NiagaraVariable, int32]): [Read-Write] Map from parameter defs to their offset in the data table or the data interface. TODO: Separate out into a layout and instance class to reduce duplicated data for this? deprecated: Property ‘ParameterOffsets’ is deprecated.
- property parameter_offsets: None¶
Separate out into a layout and instance class to reduce duplicated data for this? deprecated: Property ‘ParameterOffsets’ is deprecated.
- Type:
(Map[NiagaraVariable, int32])
- Type:
[Read-Write] Map from parameter defs to their offset in the data table or the data interface. TODO