Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FOutputDeviceError Class Referenceabstract

#include <OutputDeviceError.h>

+ Inheritance diagram for FOutputDeviceError:
+ Collaboration diagram for FOutputDeviceError:

Public Member Functions

virtual bool CanBeUsedOnPanicThread () const override
 
virtual void HandleError ()=0
 
void SetErrorProgramCounter (void *InProgramCounter)
 
voidGetErrorProgramCounter () const
 
- Public Member Functions inherited from FOutputDevice
 FOutputDevice ()
 
 FOutputDevice (FOutputDevice &&)=default
 
 FOutputDevice (const FOutputDevice &)=default
 
FOutputDeviceoperator= (FOutputDevice &&)=default
 
FOutputDeviceoperator= (const FOutputDevice &)=default
 
virtual ~FOutputDevice ()=default
 
virtual void Serialize (const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category)=0
 
virtual void Serialize (const TCHAR *V, ELogVerbosity::Type Verbosity, const FName &Category, const double Time)
 
virtual void SerializeRecord (const UE::FLogRecord &Record)
 
virtual void Flush ()
 
virtual void TearDown ()
 
void SetSuppressEventTag (bool bInSuppressEventTag)
 
FORCEINLINE bool GetSuppressEventTag () const
 
void SetAutoEmitLineTerminator (bool bInAutoEmitLineTerminator)
 
FORCEINLINE bool GetAutoEmitLineTerminator () const
 
virtual void Dump (class FArchive &Ar)
 
virtual bool IsMemoryOnly () const
 
virtual bool CanBeUsedOnAnyThread () const
 
virtual bool CanBeUsedOnMultipleThreads () const
 
void Log (const TCHAR *S)
 
void Log (ELogVerbosity::Type Verbosity, const TCHAR *S)
 
void Log (const FName &Category, ELogVerbosity::Type Verbosity, const TCHAR *Str)
 
void Log (const FString &S)
 
void Log (const FText &S)
 
void Log (ELogVerbosity::Type Verbosity, const FString &S)
 
void Log (const FName &Category, ELogVerbosity::Type Verbosity, const FString &S)
 
template<typename FmtType >
void Logf (const FmtType &Fmt)
 
template<typename FmtType , typename... Types>
FORCEINLINE void Logf (const FmtType &Fmt, Types... Args)
 
template<typename FmtType , typename... Types>
FORCEINLINE void Logf (ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args)
 
template<typename FmtType , typename... Types>
FORCEINLINE void CategorizedLogf (const FName &Category, ELogVerbosity::Type Verbosity, const FmtType &Fmt, Types... Args)
 

Private Attributes

voidProgramCounter = nullptr
 

Additional Inherited Members

- Protected Attributes inherited from FOutputDevice
bool bSuppressEventTag
 
bool bAutoEmitLineTerminator
 

Detailed Description

Definition at line 9 of file OutputDeviceError.h.

Member Function Documentation

◆ CanBeUsedOnPanicThread()

virtual bool FOutputDeviceError::CanBeUsedOnPanicThread ( ) const
inlineoverridevirtual
Returns
whether this output device can be used after a panic (crash or fatal error) has been flagged.
Note
The return value is cached by AddOutputDevice because calling this during a panic may fail.

Reimplemented from FOutputDevice.

Definition at line 12 of file OutputDeviceError.h.

◆ GetErrorProgramCounter()

void * FOutputDeviceError::GetErrorProgramCounter ( ) const
inline

Definition at line 26 of file OutputDeviceError.h.

◆ HandleError()

virtual void FOutputDeviceError::HandleError ( )
pure virtual

◆ SetErrorProgramCounter()

void FOutputDeviceError::SetErrorProgramCounter ( void * InProgramCounter)
inline

Sets the location of the instruction that raise the next error

Definition at line 20 of file OutputDeviceError.h.

Member Data Documentation

◆ ProgramCounter

void* FOutputDeviceError::ProgramCounter = nullptr
private

Definition at line 32 of file OutputDeviceError.h.


The documentation for this class was generated from the following file: