FServerTOC::FindDirectory

Finds a directory 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 FDirectory * FindDirectory
(
    const FString & Directory
) const

Remarks

Finds a directory in TOC.

Returns

Pointer to a FDirectory if the directory was found, NULL otherwise.

Parameters

Parameter

Description

Directory

Directory 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