FFileRequestDelegate

Delegate type for handling file requests from a network client.

Windows
MacOS
Linux

Type

typedef TBaseDelegate_ThreeParams< void, const FString &, const FString &, TArray< FString > & > FFileRequestDelegate

References

Module

NetworkFileSystem

Header

/Engine/Source/Runtime/NetworkFileSystem/Public/INetworkFileSystemModule.h

Include

#include "INetworkFileSystemModule.h"

Remarks

Delegate type for handling file requests from a network client.

The first parameter is the name of the requested file. The second parameter will hold the list of unsolicited files to send back.

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