Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
BufferWriter.h File Reference
#include "CoreTypes.h"
#include "Misc/AssertionMacros.h"
#include "HAL/UnrealMemory.h"
#include "Math/NumericLimits.h"
#include "Serialization/Archive.h"
#include "Containers/UnrealString.h"
#include "Logging/LogMacros.h"
#include "Misc/EnumClassFlags.h"
#include "CoreGlobals.h"
+ Include dependency graph for BufferWriter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FBufferWriter
 

Enumerations

enum class  EBufferWriterFlags : uint8 {
  None = 0x0 , TakeOwnership = 0x1 , AllowResize = 0x2 , None = 0x0 ,
  TakeOwnership = 0x1 , AllowResize = 0x2
}
 

Functions

 ENUM_CLASS_FLAGS (EBufferWriterFlags)
 

Enumeration Type Documentation

◆ EBufferWriterFlags

Enumerator
None 
TakeOwnership 
AllowResize 
None 
TakeOwnership 
AllowResize 

Definition at line 15 of file BufferWriter.h.

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EBufferWriterFlags )