Ark Server API (ASA) - Wiki
|
#include "Algo/Find.h"
#include "Algo/IndexOf.h"
#include "Async/Async.h"
#include "Async/TaskGraphInterfaces.h"
#include "Containers/Array.h"
#include "Containers/ArrayView.h"
#include "Containers/Map.h"
#include "Containers/SparseArray.h"
#include "Containers/UnrealString.h"
#include "CoreGlobals.h"
#include "CoreTypes.h"
#include "GenericPlatform/GenericPlatformFile.h"
#include "HAL/CriticalSection.h"
#include "HAL/PlatformCrt.h"
#include "HAL/PlatformString.h"
#include "Logging/LogCategory.h"
#include "Logging/LogMacros.h"
#include "Math/NumericLimits.h"
#include "Math/UnrealMathUtility.h"
#include "Misc/AssertionMacros.h"
#include "Misc/CommandLine.h"
#include "Misc/ConfigCacheIni.h"
#include "Misc/EnumClassFlags.h"
#include "Misc/Optional.h"
#include "Misc/Parse.h"
#include "Misc/Paths.h"
#include "Misc/ScopeLock.h"
#include "Misc/ScopeRWLock.h"
#include "Templates/UniquePtr.h"
#include "Templates/UnrealTemplate.h"
#include "Trace/Detail/Channel.h"
#include <atomic>
Go to the source code of this file.
Namespaces | |
namespace | ManagedStorageInternal |
Enumerations | |
enum class | EPersistentStorageManagerFileSizeFlags : uint8 { None = 0x0 , OnlyUpdateIfLess = 0x1 , RespectQuota = 0x2 , None = 0 , OnlyUpdateIfLess = (1 << 0) , RespectQuota = (1 << 1) } |
Enumerator | |
---|---|
None | |
OnlyUpdateIfLess | |
RespectQuota | |
None | |
OnlyUpdateIfLess | |
RespectQuota |
Definition at line 133 of file IPlatformFileManagedStorageWrapper.h.
DECLARE_LOG_CATEGORY_EXTERN | ( | LogPlatformFileManagedStorage | , |
Log | , | ||
All | ) |
ENUM_CLASS_FLAGS | ( | EPersistentStorageManagerFileSizeFlags | ) |