Navigation
API > API/Plugins > API/Plugins/StructUtils
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/PropertyBag.h |
| Include | #include "PropertyBag.h" |
Syntax
enum EPropertyBagPropertyType
&123;
None,
Bool,
Byte,
Int32,
Int64,
Float,
Double,
Name,
String,
Text,
Enum,
Struct,
Object,
SoftObject,
Class,
SoftClass,
Count,
&125;
Values
| Name | Description |
|---|---|
| None | |
| Bool | |
| Byte | |
| Int32 | |
| Int64 | |
| Float | |
| Double | |
| Name | |
| String | |
| Text | |
| Enum | |
| Struct | |
| Object | |
| SoftObject | |
| Class | |
| SoftClass | |
| Count |
Remarks
Property bag property type, loosely based on BluePrint pin types.