UOnlineHotfixManager::ApplyHotfixProcessing

Called when a file needs custom processing (see above).

Windows
MacOS
Linux

References

Module

Hotfix

Header

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

Include

#include "OnlineHotfixManager.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp

Syntax

virtual bool ApplyHotfixProcessing
(
    const FCloudFileHeader & FileHeader
)

Remarks

Called when a file needs custom processing (see above). Override this to provide your own processing methods

Returns

whether the file was successfully processed

Parameters

Parameter

Description

FileHeader

the header information for the file in question

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