UOnlineHotfixManager::OnEnumerateFilesForAvailabilityComplete

Called once the list of hotfix files has been retrieved and we only want to see if a hotfix is necessary

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

void OnEnumerateFilesForAvailabilityComplete
(
    bool bWasSuccessful,
    const FString & ErrorStr,
    FOnHotfixAvailableComplete InCompletionDelegate
)

Remarks

Called once the list of hotfix files has been retrieved and we only want to see if a hotfix is necessary

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