UUpdateManager::CheckComplete

Announce that the update check has completed

Windows
MacOS
Linux

References

Module

Hotfix

Header

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

Include

#include "UpdateManager.h"

Source

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

Syntax

virtual void CheckComplete
(
    EUpdateCompletionStatus Result,
    bool bUpdateTimestamp
)

Remarks

Announce that the update check has completed

Parameters

Parameter

Description

Result

result of the entire update check (patch/hotfix/etc)

bUpdateTimestamp

whether or not to update the cache timer

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