GetFuturepassInventoryByCollectionAndOwner
Gets the futurepass inventory of the given addresses, filtered by the given collections.
Inputs
Outputs
Last updated
Gets the futurepass inventory of the given addresses, filtered by the given collections.
Inputs
Outputs
Last updated
Type | Name | Description |
---|---|---|
Type | Name | Description |
---|---|---|
Type | Params | Name | Description |
---|---|---|---|
Type | Returns | Name | Description |
---|---|---|---|
TArray<FString>
Addresses
A list of addresses to get the futurepass inventory of - just the address, no blockchain information.
TArray<FString>
Collections
A list of collections to filter the inventory by - these should be in the format ::, e.g. 5:evm:0x1cac32d9893deca7769a2e64edc186163125d43b
FEmergenceInventory
Response
The returned inventory
EErrorCode
Status Code
Any errors that occurred during retrieval
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
FEmergenceInventoryByCollectionAndOwner
Response, TEnumAsByte<EErrorCode>
StatusCode
OnGetFuturepassInventoryByCollectionAndOwnerCompleted
Multicast delegate to bind to. Called when the asynchronous event has completed.
Static Function
UGetFuturepassInventory*
static UGetFuturepassInventoryByCollectionAndOwner* GetFuturepassInventoryByCollectionAndOwner(UObject* WorldContextObject, TArray<FString> Addresses);
Constructor
WorldContextObject
(const UObject*
): World Context Object.
Addresses
(TArray<FString>
): A list of addresses to get the futurepass inventory of - just the address, no blockchain information.
Addresses
(TArray<FString>
): A list of addresses to get the futurepass inventory of - just the address, no blockchain information.
Function
void
Activate()
Activates the asynchronous event