Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager > API/Plugins/Hotfix/UOnlineHotfixManager/PreProcessDownloadedFileData
References
| Module | Hotfix |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include | #include "OnlineHotfixManager.h" |
virtual bool PreProcessDownloadedFileData
&40;
const FCloudFileHeader & FileHeader,
TArray< uint8 > & FileData
&41; 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. |