EPlatformInterfaceDataType
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EPlatformInterfaceDataType
Inheritance Object → ValueType → Enum → EPlatformInterfaceDataType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| PIDT_None | 0 | |
| PIDT_Int | 1 | |
| PIDT_Float | 2 | |
| PIDT_String | 3 | |
| PIDT_Object | 4 | |
| PIDT_Custom | 5 | |
| PIDT_MAX | 6 |