Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
OutputDeviceRedirector.h File Reference
+ Include dependency graph for OutputDeviceRedirector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FBufferedLine
 
class  FOutputDeviceRedirector
 

Namespaces

namespace  UE
 
namespace  UE::Private
 

Enumerations

enum class  EOutputDeviceRedirectorFlushOptions : uint32 { None = 0x0 , Async = 0x1 , None = 0 , Async = 1 << 0 }
 

Functions

 ENUM_CLASS_FLAGS (EOutputDeviceRedirectorFlushOptions)
 

Enumeration Type Documentation

◆ EOutputDeviceRedirectorFlushOptions

Enumerator
None 
Async 
None 
Async 

Flush asynchronously when possible.

When this flag is set and there is a dedicated primary logging thread, the flush function returns immediately. Otherwise, the flush function does not return until the requested type of flush is complete.

Definition at line 53 of file OutputDeviceRedirector.h.

Function Documentation

◆ ENUM_CLASS_FLAGS()