FPolyAssetListResponse
#include <PolyAssetListResponse.h>
Response returned by ListAssets callback.
Summary
Public attributes |
|
---|---|
ErrorMessage
|
FString
Contains the error message if the response is not successful.
|
PolyAssetList
|
Contains a valid PolyAssetList if the response is successful.
|
Success
|
bool
True if the response contains a valid PolyAssetList.
|
Public attributes
ErrorMessage
FString FPolyAssetListResponse::ErrorMessage
Contains the error message if the response is not successful.
PolyAssetList
FPolyAssetList FPolyAssetListResponse::PolyAssetList
Contains a valid PolyAssetList if the response is successful.
Success
bool FPolyAssetListResponse::Success
True if the response contains a valid PolyAssetList.