Epic Developer Community Forums
How would I save this kind of data?
Development
Programming & Scripting
Blueprint
UE4
,
data
,
question
,
Blueprint
,
unreal-engine
,
CPP
BrUnO_XaVIeR
(BrUnO XaVIeR)
April 4, 2018, 2:21pm
5
My employer had the same problem, so I developed this for us:
However, you say you don’t need to save that data in runtime, so I don’t think a SQLite database is needed.
You are most likely looking for how to use Data Assets in C++:
Or using the SingleTon object class:
show post in topic