Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
ArrayWriter.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
6#include "Serialization/BufferArchive.h"
7
8/**
9 * Archive objects that are also a TArray. Since FBufferArchive is already the
10 * writer version, we just typedef to the old, outdated name
11 */
FBufferArchive FArrayWriter
Definition ArrayWriter.h:12