ScriptedInstance character; character.SetData64("Age", 25);
ScriptedInstance simulation; long long timeOfDay = 1567894561234; simulation.SetData64("TimeOfDay", timeOfDay);
ScriptedInstance game; int64_t score = 1000; game.SetData64("Score", score);Package Library: ScriptedInstance is a class that is part of the Scripting library in C++. Therefore, the package library for ScriptedInstance SetData64 would be the Scripting library.