FServerTOC::AddFileOrDirectory

Adds a file or directory to 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

void AddFileOrDirectory
(
    const FString & Filename,
    const FDateTime & Timestamp
)

Remarks

Adds a file or directory to TOC.

Parameters

Parameter

Description

Filename

File name or directory name to add.

Timestamp

File timestamp. Directories should have this set to 0.

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