unreal.BlueprintPropertyType

class unreal.BlueprintPropertyType

Bases: EnumBase

Copied from EPropertyType

C++ Source:

  • Plugin: LevelSnapshots

  • Module: LevelSnapshotFilters

  • File: PropertyTypeFilter.h

ARRAY: BlueprintPropertyType = Ellipsis

14

BOOL: BlueprintPropertyType = Ellipsis

3

BYTE: BlueprintPropertyType = Ellipsis

CPT_NONE

Type:

0

DOUBLE: BlueprintPropertyType = Ellipsis

13

FLOAT: BlueprintPropertyType = Ellipsis

CPT_Bool8 = 10, Unsupported by Blueprints CPT_Bool16 = 11, Unsupported by Blueprints CPT_Bool32 = 12, Unsupported by Blueprints CPT_Bool64 = 13, Unsupported by Blueprints

Type:

4

INT: BlueprintPropertyType = Ellipsis

CPT_UInt16 = 2, Unsupported by Blueprints CPT_UInt32 = 3, Unsupported by Blueprints CPT_UInt64 = 4, Unsupported by Blueprints CPT_Int8 = 5, Unsupported by Blueprints CPT_Int16 = 6, Unsupported by Blueprints

Type:

1

INT64: BlueprintPropertyType = Ellipsis

2

INTERFACE: BlueprintPropertyType = Ellipsis

CPT_Delegate = 17, Not useful for level snapshots

Type:

7

MAP: BlueprintPropertyType = Ellipsis

15

NAME: BlueprintPropertyType = Ellipsis

6

OBJECT_REFERENCE: BlueprintPropertyType = Ellipsis

5

SET: BlueprintPropertyType = Ellipsis

16

SOFT_OBJECT_REFERENCE: BlueprintPropertyType = Ellipsis

CPT_LazyObjectReference = 27, No idea what this is; probably not useful for Blueprints

Type:

12

STRING: BlueprintPropertyType = Ellipsis

CPT_Unused_Index_21 = 21, CPT_Unused_Index_22 = 22,

Type:

9

STRUCT: BlueprintPropertyType = Ellipsis

CPT_Unused_Index_19 = 19,

Type:

8

TEXT: BlueprintPropertyType = Ellipsis

10

WEAK_OBJECT_REFERENCE: BlueprintPropertyType = Ellipsis

CPT_MulticastDelegate = 25, Not useful for level snapshots

Type:

11