IPlatformFile::ShouldBeUsed

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

Windows
MacOS
Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h

Include

#include "GenericPlatform/GenericPlatformFile.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