Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UPackage
| Name | FAdditionalInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Package.h |
| Include Path | #include "UObject/Package.h" |
Syntax
struct FAdditionalInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileSize | uint64 | Size of the file for this package; if the package was not loaded from a file or was a forced export in another package, this will be zero | UObject/Package.h | |
| LinkerCustomVersion | FCustomVersionContainer | Linker custom version container this package has been serialized with. | UObject/Package.h | |
| LinkerLicenseeVersion | int32 | Linker licensee version this package has been serialized with. This is mostly used by PostLoad | UObject/Package.h | |
| LinkerLoad | FLinkerLoad * | Linker load associated with this package | UObject/Package.h | |
| LinkerPackageVersion | FPackageFileVersion | Linker package version this package has been serialized with. This is mostly used by PostLoad | UObject/Package.h | |
| WorldTileInfo | TUniquePtr< FWorldTileInfo > | World browser information. | UObject/Package.h |