Api - 1.0 - OnInit

Event returning true once the Core has finished initializing

-- CODE language-cs --[Unity C#]
public event Action<bool> OnInit;

-- CODE language-cpp --[Unreal C++]
Not available yet ...