Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FBulkData
Description
Get the CustomVersions used in the file containing the BulkData payload. If !IsInSeparateFile, this will be the custom versions from the archive used to serialize the FBulkData, which the caller must provide. Otherwise, the CustomVersions come from the separate file and this function will look them up.
| Name | GetBulkDataVersions |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include Path | #include "Serialization/BulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp |
void GetBulkDataVersions
(
FArchive & InlineArchive,
FPackageFileVersion & OutUEVersion,
int32 & OutLicenseeUEVersion,
FCustomVersionContainer & OutCustomVersions
) const
Parameters
| Name | Remarks |
|---|---|
| InlineArchive | The archive that was used to load this object |