Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
Include |
#include "UObject/PackageTrailer.h" |
class FPackageTrailer
The package trailer should only ever stored the payloads in the workspace domain. If the package trailer is in the editor domain then it's values should be valid, but when loading non-virtualized payloads they need to come from the workspace domain package.
Name | Description | |
---|---|---|
|
FPackageTrailer() |
|
|
FPackageTrailer ( |
|
|
FPackageTrailer ( |
Name | Description | |
---|---|---|
|
~FPackageTrailer() |
Name | Description | ||
---|---|---|---|
|
FindPayloadOffsetInFile ( |
Returns the absolute offset of the payload in the package file, invalid and virtualized payloads will return INDEX_NONE |
|
|
EPayloadStat... |
FindPayloadStatus ( |
Attempt to find the status of the given payload. EPayloadStatus |
|
GetNumPayloads ( |
Returns the number of payloads that the trailer owns that match the given filter type. |
|
|
GetPayloads ( |
Returns an array of the payloads that match the given filter type. EPayloadType |
|
|
GetTrailerLength() |
Returns the total size of the of the trailer on disk in bytes |
|
|
IsEnabled() |
Returns if the feature is enabled or disabled. |
|
|
FCompressedB... |
LoadLocalPayload ( |
Loads a payload that is stored locally within the package trailer. |
|
TryLoad ( |
Serializes the trailer from the given archive assuming that the seek position of the archive is already at the correct position for the trailer. |
|
|
TryLoadBackwards ( |
Serializes the trailer from the given archive BUT assumes that the seek position of the archive is at the end of the trailer and so will attempt to read the footer first and use that to find the start of the trailer in order to read the header. |
|
|
TryLoadFromPackage ( |
Try to load a trailer from a given package path. |
|
|
UpdatePayloadAsVirtualized ( |
Calling this indicates that the payload has been virtualized and will no longer be stored on disk. |
Name | Description | ||
---|---|---|---|
|
FPackageTrai... |
operator= ( |
|
|
FPackageTrai... |
operator= ( |