EmergenceInventoryItem
Last updated
Last updated
"Original Data" is a JsonObjectWrapper struct. To make use of it in blueprints, you will need to use a plugin, as Unreal doesn't come with functions for working with JSON. You may wish to download a third-party plugin such as "Json Blueprint", or make use of Epic's own "JSON Blueprint Utilities", which ships with more recent version of Unreal Engine (but disabled by default), which you can learn more about here.
Type | Name |
---|---|
FJsonObjectWrapper | OriginalData |
FString | id |
FString | blockchain |
FString | collection |
FString | contract |
FString | tokenId |
TArray<FEmergenceInventoryItemCreator> | creators |
FString | lazySupply |
FString | mintedAt |
FString | lastUpdatedAt |
FString | supply |
meta | |
bool | deleted |
FString | totalStock |