FErrorLog

Struct used for storing and classifying each log error line

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ProcessUnitTest.h

Include

#include "ProcessUnitTest.h"

Syntax

struct FErrorLog

Remarks

Struct used for storing and classifying each log error line

Variables

Name Description

Public variable

FString

 

Line

The error log line

Public variable

EErrorLogStage

 

Stage

The stage of this error log line

Constructors

Name Description

Public function

FErrorLog()

Base constructor

Public function

FErrorLog

(
    EErrorLogStage InStage,
    const FString& InLine
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss