unreal.NiagaraNumericOutputTypeSelectionMode

class unreal.NiagaraNumericOutputTypeSelectionMode

Bases: unreal.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

LARGEST

Select the largest of the numeric inputs.

Type

1

SCALAR

Selects the base scalar type for this numeric inputs.

Type

3

SMALLEST

Select the smallest of the numeric inputs.

Type

2