unreal.CustomAttributeTypeEnum¶
- class unreal.CustomAttributeTypeEnum¶
Bases:
EnumBaseECustom Attribute Type Enum
C++ Source:
Plugin: GeometryCollectionPlugin
Module: GeometryCollectionNodes
File: GeometryCollectionNodes.h
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_BOOL: CustomAttributeTypeEnum = Ellipsis¶
Bool
- Type:
4
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_BOX: CustomAttributeTypeEnum = Ellipsis¶
FBox
- Type:
13
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_DOUBLE: CustomAttributeTypeEnum = Ellipsis¶
Double
- Type:
3
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_FLOAT: CustomAttributeTypeEnum = Ellipsis¶
Float
- Type:
2
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_FLOAT_ARRAY: CustomAttributeTypeEnum = Ellipsis¶
TArray<float>
- Type:
21
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_F_VECTOR3F_ARRAY: CustomAttributeTypeEnum = Ellipsis¶
TArray<FVector3f>
- Type:
23
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_GUID: CustomAttributeTypeEnum = Ellipsis¶
FGuid
- Type:
14
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT32: CustomAttributeTypeEnum = Ellipsis¶
Int32
- Type:
1
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT32_ARRAY: CustomAttributeTypeEnum = Ellipsis¶
TArray<int32>
- Type:
16
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT32_SET: CustomAttributeTypeEnum = Ellipsis¶
TSet<int32>
- Type:
15
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT_VECTOR: CustomAttributeTypeEnum = Ellipsis¶
FIntVector
- Type:
17
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT_VECTOR2: CustomAttributeTypeEnum = Ellipsis¶
FIntVector2
- Type:
18
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT_VECTOR2_ARRAY: CustomAttributeTypeEnum = Ellipsis¶
TArray<FIntVector2>
- Type:
20
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_INT_VECTOR4: CustomAttributeTypeEnum = Ellipsis¶
FIntVector4
- Type:
19
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_LINEAR_COLOR: CustomAttributeTypeEnum = Ellipsis¶
FLinearColor
- Type:
10
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_QUAT4F: CustomAttributeTypeEnum = Ellipsis¶
FQuat4f
- Type:
12
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_STRING: CustomAttributeTypeEnum = Ellipsis¶
FString
- Type:
5
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_TRANSFORM: CustomAttributeTypeEnum = Ellipsis¶
FTransform
- Type:
11
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_U_INT8: CustomAttributeTypeEnum = Ellipsis¶
UInt8
- Type:
0
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR2F: CustomAttributeTypeEnum = Ellipsis¶
FVector2f
- Type:
6
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR2F_ARRAY: CustomAttributeTypeEnum = Ellipsis¶
TArray<FVector2f>
- Type:
22
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR3D: CustomAttributeTypeEnum = Ellipsis¶
FVector3d
- Type:
8
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR3F: CustomAttributeTypeEnum = Ellipsis¶
FVector3f
- Type:
7
- Type:
Data type
- DATAFLOW_CUSTOM_ATTRIBUTE_TYPE_VECTOR4F: CustomAttributeTypeEnum = Ellipsis¶
FVector4f
- Type:
9
- Type:
Data type