Navigation
API > API/Runtime > API/Runtime/Core
| Name | FPersistentManagedFile |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileManagedStorageWrapper.h |
| Include Path | #include "HAL/IPlatformFileManagedStorageWrapper.h" |
Syntax
struct FPersistentManagedFile
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Category | int32 | HAL/IPlatformFileManagedStorageWrapper.h | ||
| FullFilename | FString | HAL/IPlatformFileManagedStorageWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Clear() |
HAL/IPlatformFileManagedStorageWrapper.h | ||
bool HasFailedTryToManage() |
Helpers to avoid unnecessarily attempting to manage multiple times, use empty string as sentinel. | HAL/IPlatformFileManagedStorageWrapper.h | |
bool IsValid() |
HAL/IPlatformFileManagedStorageWrapper.h | ||
void SetHasFailedTryToManage() |
HAL/IPlatformFileManagedStorageWrapper.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
HAL/IPlatformFileManagedStorageWrapper.h |