Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPersistentStorageManager
Wrapper for Category Array to prevent resizing after init.
| Name | FCategoryInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileManagedStorageWrapper.h |
| Include Path | #include "HAL/IPlatformFileManagedStorageWrapper.h" |
Syntax
struct FCategoryInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCategoryInfo
(
TArray< FPersistentStorageCategory >&& InCategories, |
HAL/IPlatformFileManagedStorageWrapper.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Categories | TArray< FPersistentStorageCategory > | HAL/IPlatformFileManagedStorageWrapper.h | ||
| DefaultCategory | int32 | HAL/IPlatformFileManagedStorageWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| HAL/IPlatformFileManagedStorageWrapper.h | |||
TArrayView< const FPersistentStorageCategory > GetCategories () |
HAL/IPlatformFileManagedStorageWrapper.h | ||
| HAL/IPlatformFileManagedStorageWrapper.h | |||
const FPersistentStorageCategory * GetDefaultCategory () |
HAL/IPlatformFileManagedStorageWrapper.h | ||
int32 GetDefaultCategoryIndex() |
HAL/IPlatformFileManagedStorageWrapper.h |