UOnlineHotfixManager::PreProcessDownloadedFileData

Called prior to reading the file data.

Windows
MacOS
Linux

References

Module

Hotfix

Header

/Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h

Include

#include "OnlineHotfixManager.h"

Syntax

virtual bool PreProcessDownloadedFileData
(
    TArray< uint8 > & FileData
) const

Remarks

Called prior to reading the file data.

Returns

whether the file was successfully preprocessed

Parameters

Parameter

Description

FileData

byte data of the hotfix file

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