IPlatformChunkInstall::ExternalNotifyChunkAvailable

Allow an external system to notify that a particular chunk ID has become available Initial use-case is for dynamically encrypted pak files to signal to the outside world that it has become available.

Windows
MacOS
Linux

Override Hierarchy

IPlatformChunkInstall::ExternalNotifyChunkAvailable()

FGenericPlatformChunkInstall::ExternalNotifyChunkAvailable()

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformChunkInstall.h"

Syntax

void ExternalNotifyChunkAvailable
(
    uint32 InChunkID
)

Remarks

Allow an external system to notify that a particular chunk ID has become available Initial use-case is for dynamically encrypted pak files to signal to the outside world that it has become available.

Parameters

Parameter

Description

InChunkID

ID of the chunk that has just become available

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