YOM Replicator SDK 0.8.0.0
A metaverse SDK created by YOM
|
A BlueprintFunctionLibrary for the airdropping system.
Static Public Member Functions | |
Blueprint Functions | |
static void | AirdropItemForPlayer (AYomPlayer *pPlayer, const FString &pItemID, FOnInvetoryAirdropItem pInventoryAirdropItemCallback) |
A BlueprintCallable function that airdrops a blockchain item for a player This function MUST run on the server, as the server controls how items are loaded. More... | |
|
static |
A BlueprintCallable function that airdrops a blockchain item for a player This function MUST run on the server, as the server controls how items are loaded.
Player | The player to airdrop the item to |
ItemID | The itemID of the item to airdrop for the player, MUST be the same as on the airdrop backend |
pInventoryAirdropItemCallback | the callback that will be called when airdrop happens |