Navigation
API > API/Plugins > API/Plugins/DatabaseSupport
Enums for Database types. Each Database has their own set of DB types and
| Name | EDataBaseUnrealTypes |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Database/DatabaseSupport/Source/DatabaseSupport/Public/Database.h |
| Include Path | #include "Database.h" |
Syntax
enum EDataBaseUnrealTypes
{
DBT_UNKOWN,
DBT_FLOAT,
DBT_INT,
DBT_STRING,
}
Values
| Name | Remarks |
|---|---|
| DBT_UNKOWN | |
| DBT_FLOAT | |
| DBT_INT | |
| DBT_STRING |