Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FPersistentStorageCategory::CategoryStat Struct Reference

#include <IPlatformFileManagedStorageWrapper.h>

+ Collaboration diagram for FPersistentStorageCategory::CategoryStat:

Public Member Functions

FString Print () const
 

Public Attributes

FString CategoryName
 
int64 UsedSize = 0
 
int64 TotalSize = -1
 
TMap< FString, int64FileSizes
 
TArray< FStringDirectories
 

Detailed Description

Definition at line 255 of file IPlatformFileManagedStorageWrapper.h.

Member Function Documentation

◆ Print()

FString FPersistentStorageCategory::CategoryStat::Print ( ) const
inline

Definition at line 257 of file IPlatformFileManagedStorageWrapper.h.

Member Data Documentation

◆ CategoryName

FString FPersistentStorageCategory::CategoryStat::CategoryName

Definition at line 269 of file IPlatformFileManagedStorageWrapper.h.

◆ Directories

TArray<FString> FPersistentStorageCategory::CategoryStat::Directories

Definition at line 273 of file IPlatformFileManagedStorageWrapper.h.

◆ FileSizes

TMap<FString, int64> FPersistentStorageCategory::CategoryStat::FileSizes

Definition at line 272 of file IPlatformFileManagedStorageWrapper.h.

◆ TotalSize

int64 FPersistentStorageCategory::CategoryStat::TotalSize = -1

Definition at line 271 of file IPlatformFileManagedStorageWrapper.h.

◆ UsedSize

int64 FPersistentStorageCategory::CategoryStat::UsedSize = 0

Definition at line 270 of file IPlatformFileManagedStorageWrapper.h.


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