unreal.CustomAttributeTypeEnum

class unreal.CustomAttributeTypeEnum

Bases: EnumBase

ECustom Attribute Type Enum

C++ Source:

  • Plugin: GeometryCollectionPlugin

  • Module: GeometryCollectionNodes

  • File: GeometryCollectionNodes.h

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_BOOL: CustomAttributeTypeEnum

Bool

Type:

4

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_BOX: CustomAttributeTypeEnum

FBox

Type:

13

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_DOUBLE: CustomAttributeTypeEnum

Double

Type:

3

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_FLOAT: CustomAttributeTypeEnum

Float

Type:

2

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_FLOAT_ARRAY: CustomAttributeTypeEnum

TArray<float>

Type:

21

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_F_VECTOR3F_ARRAY: CustomAttributeTypeEnum

TArray<FVector3f>

Type:

23

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_GUID: CustomAttributeTypeEnum

FGuid

Type:

14

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT32: CustomAttributeTypeEnum

Int32

Type:

1

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT32_ARRAY: CustomAttributeTypeEnum

TArray<int32>

Type:

16

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT32_SET: CustomAttributeTypeEnum

TSet<int32>

Type:

15

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT_VECTOR: CustomAttributeTypeEnum

FIntVector

Type:

17

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT_VECTOR2: CustomAttributeTypeEnum

FIntVector2

Type:

18

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT_VECTOR2_ARRAY: CustomAttributeTypeEnum

TArray<FIntVector2>

Type:

20

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT_VECTOR4: CustomAttributeTypeEnum

FIntVector4

Type:

19

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_LINEAR_COLOR: CustomAttributeTypeEnum

FLinearColor

Type:

10

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_QUAT4F: CustomAttributeTypeEnum

FQuat4f

Type:

12

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_STRING: CustomAttributeTypeEnum

FString

Type:

5

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_TRANSFORM: CustomAttributeTypeEnum

FTransform

Type:

11

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_U_INT8: CustomAttributeTypeEnum

UInt8

Type:

0

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR2F: CustomAttributeTypeEnum

FVector2f

Type:

6

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR2F_ARRAY: CustomAttributeTypeEnum

TArray<FVector2f>

Type:

22

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR3D: CustomAttributeTypeEnum

FVector3d

Type:

8

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR3F: CustomAttributeTypeEnum

FVector3f

Type:

7

Type:

Data type

DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR4F: CustomAttributeTypeEnum

FVector4f

Type:

9

Type:

Data type