ENiagaraNumericOutputTypeSelectionMode

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

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h

Include

#include "NiagaraTypes.h"

Syntax

enum ENiagaraNumericOutputTypeSelectionMode
{
    None,
    Largest,
    Smallest,
    Scalar,
}

Values

Name

Description

None

Output type selection not supported.

Largest

Select the largest of the numeric inputs.

Smallest

Select the smallest of the numeric inputs.

Scalar

Selects the base scalar type for this numeric inputs.

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss