Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackageTrailer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumPayloads
(
EPayloadStorageType Type |
Returns the number of payloads that the trailer owns with the given storage type. | UObject/PackageTrailer.h | |
int32 GetNumPayloads
(
EPayloadFilter Filter |
Returns the number of payloads that the trailer owns that match the given filter type. | UObject/PackageTrailer.h |
GetNumPayloads(EPayloadStorageType)
Description
Returns the number of payloads that the trailer owns with the given storage type. @See EPayloadStoragetype
| Name | GetNumPayloads |
| 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 |
int32 GetNumPayloads
(
EPayloadStorageType Type
) const
GetNumPayloads(EPayloadFilter)
Description
Returns the number of payloads that the trailer owns that match the given filter type. @See EPayloadFilter
| Name | GetNumPayloads |
| 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 |
int32 GetNumPayloads
(
EPayloadFilter Filter
) const