Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLiteDatabase
Description
Get the application ID set in the database header.
A list of assigned application IDs can be seen by consulting the magic.txt file in the SQLite source repository.
| Name | GetApplicationId |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Public/SQLiteDatabase.h |
| Include Path | #include "SQLiteDatabase.h" |
| Source | /Engine/Plugins/Runtime/Database/SQLiteCore/Source/SQLiteCore/Private/SQLiteDatabase.cpp |
bool GetApplicationId
(
int32 & OutApplicationId
) const
true if the get was a success.