You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today our support for Windows are Linux lives on Desktop. And iOS and macOS on Apple
That was done this way since we mainly point to an underlying Sentry SDK (sentry-native and sentry-cocoa respectively).
But Unreal itself has platform specific subsystems like macOS, Linux, iOS, etc.
There are several advantages with breaking up the code in the same structure as compared with #ifdef throughout the files.