LootLocker Unreal Server SDK 6.5.0
Server-side backend SDK for Unreal Engine
Loading...
Searching...
No Matches
FLootLockerServerAlterPlayerInventoryRequestBase Struct Reference

#include <LootLockerServerPlayerInventoryRequest.h>

Inheritance diagram for FLootLockerServerAlterPlayerInventoryRequestBase:

Public Member Functions

 FLootLockerServerAlterPlayerInventoryRequestBase (const TArray< int > &InRemove)
 
 FLootLockerServerAlterPlayerInventoryRequestBase ()
 

Data Fields

TArray< int > Remove
 The ids of assets to remove from the specified player's inventory.
 

Constructor & Destructor Documentation

◆ FLootLockerServerAlterPlayerInventoryRequestBase() [1/2]

FLootLockerServerAlterPlayerInventoryRequestBase::FLootLockerServerAlterPlayerInventoryRequestBase ( const TArray< int > &  InRemove)
inline

◆ FLootLockerServerAlterPlayerInventoryRequestBase() [2/2]

FLootLockerServerAlterPlayerInventoryRequestBase::FLootLockerServerAlterPlayerInventoryRequestBase ( )
inline

Field Documentation

◆ Remove

TArray<int> FLootLockerServerAlterPlayerInventoryRequestBase::Remove

The ids of assets to remove from the specified player's inventory.