FPersistentStorageCategory

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileManagedStorageWrapper.h

Include

#include "HAL/IPlatformFileManagedStorageWrapper.h"

Syntax

struct FPersistentStorageCategory

Constructors

Name Description

Public function

FPersistentStorageCategory

(
    const FString& InCategoryName,
    const int64 InQuota,
    const TArray< FString >& InDirecto...
)

Functions

Name Description

Public function Const

int64

 

GetAvailableSize()

Public function Const

const FStrin...

 

GetCategoryName()

Public function Const

int64

 

GetCategoryQuota()

Public function Const

int64

 

GetUsedSize()

Public function Const

bool

 

IsCategoryFull()

Public function

void

 

RecalculateUsedQuota()

Public function

bool

 

TryAddFileToCategory

(
    const FString& Filename,
    const int64 FileSize,
    bool bForceAdd
)

Public function

bool

 

TryRemoveFileFromCategory

(
    const FString& Filename
)

Public function

bool

 

UpdateFileSize

(
    const FString& Filename,
    const int64 FileSize,
    bool bFailIfUsedQuotaExceedsLimit
)

Classes

Name

Description

Public struct

CategoryStat

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss