unreal.PropertyBagPropertyType

class unreal.PropertyBagPropertyType

Bases: EnumBase

Property bag property type, loosely based on BluePrint pin types.

C++ Source:

  • Module: CoreUObject

  • File: PropertyBag.h

BOOL: PropertyBagPropertyType = Ellipsis

1

BYTE: PropertyBagPropertyType = Ellipsis

2

DOUBLE: PropertyBagPropertyType = Ellipsis

6

FLOAT: PropertyBagPropertyType = Ellipsis

5

INT32: PropertyBagPropertyType = Ellipsis

3

INT64: PropertyBagPropertyType = Ellipsis

4

NAME: PropertyBagPropertyType = Ellipsis

7

STRING: PropertyBagPropertyType = Ellipsis

8

TEXT: PropertyBagPropertyType = Ellipsis

9

U_INT32: PropertyBagPropertyType = Ellipsis

16

U_INT64: PropertyBagPropertyType = Ellipsis

Type not fully supported at UI, will work with restrictions to type editing

Type:

17