Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageTrailer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FIoHash > GetPayloads
(
EPayloadStorageType StorageType |
Returns an array of the payloads with the given storage type. @See EPayloadStoragetype | UObject/PackageTrailer.h | |
TArray< FIoHash > GetPayloads
(
EPayloadFilter Filter |
Returns an array of the payloads that match the given filter type. @See EPayloadFilter | UObject/PackageTrailer.h |
GetPayloads(EPayloadStorageType)
Description
Returns an array of the payloads with the given storage type. @See EPayloadStoragetype
| Name | GetPayloads |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
| Include Path | #include "UObject/PackageTrailer.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PackageTrailer.cpp |
TArray < FIoHash > GetPayloads
(
EPayloadStorageType StorageType
) const
GetPayloads(EPayloadFilter)
Description
Returns an array of the payloads that match the given filter type. @See EPayloadFilter
| Name | GetPayloads |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/PackageTrailer.h |
| Include Path | #include "UObject/PackageTrailer.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/PackageTrailer.cpp |
TArray < FIoHash > GetPayloads
(
EPayloadFilter Filter
) const