FCookedIterativeNetworkFile::ShouldBeUsed

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

Windows
MacOS
Linux

Override Hierarchy

IPlatformFile::ShouldBeUsed()

FNetworkPlatformFile::ShouldBeUsed()

FCookedIterativeNetworkFile::ShouldBeUsed()

References

Module

CookedIterativeFile

Header

/Engine/Source/Runtime/CookedIterativeFile/Public/CookedIterativeNetworkFile.h

Include

#include "CookedIterativeNetworkFile.h"

Source

/Engine/Source/Runtime/CookedIterativeFile/Private/CookedIterativeNetworkFile.cpp

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