Debug-Exception(Exception).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Debug
Debug.Exception(System.Exception) Method
Creates a log file with the name of assembly if required and writes an exception to it, prints it on the screen, printing on the screen is omitted in builds with the Shipping configuration, but log file will persist
public static void Exception(System.Exception exception);
Parameters
exception System.Exception