Navigation
API > API/Runtime > API/Runtime/Core
| Name | FManagedStorageFileLockRegistry |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileManagedStorageWrapper.h |
| Include Path | #include "HAL/IPlatformFileManagedStorageWrapper.h" |
Syntax
class FManagedStorageFileLockRegistry
Structs
| Name | Remarks |
|---|---|
| FLockData |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileLockMap | TMap< FString, FLockData > | HAL/IPlatformFileManagedStorageWrapper.h | ||
| FileLockMapCS | FCriticalSection | HAL/IPlatformFileManagedStorageWrapper.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachFile
(
TFunctionRef< void(const FString&)> Function |
HAL/IPlatformFileManagedStorageWrapper.h | ||
void ForEachFile
(
const UE::FDeferLock& SkipLock, |
HAL/IPlatformFileManagedStorageWrapper.h | ||
FCriticalSection * GetRegistryLock() |
HAL/IPlatformFileManagedStorageWrapper.h |