FPolyAssetList
#include <PolyAssetList.h>
A struct that describes a list of Assets returned by ListAssets function.
Summary
Public attributes |
|
---|---|
assets
|
TArray< FPolyAsset >
An array of Assets, where each entry represents one Asset matching the specified criteria.
|
nextPageToken
|
FString
A token to retrieve the next page of results.
|
totalSize
|
int32
The total number of results generated in response to this request.
|
Public attributes
assets
TArray< FPolyAsset > FPolyAssetList::assets
An array of Assets, where each entry represents one Asset matching the specified criteria.
nextPageToken
FString FPolyAssetList::nextPageToken
A token to retrieve the next page of results.
If empty, there are no further pages available.
totalSize
int32 FPolyAssetList::totalSize
The total number of results generated in response to this request.
Note that this figure is independent of pagination, and will be identical for each page retrieved.