IOnlineGameItemStats::ItemImpact

Items used to make impact and who the impact target is

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGameItemStatsInterface.h"

Syntax

void ItemImpact
(
    const FUniqueNetId & LocalUserId,
    const TArray< FString > & TargetActors,
    const FString & ImpactInitiatedBy,
    const TArray< FString > & ItemsUsed,
    FOnItemImpactComplete CompletionDelegate
)

Remarks

Items used to make impact and who the impact target is

Parameters

Parameter

Description

LocalUserId

User Id of the player using the item

TargetActors

Who was impacted by the item

ImpactInitiatedBy

Who initiated the impact

ItemsUsed

A string array of item IDs that were used

CompletionDelegate

Item impact completion delegate called when ItemImpact 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