Skip to content

RHAPI_Vendor

Summary

MembersDescriptions
struct FRHAPI_VendorA collection of Loot and how to fulfill them.

struct FRHAPI_Vendor

struct FRHAPI_Vendor
: public FRHAPI_Model

A collection of Loot and how to fulfill them.

Summary

MembersDescriptions
public TMap< FString, FString > CustomData_OptionalCustom data associated with the resource.
public bool CustomData_IsSettrue if CustomData_Optional has been set to a value
public FGuid VendorUuid_OptionalThe Vendor UUID.
public bool VendorUuid_IsSettrue if VendorUuid_Optional has been set to a value
public ERHAPI_VendorType Type_OptionalDetermines how the Vendor fulfills the loot.
public bool Type_IsSettrue if Type_Optional has been set to a value
public int32 LegacyType_Optional
public bool LegacyType_IsSettrue if LegacyType_Optional has been set to a value
public int32 LegacyConfigVersion_Optional
public bool LegacyConfigVersion_IsSettrue if LegacyConfigVersion_Optional has been set to a value
public TMap< FString, FRHAPI_Loot>Loot_OptionalThe Loot the Vendor will fulfill mapped by Loot ID.
public bool Loot_IsSettrue if Loot_Optional has been set to a value
public FRHAPI_CacheInfo CacheInfo_OptionalCache info for the Vendor.
public bool CacheInfo_IsSettrue if CacheInfo_Optional has been set to a value
public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)Fills this object with data from the passed in JSON.
public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) constWrites the data from this object into the specified JSON Writer stream.
public inline TMap< FString, FString > & GetCustomData()Gets the value of CustomData_Optional, regardless of it having been set.
public inline const TMap< FString, FString > & GetCustomData() constGets the value of CustomData_Optional, regardless of it having been set.
public inline const TMap< FString, FString > & GetCustomData(const TMap< FString, FString > & DefaultValue) constGets the value of CustomData_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetCustomData(TMap< FString, FString > & OutValue) constFills OutValue with the value of CustomData_Optional and returns true if it has been set, otherwise returns false.
public inline TMap< FString, FString > * GetCustomDataOrNull()Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.
public inline const TMap< FString, FString > * GetCustomDataOrNull() constReturns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.
public inline void SetCustomData(TMap< FString, FString > NewValue)Sets the value of CustomData_Optional and also sets CustomData_IsSet to true.
public inline void ClearCustomData()Clears the value of CustomData_Optional and sets CustomData_IsSet to false.
public inline FGuid & GetVendorUuid()Gets the value of VendorUuid_Optional, regardless of it having been set.
public inline const FGuid & GetVendorUuid() constGets the value of VendorUuid_Optional, regardless of it having been set.
public inline const FGuid & GetVendorUuid(const FGuid & DefaultValue) constGets the value of VendorUuid_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetVendorUuid(FGuid & OutValue) constFills OutValue with the value of VendorUuid_Optional and returns true if it has been set, otherwise returns false.
public inline FGuid * GetVendorUuidOrNull()Returns a pointer to VendorUuid_Optional, if it has been set, otherwise returns nullptr.
public inline const FGuid * GetVendorUuidOrNull() constReturns a pointer to VendorUuid_Optional, if it has been set, otherwise returns nullptr.
public inline void SetVendorUuid(FGuid NewValue)Sets the value of VendorUuid_Optional and also sets VendorUuid_IsSet to true.
public inline void ClearVendorUuid()Clears the value of VendorUuid_Optional and sets VendorUuid_IsSet to false.
public inline ERHAPI_VendorType & GetType()Gets the value of Type_Optional, regardless of it having been set.
public inline const ERHAPI_VendorType & GetType() constGets the value of Type_Optional, regardless of it having been set.
public inline const ERHAPI_VendorType & GetType(const ERHAPI_VendorType & DefaultValue) constGets the value of Type_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetType(ERHAPI_VendorType & OutValue) constFills OutValue with the value of Type_Optional and returns true if it has been set, otherwise returns false.
public inline ERHAPI_VendorType * GetTypeOrNull()Returns a pointer to Type_Optional, if it has been set, otherwise returns nullptr.
public inline const ERHAPI_VendorType * GetTypeOrNull() constReturns a pointer to Type_Optional, if it has been set, otherwise returns nullptr.
public inline void SetType(ERHAPI_VendorType NewValue)Sets the value of Type_Optional and also sets Type_IsSet to true.
public inline void ClearType()Clears the value of Type_Optional and sets Type_IsSet to false.
public inline int32 & GetLegacyType()Gets the value of LegacyType_Optional, regardless of it having been set.
public inline const int32 & GetLegacyType() constGets the value of LegacyType_Optional, regardless of it having been set.
public inline const int32 & GetLegacyType(const int32 & DefaultValue) constGets the value of LegacyType_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetLegacyType(int32 & OutValue) constFills OutValue with the value of LegacyType_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetLegacyTypeOrNull()Returns a pointer to LegacyType_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetLegacyTypeOrNull() constReturns a pointer to LegacyType_Optional, if it has been set, otherwise returns nullptr.
public inline void SetLegacyType(int32 NewValue)Sets the value of LegacyType_Optional and also sets LegacyType_IsSet to true.
public inline void ClearLegacyType()Clears the value of LegacyType_Optional and sets LegacyType_IsSet to false.
public inline bool IsLegacyTypeDefaultValue() constReturns true if LegacyType_Optional is set and matches the default value.
public inline void SetLegacyTypeToDefault()Sets the value of LegacyType_Optional to its default and also sets LegacyType_IsSet to true.
public inline int32 & GetLegacyConfigVersion()Gets the value of LegacyConfigVersion_Optional, regardless of it having been set.
public inline const int32 & GetLegacyConfigVersion() constGets the value of LegacyConfigVersion_Optional, regardless of it having been set.
public inline const int32 & GetLegacyConfigVersion(const int32 & DefaultValue) constGets the value of LegacyConfigVersion_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetLegacyConfigVersion(int32 & OutValue) constFills OutValue with the value of LegacyConfigVersion_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetLegacyConfigVersionOrNull()Returns a pointer to LegacyConfigVersion_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetLegacyConfigVersionOrNull() constReturns a pointer to LegacyConfigVersion_Optional, if it has been set, otherwise returns nullptr.
public inline void SetLegacyConfigVersion(int32 NewValue)Sets the value of LegacyConfigVersion_Optional and also sets LegacyConfigVersion_IsSet to true.
public inline void ClearLegacyConfigVersion()Clears the value of LegacyConfigVersion_Optional and sets LegacyConfigVersion_IsSet to false.
public inline bool IsLegacyConfigVersionDefaultValue() constReturns true if LegacyConfigVersion_Optional is set and matches the default value.
public inline void SetLegacyConfigVersionToDefault()Sets the value of LegacyConfigVersion_Optional to its default and also sets LegacyConfigVersion_IsSet to true.
public inline TMap< FString, FRHAPI_Loot> &GetLoot()Gets the value of Loot_Optional, regardless of it having been set.
public inline const TMap< FString, FRHAPI_Loot> &GetLoot() constGets the value of Loot_Optional, regardless of it having been set.
public inline const TMap< FString, FRHAPI_Loot> &GetLoot(const TMap< FString, FRHAPI_Loot > & DefaultValue) constGets the value of Loot_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetLoot(TMap< FString, FRHAPI_Loot > & OutValue) constFills OutValue with the value of Loot_Optional and returns true if it has been set, otherwise returns false.
public inline TMap< FString, FRHAPI_Loot> *GetLootOrNull()Returns a pointer to Loot_Optional, if it has been set, otherwise returns nullptr.
public inline const TMap< FString, FRHAPI_Loot> *GetLootOrNull() constReturns a pointer to Loot_Optional, if it has been set, otherwise returns nullptr.
public inline void SetLoot(TMap< FString, FRHAPI_Loot > NewValue)Sets the value of Loot_Optional and also sets Loot_IsSet to true.
public inline void ClearLoot()Clears the value of Loot_Optional and sets Loot_IsSet to false.
public inline FRHAPI_CacheInfo&GetCacheInfo()Gets the value of CacheInfo_Optional, regardless of it having been set.
public inline const FRHAPI_CacheInfo&GetCacheInfo() constGets the value of CacheInfo_Optional, regardless of it having been set.
public inline const FRHAPI_CacheInfo&GetCacheInfo(const FRHAPI_CacheInfo & DefaultValue) constGets the value of CacheInfo_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetCacheInfo(FRHAPI_CacheInfo & OutValue) constFills OutValue with the value of CacheInfo_Optional and returns true if it has been set, otherwise returns false.
public inline FRHAPI_CacheInfo*GetCacheInfoOrNull()Returns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr.
public inline const FRHAPI_CacheInfo*GetCacheInfoOrNull() constReturns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr.
public inline void SetCacheInfo(FRHAPI_CacheInfo NewValue)Sets the value of CacheInfo_Optional and also sets CacheInfo_IsSet to true.
public inline void ClearCacheInfo()Clears the value of CacheInfo_Optional and sets CacheInfo_IsSet to false.

Members

public TMap< FString, FString > CustomData_Optional

Custom data associated with the resource.

public bool CustomData_IsSet

true if CustomData_Optional has been set to a value

public FGuid VendorUuid_Optional

The Vendor UUID.

public bool VendorUuid_IsSet

true if VendorUuid_Optional has been set to a value

public ERHAPI_VendorType Type_Optional

Determines how the Vendor fulfills the loot.

public bool Type_IsSet

true if Type_Optional has been set to a value

public int32 LegacyType_Optional

public bool LegacyType_IsSet

true if LegacyType_Optional has been set to a value

public int32 LegacyConfigVersion_Optional

public bool LegacyConfigVersion_IsSet

true if LegacyConfigVersion_Optional has been set to a value

public TMap< FString, FRHAPI_Loot>Loot_Optional

The Loot the Vendor will fulfill mapped by Loot ID.

public bool Loot_IsSet

true if Loot_Optional has been set to a value

public FRHAPI_CacheInfo CacheInfo_Optional

Cache info for the Vendor.

public bool CacheInfo_IsSet

true if CacheInfo_Optional has been set to a value

public virtual bool FromJson(const TSharedPtr< FJsonValue > & JsonValue)

Fills this object with data from the passed in JSON.

Parameters

  • JsonValue Data from the API call.

Returns

true if parsing of the JSON data was successful.

public virtual void WriteJson(TSharedRef< TJsonWriter<>> & Writer) const

Writes the data from this object into the specified JSON Writer stream.

Parameters

  • Writer JSON Writer stream to push .

public inline TMap< FString, FString > & GetCustomData()

Gets the value of CustomData_Optional, regardless of it having been set.

public inline const TMap< FString, FString > & GetCustomData() const

Gets the value of CustomData_Optional, regardless of it having been set.

public inline const TMap< FString, FString > & GetCustomData(const TMap< FString, FString > & DefaultValue) const

Gets the value of CustomData_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetCustomData(TMap< FString, FString > & OutValue) const

Fills OutValue with the value of CustomData_Optional and returns true if it has been set, otherwise returns false.

public inline TMap< FString, FString > * GetCustomDataOrNull()

Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.

public inline const TMap< FString, FString > * GetCustomDataOrNull() const

Returns a pointer to CustomData_Optional, if it has been set, otherwise returns nullptr.

public inline void SetCustomData(TMap< FString, FString > NewValue)

Sets the value of CustomData_Optional and also sets CustomData_IsSet to true.

public inline void ClearCustomData()

Clears the value of CustomData_Optional and sets CustomData_IsSet to false.

public inline FGuid & GetVendorUuid()

Gets the value of VendorUuid_Optional, regardless of it having been set.

public inline const FGuid & GetVendorUuid() const

Gets the value of VendorUuid_Optional, regardless of it having been set.

public inline const FGuid & GetVendorUuid(const FGuid & DefaultValue) const

Gets the value of VendorUuid_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetVendorUuid(FGuid & OutValue) const

Fills OutValue with the value of VendorUuid_Optional and returns true if it has been set, otherwise returns false.

public inline FGuid * GetVendorUuidOrNull()

Returns a pointer to VendorUuid_Optional, if it has been set, otherwise returns nullptr.

public inline const FGuid * GetVendorUuidOrNull() const

Returns a pointer to VendorUuid_Optional, if it has been set, otherwise returns nullptr.

public inline void SetVendorUuid(FGuid NewValue)

Sets the value of VendorUuid_Optional and also sets VendorUuid_IsSet to true.

public inline void ClearVendorUuid()

Clears the value of VendorUuid_Optional and sets VendorUuid_IsSet to false.

public inline ERHAPI_VendorType & GetType()

Gets the value of Type_Optional, regardless of it having been set.

public inline const ERHAPI_VendorType & GetType() const

Gets the value of Type_Optional, regardless of it having been set.

public inline const ERHAPI_VendorType & GetType(const ERHAPI_VendorType & DefaultValue) const

Gets the value of Type_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetType(ERHAPI_VendorType & OutValue) const

Fills OutValue with the value of Type_Optional and returns true if it has been set, otherwise returns false.

public inline ERHAPI_VendorType * GetTypeOrNull()

Returns a pointer to Type_Optional, if it has been set, otherwise returns nullptr.

public inline const ERHAPI_VendorType * GetTypeOrNull() const

Returns a pointer to Type_Optional, if it has been set, otherwise returns nullptr.

public inline void SetType(ERHAPI_VendorType NewValue)

Sets the value of Type_Optional and also sets Type_IsSet to true.

public inline void ClearType()

Clears the value of Type_Optional and sets Type_IsSet to false.

public inline int32 & GetLegacyType()

Gets the value of LegacyType_Optional, regardless of it having been set.

public inline const int32 & GetLegacyType() const

Gets the value of LegacyType_Optional, regardless of it having been set.

public inline const int32 & GetLegacyType(const int32 & DefaultValue) const

Gets the value of LegacyType_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetLegacyType(int32 & OutValue) const

Fills OutValue with the value of LegacyType_Optional and returns true if it has been set, otherwise returns false.

public inline int32 * GetLegacyTypeOrNull()

Returns a pointer to LegacyType_Optional, if it has been set, otherwise returns nullptr.

public inline const int32 * GetLegacyTypeOrNull() const

Returns a pointer to LegacyType_Optional, if it has been set, otherwise returns nullptr.

public inline void SetLegacyType(int32 NewValue)

Sets the value of LegacyType_Optional and also sets LegacyType_IsSet to true.

public inline void ClearLegacyType()

Clears the value of LegacyType_Optional and sets LegacyType_IsSet to false.

public inline bool IsLegacyTypeDefaultValue() const

Returns true if LegacyType_Optional is set and matches the default value.

public inline void SetLegacyTypeToDefault()

Sets the value of LegacyType_Optional to its default and also sets LegacyType_IsSet to true.

public inline int32 & GetLegacyConfigVersion()

Gets the value of LegacyConfigVersion_Optional, regardless of it having been set.

public inline const int32 & GetLegacyConfigVersion() const

Gets the value of LegacyConfigVersion_Optional, regardless of it having been set.

public inline const int32 & GetLegacyConfigVersion(const int32 & DefaultValue) const

Gets the value of LegacyConfigVersion_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetLegacyConfigVersion(int32 & OutValue) const

Fills OutValue with the value of LegacyConfigVersion_Optional and returns true if it has been set, otherwise returns false.

public inline int32 * GetLegacyConfigVersionOrNull()

Returns a pointer to LegacyConfigVersion_Optional, if it has been set, otherwise returns nullptr.

public inline const int32 * GetLegacyConfigVersionOrNull() const

Returns a pointer to LegacyConfigVersion_Optional, if it has been set, otherwise returns nullptr.

public inline void SetLegacyConfigVersion(int32 NewValue)

Sets the value of LegacyConfigVersion_Optional and also sets LegacyConfigVersion_IsSet to true.

public inline void ClearLegacyConfigVersion()

Clears the value of LegacyConfigVersion_Optional and sets LegacyConfigVersion_IsSet to false.

public inline bool IsLegacyConfigVersionDefaultValue() const

Returns true if LegacyConfigVersion_Optional is set and matches the default value.

public inline void SetLegacyConfigVersionToDefault()

Sets the value of LegacyConfigVersion_Optional to its default and also sets LegacyConfigVersion_IsSet to true.

public inline TMap< FString, FRHAPI_Loot> &GetLoot()

Gets the value of Loot_Optional, regardless of it having been set.

public inline const TMap< FString, FRHAPI_Loot> &GetLoot() const

Gets the value of Loot_Optional, regardless of it having been set.

public inline const TMap< FString, FRHAPI_Loot> &GetLoot(const TMap< FString, FRHAPI_Loot > & DefaultValue) const

Gets the value of Loot_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetLoot(TMap< FString, FRHAPI_Loot > & OutValue) const

Fills OutValue with the value of Loot_Optional and returns true if it has been set, otherwise returns false.

public inline TMap< FString, FRHAPI_Loot> *GetLootOrNull()

Returns a pointer to Loot_Optional, if it has been set, otherwise returns nullptr.

public inline const TMap< FString, FRHAPI_Loot> *GetLootOrNull() const

Returns a pointer to Loot_Optional, if it has been set, otherwise returns nullptr.

public inline void SetLoot(TMap< FString, FRHAPI_Loot > NewValue)

Sets the value of Loot_Optional and also sets Loot_IsSet to true.

public inline void ClearLoot()

Clears the value of Loot_Optional and sets Loot_IsSet to false.

public inline FRHAPI_CacheInfo&GetCacheInfo()

Gets the value of CacheInfo_Optional, regardless of it having been set.

public inline const FRHAPI_CacheInfo&GetCacheInfo() const

Gets the value of CacheInfo_Optional, regardless of it having been set.

public inline const FRHAPI_CacheInfo&GetCacheInfo(const FRHAPI_CacheInfo & DefaultValue) const

Gets the value of CacheInfo_Optional, if it has been set, otherwise it returns DefaultValue.

public inline bool GetCacheInfo(FRHAPI_CacheInfo & OutValue) const

Fills OutValue with the value of CacheInfo_Optional and returns true if it has been set, otherwise returns false.

public inline FRHAPI_CacheInfo*GetCacheInfoOrNull()

Returns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr.

public inline const FRHAPI_CacheInfo*GetCacheInfoOrNull() const

Returns a pointer to CacheInfo_Optional, if it has been set, otherwise returns nullptr.

public inline void SetCacheInfo(FRHAPI_CacheInfo NewValue)

Sets the value of CacheInfo_Optional and also sets CacheInfo_IsSet to true.

public inline void ClearCacheInfo()

Clears the value of CacheInfo_Optional and sets CacheInfo_IsSet to false.