FGenericPlatformChunkInstall::AddChunkInstallDelegate

Request a delegate callback on chunk install completion or failure. Request may not be respected.

Windows
MacOS
Linux

Override Hierarchy

IPlatformChunkInstall::AddChunkInstallDelegate()

FGenericPlatformChunkInstall::AddChunkInstallDelegate()

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h

Include

#include "GenericPlatform/GenericPlatformChunkInstall.h"

Syntax

virtual FDelegateHandle AddChunkInstallDelegate
(
    FPlatformChunkInstallDelegate Delegate
)

Remarks

Request a delegate callback on chunk install completion or failure. Request may not be respected.

Returns

Handle to the bound delegate

Parameters

Parameter

Description

Delegate

The delegate to call when any chunk is installed or fails to install

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