Skip to content

RHAPI_Vendors

Summary

MembersDescriptions
struct FRHAPI_VendorsA collection of Vendors by Vendor ID.

struct FRHAPI_Vendors

struct FRHAPI_Vendors
: public FRHAPI_Model

A collection of Vendors by Vendor ID.

Summary

MembersDescriptions
public TMap< FString, FRHAPI_Vendor>Vendors_Optional
public bool Vendors_IsSettrue if Vendors_Optional has been set to a value
public FRHAPI_CacheInfo CacheInfo_Optional
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, FRHAPI_Vendor> &GetVendors()Gets the value of Vendors_Optional, regardless of it having been set.
public inline const TMap< FString, FRHAPI_Vendor> &GetVendors() constGets the value of Vendors_Optional, regardless of it having been set.
public inline const TMap< FString, FRHAPI_Vendor> &GetVendors(const TMap< FString, FRHAPI_Vendor > & DefaultValue) constGets the value of Vendors_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetVendors(TMap< FString, FRHAPI_Vendor > & OutValue) constFills OutValue with the value of Vendors_Optional and returns true if it has been set, otherwise returns false.
public inline TMap< FString, FRHAPI_Vendor> *GetVendorsOrNull()Returns a pointer to Vendors_Optional, if it has been set, otherwise returns nullptr.
public inline const TMap< FString, FRHAPI_Vendor> *GetVendorsOrNull() constReturns a pointer to Vendors_Optional, if it has been set, otherwise returns nullptr.
public inline void SetVendors(TMap< FString, FRHAPI_Vendor > NewValue)Sets the value of Vendors_Optional and also sets Vendors_IsSet to true.
public inline void ClearVendors()Clears the value of Vendors_Optional and sets Vendors_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, FRHAPI_Vendor>Vendors_Optional


#### `public bool `[`Vendors_IsSet`](#structFRHAPI__Vendors_1a8a31455ea201b24fee5c64979cb805c2)

true if Vendors_Optional has been set to a value


#### `public `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` `[`CacheInfo_Optional`](#structFRHAPI__Vendors_1aee885d293125555b4b4b1d77f07c86c6)
#### `public bool `[`CacheInfo_IsSet`](#structFRHAPI__Vendors_1aaec0407be12287e3c6c8b446eee6e835)

true if CacheInfo_Optional has been set to a value


#### `public virtual bool `[`FromJson`](#structFRHAPI__Vendors_1a1465ffa063760bb1158100efdb832951)`(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`](#structFRHAPI__Vendors_1ad242669a09a05542227fd1b4ff2f1912)`(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, `[`FRHAPI_Vendor`](RHAPI_Vendor.md#structFRHAPI__Vendor)` > & `[`GetVendors`](#structFRHAPI__Vendors_1a889d5215cae0ecda378d2d2221fa6951)`()`

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


#### `public inline const TMap< FString, `[`FRHAPI_Vendor`](RHAPI_Vendor.md#structFRHAPI__Vendor)` > & `[`GetVendors`](#structFRHAPI__Vendors_1a639b0e253c63a470c96873244e516ebf)`() const`

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


#### `public inline const TMap< FString, `[`FRHAPI_Vendor`](RHAPI_Vendor.md#structFRHAPI__Vendor)` > & `[`GetVendors`](#structFRHAPI__Vendors_1aa2caf8513ae3b43c0329614b8c1dfc64)`(const TMap< FString, `[`FRHAPI_Vendor`](RHAPI_Vendor.md#structFRHAPI__Vendor)` > & DefaultValue) const`

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


#### `public inline bool `[`GetVendors`](#structFRHAPI__Vendors_1a21ae98705597d7efaad06c370782b488)`(TMap< FString, `[`FRHAPI_Vendor`](RHAPI_Vendor.md#structFRHAPI__Vendor)` > & OutValue) const`

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


#### `public inline TMap< FString, `[`FRHAPI_Vendor`](RHAPI_Vendor.md#structFRHAPI__Vendor)` > * `[`GetVendorsOrNull`](#structFRHAPI__Vendors_1ac86c11f25325fb7eae822d137a1f7bae)`()`

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


#### `public inline const TMap< FString, `[`FRHAPI_Vendor`](RHAPI_Vendor.md#structFRHAPI__Vendor)` > * `[`GetVendorsOrNull`](#structFRHAPI__Vendors_1a09cc0607623365d139c958bfca353e42)`() const`

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


#### `public inline void `[`SetVendors`](#structFRHAPI__Vendors_1a1992ec62fd36fe7256f70dc6e6a2a1ae)`(TMap< FString, `[`FRHAPI_Vendor`](RHAPI_Vendor.md#structFRHAPI__Vendor)` > NewValue)`

Sets the value of Vendors_Optional and also sets Vendors_IsSet to true.


#### `public inline void `[`ClearVendors`](#structFRHAPI__Vendors_1aba0ed2732c70584fa05e8abb0eb14855)`()`

Clears the value of Vendors_Optional and sets Vendors_IsSet to false.


#### `public inline `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & `[`GetCacheInfo`](#structFRHAPI__Vendors_1ad06a6b0281def6dfb91da3879cda952f)`()`

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


#### `public inline const `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & `[`GetCacheInfo`](#structFRHAPI__Vendors_1af6bd7728ecb4fe616da14216b0e2d406)`() const`

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


#### `public inline const `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & `[`GetCacheInfo`](#structFRHAPI__Vendors_1a3e049768dfa55187ff8e9f7a50312c80)`(const `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` & DefaultValue) const`

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


#### `public inline bool `[`GetCacheInfo`](#structFRHAPI__Vendors_1a566ae446763cd8784d96daadfd0d8693)`(`[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__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`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` * `[`GetCacheInfoOrNull`](#structFRHAPI__Vendors_1a77e46209434a0e26c564ac1f6f14b6e2)`()`

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


#### `public inline const `[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` * `[`GetCacheInfoOrNull`](#structFRHAPI__Vendors_1ae925fc7ec39abd1e809daa3c7d7e5d7d)`() const`

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


#### `public inline void `[`SetCacheInfo`](#structFRHAPI__Vendors_1ab8a4b8ef4f2b0dd91046eecc58feffd2)`(`[`FRHAPI_CacheInfo`](RHAPI_CacheInfo.md#structFRHAPI__CacheInfo)` NewValue)`

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


#### `public inline void `[`ClearCacheInfo`](#structFRHAPI__Vendors_1ae62d7b93e3f17f45b54c1d61b666a0c7)`()`

Clears the value of CacheInfo_Optional and sets CacheInfo_IsSet to false.