unreal.PropertyBagPropertyType

class unreal.PropertyBagPropertyType

Bases: EnumBase

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

C++ Source:

  • Plugin: StructUtils

  • Module: StructUtils

  • File: PropertyBag.h

BOOL: PropertyBagPropertyType

1

BYTE: PropertyBagPropertyType

2

DOUBLE: PropertyBagPropertyType

6

FLOAT: PropertyBagPropertyType

5

INT32: PropertyBagPropertyType

3

INT64: PropertyBagPropertyType

4

NAME: PropertyBagPropertyType

7

STRING: PropertyBagPropertyType

8

TEXT: PropertyBagPropertyType

9

U_INT32: PropertyBagPropertyType

16

U_INT64: PropertyBagPropertyType

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

Type:

17