Enum EDataflowType Path C++ Link /Script/DataflowEngine.EDataflowType underlying uint8 /Script/DataflowEngine Values 3 NameValueHex Construction00x00Simulation10x01EDataflowType_MAX20x02 Used by 1types with a member, parameter or interface of this type UDataflow // /Script/DataflowEngine.EDataflowType enum class EDataflowType : uint8 { Construction = 0, Simulation = 1, EDataflowType_MAX = 2, };