|
|
TMap< int32, FJsonObjectWrapper > | ToClaimRewards {} |
| | Tier Index as key, Passes (include rewards) as Values. This should be TMap<int32, TMap<TArray<FString>>>, but UHT not supported it. Values is also a TMap, PassCode as key, RewardCodes as values.
|
|
TMap< int32, FJsonObjectWrapper > | ClaimingRewards {} |
| | Tier Index as key, Passes (include rewards) as Values. This should be TMap<int32, TMap<FString, TArray<FString>>> Values is also a TMap, PassCode as key, RewardCodes as values.
|