Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FManagedStorageFileLockRegistry
Overloads
| 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 |
ForEachFile(TFunctionRef< void(const FString &)>)
| Name | ForEachFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileManagedStorageWrapper.h |
| Include Path | #include "HAL/IPlatformFileManagedStorageWrapper.h" |
void ForEachFile
(
TFunctionRef < void &)> Function
) const
ForEachFile(const UE::FDeferLock &, TFunctionRef< void(const FString &)>)
| Name | ForEachFile |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileManagedStorageWrapper.h |
| Include Path | #include "HAL/IPlatformFileManagedStorageWrapper.h" |
void ForEachFile
(
const UE::FDeferLock & SkipLock,
TFunctionRef < void &)> Function
) const