how i can use database in unreal engine ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how i can use database in unreal engine ?

What is best method ?

11th Mar 2021, 9:52 PM
ali
ali - avatar
1 Answer
+ 2
This question isn't specific to Unreal Engine. If you're writing C++ code you can do anything that C++ can do - including databases. If you're writing a game however, the target system most likely won't have a database running on it. Therefore I'd opt in maybe for something like SQLite, which can run entirely in memory or in a simple .db file in your game's resources. Go ahead and google it up!
12th Mar 2021, 12:53 AM
inxanedev!
inxanedev! - avatar