unreal.PropertyBagPropertyType¶
- class unreal.PropertyBagPropertyType¶
Bases:
EnumBaseProperty bag property type, loosely based on BluePrint pin types.
C++ Source:
Module: CoreUObject
File: PropertyBag.h
- BOOL: PropertyBagPropertyType = Ellipsis¶
1
- BYTE: PropertyBagPropertyType = Ellipsis¶
2
- CLASS: PropertyBagPropertyType = Ellipsis¶
14
- DOUBLE: PropertyBagPropertyType = Ellipsis¶
6
- ENUM: PropertyBagPropertyType = Ellipsis¶
10
- FLOAT: PropertyBagPropertyType = Ellipsis¶
5
- INT16: PropertyBagPropertyType = Ellipsis¶
Type not fully supported at UI, will work with restrictions to type editing
- Type:
17
- INT32: PropertyBagPropertyType = Ellipsis¶
3
- INT64: PropertyBagPropertyType = Ellipsis¶
4
- INT8: PropertyBagPropertyType = Ellipsis¶
16
- NAME: PropertyBagPropertyType = Ellipsis¶
7
- OBJECT: PropertyBagPropertyType = Ellipsis¶
12
- SOFT_CLASS: PropertyBagPropertyType = Ellipsis¶
15
- SOFT_OBJECT: PropertyBagPropertyType = Ellipsis¶
13
- STRING: PropertyBagPropertyType = Ellipsis¶
8
- STRUCT: PropertyBagPropertyType = Ellipsis¶
11
- TEXT: PropertyBagPropertyType = Ellipsis¶
9
- U_INT16: PropertyBagPropertyType = Ellipsis¶
Type not fully supported at UI, will work with restrictions to type editing
- Type:
18
- U_INT32: PropertyBagPropertyType = Ellipsis¶
Type not fully supported at UI, will work with restrictions to type editing
- Type:
19
- U_INT64: PropertyBagPropertyType = Ellipsis¶
Type not fully supported at UI, will work with restrictions to type editing
- Type:
20