unreal.NiagaraNumericOutputTypeSelectionMode

class unreal.NiagaraNumericOutputTypeSelectionMode

Bases: EnumBase

Defines different modes for selecting the output numeric type of a function or operation based on the types of the inputs.

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraTypes.h

CUSTOM: NiagaraNumericOutputTypeSelectionMode

Selects the type based on custom logic from the node.

Type:

4

LARGEST: NiagaraNumericOutputTypeSelectionMode

Select the largest of the numeric inputs.

Type:

1

SCALAR: NiagaraNumericOutputTypeSelectionMode

Selects the base scalar type for this numeric inputs.

Type:

3

SMALLEST: NiagaraNumericOutputTypeSelectionMode

Select the smallest of the numeric inputs.

Type:

2