![]() |
LEAP Documentation 40220
Documentation for the LEAP project
|
#include <CosmeticsManager.h>
Public Member Functions | |
FItem () | |
FItem (ECosmeticType ItemType, const FString &ItemClassID, const FText &ItemDisplayName, UCosmeticAssetBase *ItemAsset, ERarity NewRarity, int OwnedAmount, bool bIsStackable) | |
Public Attributes | |
ECosmeticType | Type = ECosmeticType::Graffiti |
FString | ClassID = "" |
FText | DisplayName |
UCosmeticAssetBase * | Asset = NULL |
ERarity | Rarity = ERarity::COMMON |
int | Amount = 0 |
int | Level = 0 |
bool | bStackable = false |
TSet< FString > | EquipKeys |
bool | bDirty = false |
|
inline |
|
inline |
int FItem::Amount = 0 |
UCosmeticAssetBase* FItem::Asset = NULL |
bool FItem::bDirty = false |
bool FItem::bStackable = false |
FString FItem::ClassID = "" |
FText FItem::DisplayName |
TSet<FString> FItem::EquipKeys |
int FItem::Level = 0 |
ERarity FItem::Rarity = ERarity::COMMON |
ECosmeticType FItem::Type = ECosmeticType::Graffiti |