FServerTOC::FindFile

Finds a file in TOC.

Windows
MacOS
Linux

References

Module

Sockets

Header

/Engine/Source/Runtime/Sockets/Public/ServerTOC.h

Include

#include "ServerTOC.h"

Source

/Engine/Source/Runtime/Sockets/Private/ServerTOC.cpp

Syntax

const FDateTime * FindFile
(
    const FString & Filename
) const

Remarks

Finds a file in TOC.

Returns

Pointer to a timestamp if the file was found, NULL otherwise.

Parameters

Parameter

Description

Filename

File name to find.

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