UOnlineHotfixManager::WantsHotfixProcessing

Override this method to look at the file information for any game specific hotfix processing

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 WantsHotfixProcessing
(
    const FCloudFileHeader & FileHeader
)

Remarks

Override this method to look at the file information for any game specific hotfix processing

Make sure to call Super to get default handling of files

Returns

true if the file needs some kind of processing, false to have hotfixing ignore the file

Parameters

Parameter

Description

FileHeader

the information about the file to determine if it needs custom processing

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