FCachedReadPlatformFile::ShouldBeUsed

Checks if this platform file should be used even though it was not asked to be.

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::ShouldBeUsed()

FCachedReadPlatformFile::ShouldBeUsed()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/HAL/IPlatformFileCachedWrapper.h

Include

#include "HAL/IPlatformFileCachedWrapper.h"

Syntax

virtual bool ShouldBeUsed
(
    IPlatformFile * Inner,
    const TCHAR * CmdLine
) const

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss