Navigation
API > API/Plugins > API/Plugins/SQLiteCore > API/Plugins/SQLiteCore/FSQLiteDatabase
Description
Set the application ID 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 | SetApplicationId |
| 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 SetApplicationId
(
const int32 InApplicationId
)
true if the set was a success.