IOnlineGameItemStats::ItemMitigation

Items the player effectively used to mitigate an item used by the game on the player

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGameItemStatsInterface.h"

Syntax

void ItemMitigation
(
    const FUniqueNetId & LocalUserId,
    const TArray< FString > & ItemsUsed,
    const TArray< FString > & ImpactItemsMitigated,
    const FString & ItemUsedBy,
    FOnItemMitigationComplete CompletionDelegate
)

Remarks

Items the player effectively used to mitigate an item used by the game on the player

Parameters

Parameter

Description

LocalUserId

User Id of the player using the item

ItemsUsed

Who activated the mitigation

ImpactItemsMitigated

Array of items that were mitigated

ItemUsedBy

Array of item IDs that were used

CompletionDelegate

Item mitigation completion delegate called when ItemMitigation 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