GetDynamicMetadata
Gets dynamic metadata from the Emergence inventory service database.
Last updated
Gets dynamic metadata from the Emergence inventory service database.
Last updated
Inputs
Type | Name | Description |
---|---|---|
Outputs
Type | Description | |
---|---|---|
Type | Params | Name | Description |
---|---|---|---|
Type | Returns | Name | Description |
---|---|---|---|
FString
Response
The dynamic metadata.
EErrorCode
Status Code
The status code.
DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams
FString
Response, TEnumAsByte<EErrorCode>
StatusCode
OnGetDynamicMetadataCompleted
Multicast delegate to bind to. Called when the asynchronous event has completed.
Static Function
UGetDynamicMetadata*
UGetDynamicMetadata* GetDynamicMetadata(UObject* WorldContextObject, const FString& Network, const FString& Contract, const FString& TokenID)
Constructor
WorldContextObject
(const UObject*
): World Context Object.
Network
(FString
): Network of the contract we're writing the metadata to.
TokenID
(FString
): The Token ID contract we're writing metadata to.
Contract
(FString
): The contact that we're writing to.
Function
void
Activate()
Activates the asynchronous event
FString
Network
Network of the contract we're reading the metadata from.
FString
Contract
The contact that we're reading from.
FString
TokenID
The Token ID contract we're reading metadata from.