GetFutureverseAssetTree
Gets the Asset Tree associated with a specific asset.
Last updated
Gets the Asset Tree associated with a specific asset.
Last updated
When connected to the Futureverse Production environment, this is looking for collections on Root mainnet. When connected to the Staging/Dev environment, it is looking for collections on Porcini.
Inputs
FString
TokenId
The interger ID of the token you want to get the Asset Tree of. For example: "473" (without quotes).
FString
CollectionId
The collection ID of the token you want to get the asset tree of. For example: "7672:root:303204" (without quotes).
Outputs
TArray<FFutureverseAsssetTreePath>
AssetTree
The requested AssetTree.
EErrorCode
Status Code
Any errors that occurred during retrieval