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

Contents

  1. 0.1UnrealEngine.Framework.Debug
  2. 1Debug.Exception(System.Exception) Method