IOnlineGameItemStats::ItemLoadoutChange

Updates the loadout of the player's configuration

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameItemStatsInterface.h

Include

#include "Interfaces/OnlineGameItemStatsInterface.h"

Syntax

void ItemLoadoutChange
(
    const FUniqueNetId & LocalUserId,
    const TArray< FString > & EquippedItems,
    const TArray< FString > & UnequippedItems,
    FOnItemLoadoutChangeComplete CompletionDelegate
)

Remarks

Updates the loadout of the player's configuration

Parameters

Parameter

Description

LocalUserId

User Id of the player using the item

EquippedItems

Array of equipped items

UnequippedItems

Array of unequipped items

CompletionDelegate

Item loadout change completion delegate called when ItemLoadoutChange call is complete

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss