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
(
TArray < uint8 > & FileData
) 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 |