Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager > API/Plugins/Hotfix/UOnlineHotfixManager/PreProcessDownloadedFileData
Deprecated * Replaced with PreProcessDownloadedFileData taking a FCloudFileHeader
References
| Module | Hotfix |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include | #include "OnlineHotfixManager.h" |
virtual bool PreProcessDownloadedFileData
&40;
TArray< uint8 > & FileData
&41; const
Remarks
Called prior to reading the file data. whether the file was successfully preprocessed
Parameters
| Name | Description |
|---|---|
| FileData | byte data of the hotfix file |