Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCachedReadPlatformFile
Description
Checks if this platform file should be used even though it was not asked to be. i.e. pak files exist on disk so we should use a pak file
Virtual Inheritance
- IPlatformFile::ShouldBeUsed → FCachedReadPlatformFile::ShouldBeUsed
| Name | ShouldBeUsed |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h |
| Include Path | #include "HAL/IPlatformFileCachedWrapper.h" |
virtual bool ShouldBeUsed
(
IPlatformFile * Inner,
const TCHAR * CmdLine
) const