FPersistentStorageManager

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "HAL/IPlatformFileManagedStorageWrapper.h"

Syntax

class FPersistentStorageManager

Constructors

Name Description

Public function

FPersistentStorageManager()

Functions

Name Description

Public function

bool

 

AddFileToManager

(
    const FString& Filename,
    const int64 FileSize
)

Public function

TMap< FStrin...

 

GenerateCategoryStats()

Public function Static

FPersistentS...

 

Get()

Singleton access

Public function Const

int64

 

GetTotalUsedSize()

Public function

void

 

Initialize()

Public function Const

bool

 

IsCategoryForFileFull

(
    const FString& Filename
)

Public function Const

bool

 

IsInitialized()

Public function

bool

 

MoveFileInManager

(
    const FString& From,
    const FString& To
)

Public function

bool

 

RemoveFileFromManager

(
    const FString& Filename
)

Public function

void

 

ScanDirectory

(
    const FString& Directory
)

Public function

void

 

ScanPersistentStorage()

Public function

bool

 

UpdateFileSize

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

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