Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Serialization > API/Runtime/CoreUObject/Serialization/FBulkData
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Serialization/BulkData.h |
| Include | #include "Serialization/BulkData.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Serialization/BulkData.cpp |
void GetBulkDataVersions
&40;
FArchive & InlineArchive,
FPackageFileVersion & OutUEVersion,
int32 & OutLicenseeUEVersion,
FCustomVersionContainer & OutCustomVersions
&41; const
Remarks
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.
Parameters
| Name | Description |
|---|---|
| InlineArchive | The archive that was used to load this object |