Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
References
| Module | Hotfix |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include | #include "OnlineHotfixManager.h" |
virtual bool PreProcessDownloadedFileData
(
const FCloudFileHeader & FileHeader,
TArray < uint8 > & FileData
) const
Remarks
Called prior to reading the file data. whether the file was successfully preprocessed
Parameters
| Name | Description |
|---|---|
| FileHeader | the header information for the file in question |
| FileData | byte data of the hotfix file. Intentionally not const, so the array is modifiable as part of preprocessing. |