Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
Description
Called when a file needs custom processing (see above). Override this to provide your own processing methods
| Name | ApplyHotfixProcessing |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include Path | #include "OnlineHotfixManager.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp |
virtual bool ApplyHotfixProcessing
(
const FCloudFileHeader & FileHeader
)
whether the file was successfully processed
Parameters
| Name | Remarks |
|---|---|
| FileHeader | the header information for the file in question |