Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGameItemStatsInterface.h |
| Include | #include "Interfaces/OnlineGameItemStatsInterface.h" |
Syntax
class IOnlineGameItemStats
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ItemAvailabilityChange
(
const FUniqueNetId& LocalUserId, |
Updates the lists of available and unavailable items | |
| void | ItemImpact
(
const FUniqueNetId& LocalUserId, |
Items used to make impact and who the impact target is | |
| void | ItemInventoryChange
(
const FUniqueNetId& LocalUserId, |
Updates the lists of available and unavailable items in the player's inventory | |
| void | ItemLoadoutChange
(
const FUniqueNetId& LocalUserId, |
Updates the loadout of the player's configuration | |
| void | ItemMitigation
(
const FUniqueNetId& LocalUserId, |
Items the player effectively used to mitigate an item used by the game on the player | |
| void | ItemUsage
(
const FUniqueNetId& LocalUserId, |
Updates items used and by who |