EFieldOutputType

Defines the type of the output

Windows
MacOS
Linux

References

Module

Chaos

Header

/Engine/Source/Runtime/Experimental/Chaos/Public/Field/FieldSystemTypes.h

Include

#include "Field/FieldSystemTypes.h"

Syntax

enum EFieldOutputType
{
    Field_Output_Vector,
    Field_Output_Scalar,
    Field_Output_Integer,
    Field_Output_Max,
}

Values

Name

Description

Field_Output_Vector

Vector Field Type

Field_Output_Scalar

Scalar Field Type

Field_Output_Integer

Integer field type

Field_Output_Max

Remarks

Defines the type of the output

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