public void EndPlay() { OnEndPlay?.Invoke(); }
public static void OnWorldEnd() { OnEndPlay?.Invoke(); Debug.Log(LogLevel.Display, "See you soon, Unreal Engine!"); }