Skip to content

RHAPI_BodyFindOpportunities

Summary

MembersDescriptions
struct FRHAPI_BodyFindOpportunities

struct FRHAPI_BodyFindOpportunities

struct FRHAPI_BodyFindOpportunities
: public FRHAPI_Model

Summary

MembersDescriptions
public int32 ScreenPixelWidth_OptionalWidth of the screen in pixels.
public bool ScreenPixelWidth_IsSettrue if ScreenPixelWidth_Optional has been set to a value
public int32 ScreenPixelHeight_OptionalHeight of the screen in pixels.
public bool ScreenPixelHeight_IsSettrue if ScreenPixelHeight_Optional has been set to a value
public FString CountryCodeISO 3166-1 alpha-2 country code for the user
public FString LanguageCodeISO 639-2 language code
public FString DeviceId_OptionalUnique Identifier for the device a session is started on. E.g should be the same for multiple users on the same device.
public bool DeviceId_IsSettrue if DeviceId_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 int32 & GetScreenPixelWidth()Gets the value of ScreenPixelWidth_Optional, regardless of it having been set.
public inline const int32 & GetScreenPixelWidth() constGets the value of ScreenPixelWidth_Optional, regardless of it having been set.
public inline const int32 & GetScreenPixelWidth(const int32 & DefaultValue) constGets the value of ScreenPixelWidth_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetScreenPixelWidth(int32 & OutValue) constFills OutValue with the value of ScreenPixelWidth_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetScreenPixelWidthOrNull()Returns a pointer to ScreenPixelWidth_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetScreenPixelWidthOrNull() constReturns a pointer to ScreenPixelWidth_Optional, if it has been set, otherwise returns nullptr.
public inline void SetScreenPixelWidth(int32 NewValue)Sets the value of ScreenPixelWidth_Optional and also sets ScreenPixelWidth_IsSet to true.
public inline void ClearScreenPixelWidth()Clears the value of ScreenPixelWidth_Optional and sets ScreenPixelWidth_IsSet to false.
public inline bool IsScreenPixelWidthDefaultValue() constReturns true if ScreenPixelWidth_Optional is set and matches the default value.
public inline void SetScreenPixelWidthToDefault()Sets the value of ScreenPixelWidth_Optional to its default and also sets ScreenPixelWidth_IsSet to true.
public inline int32 & GetScreenPixelHeight()Gets the value of ScreenPixelHeight_Optional, regardless of it having been set.
public inline const int32 & GetScreenPixelHeight() constGets the value of ScreenPixelHeight_Optional, regardless of it having been set.
public inline const int32 & GetScreenPixelHeight(const int32 & DefaultValue) constGets the value of ScreenPixelHeight_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetScreenPixelHeight(int32 & OutValue) constFills OutValue with the value of ScreenPixelHeight_Optional and returns true if it has been set, otherwise returns false.
public inline int32 * GetScreenPixelHeightOrNull()Returns a pointer to ScreenPixelHeight_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 * GetScreenPixelHeightOrNull() constReturns a pointer to ScreenPixelHeight_Optional, if it has been set, otherwise returns nullptr.
public inline void SetScreenPixelHeight(int32 NewValue)Sets the value of ScreenPixelHeight_Optional and also sets ScreenPixelHeight_IsSet to true.
public inline void ClearScreenPixelHeight()Clears the value of ScreenPixelHeight_Optional and sets ScreenPixelHeight_IsSet to false.
public inline bool IsScreenPixelHeightDefaultValue() constReturns true if ScreenPixelHeight_Optional is set and matches the default value.
public inline void SetScreenPixelHeightToDefault()Sets the value of ScreenPixelHeight_Optional to its default and also sets ScreenPixelHeight_IsSet to true.
public inline FString & GetCountryCode()Gets the value of CountryCode.
public inline const FString & GetCountryCode() constGets the value of CountryCode.
public inline void SetCountryCode(FString NewValue)Sets the value of CountryCode.
public inline FString & GetLanguageCode()Gets the value of LanguageCode.
public inline const FString & GetLanguageCode() constGets the value of LanguageCode.
public inline void SetLanguageCode(FString NewValue)Sets the value of LanguageCode.
public inline FString & GetDeviceId()Gets the value of DeviceId_Optional, regardless of it having been set.
public inline const FString & GetDeviceId() constGets the value of DeviceId_Optional, regardless of it having been set.
public inline const FString & GetDeviceId(const FString & DefaultValue) constGets the value of DeviceId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetDeviceId(FString & OutValue) constFills OutValue with the value of DeviceId_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetDeviceIdOrNull()Returns a pointer to DeviceId_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetDeviceIdOrNull() constReturns a pointer to DeviceId_Optional, if it has been set, otherwise returns nullptr.
public inline void SetDeviceId(FString NewValue)Sets the value of DeviceId_Optional and also sets DeviceId_IsSet to true.
public inline void ClearDeviceId()Clears the value of DeviceId_Optional and sets DeviceId_IsSet to false.

Members

public int32 ScreenPixelWidth_Optional

Width of the screen in pixels.


#### `public bool `[`ScreenPixelWidth_IsSet`](#structFRHAPI__BodyFindOpportunities_1a9187fe5415e2f1cea7c949e0ef45bb8a)

true if ScreenPixelWidth_Optional has been set to a value


#### `public int32 `[`ScreenPixelHeight_Optional`](#structFRHAPI__BodyFindOpportunities_1a203a01830ae46eff931e59f8d14af089)

Height of the screen in pixels.


#### `public bool `[`ScreenPixelHeight_IsSet`](#structFRHAPI__BodyFindOpportunities_1a7e3d5e46c85439c7148a09d953b37691)

true if ScreenPixelHeight_Optional has been set to a value


#### `public FString `[`CountryCode`](#structFRHAPI__BodyFindOpportunities_1a7a792bb346c548d6b51ddfa97dbd4b7a)

ISO 3166-1 alpha-2 country code for the user


#### `public FString `[`LanguageCode`](#structFRHAPI__BodyFindOpportunities_1acda52cb7b0b82e80fa9f7726eb4923f0)

ISO 639-2 language code


#### `public FString `[`DeviceId_Optional`](#structFRHAPI__BodyFindOpportunities_1aecddbe9ef61c93765612120f22d809cb)

Unique Identifier for the device a session is started on. E.g should be the same for multiple users on the same device.


#### `public bool `[`DeviceId_IsSet`](#structFRHAPI__BodyFindOpportunities_1a62d71d9c70891074895910f1cdbea6d2)

true if DeviceId_Optional has been set to a value


#### `public virtual bool `[`FromJson`](#structFRHAPI__BodyFindOpportunities_1aeb49f34b2783c3d98f64a6f29765bced)`(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__BodyFindOpportunities_1ad9495a9e4dd6eb290b4497476cd27983)`(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 int32 & `[`GetScreenPixelWidth`](#structFRHAPI__BodyFindOpportunities_1a8800010d4d58b46142fc581eecc44452)`()`

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


#### `public inline const int32 & `[`GetScreenPixelWidth`](#structFRHAPI__BodyFindOpportunities_1aefefa4eb30b57b14b9c33da8559aa7bf)`() const`

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


#### `public inline const int32 & `[`GetScreenPixelWidth`](#structFRHAPI__BodyFindOpportunities_1a5746301bb09b65f849326fbd2e3121b4)`(const int32 & DefaultValue) const`

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


#### `public inline bool `[`GetScreenPixelWidth`](#structFRHAPI__BodyFindOpportunities_1afcebe830ce5b9c7e39770fb0468f1e3d)`(int32 & OutValue) const`

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


#### `public inline int32 * `[`GetScreenPixelWidthOrNull`](#structFRHAPI__BodyFindOpportunities_1a8c9bc39b971859ddbeb80556492c0fc6)`()`

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


#### `public inline const int32 * `[`GetScreenPixelWidthOrNull`](#structFRHAPI__BodyFindOpportunities_1a74fed5f63eef8c9cd4a35f2b1f3a0631)`() const`

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


#### `public inline void `[`SetScreenPixelWidth`](#structFRHAPI__BodyFindOpportunities_1a89c2a76632b1a12919e52368a155ff06)`(int32 NewValue)`

Sets the value of ScreenPixelWidth_Optional and also sets ScreenPixelWidth_IsSet to true.


#### `public inline void `[`ClearScreenPixelWidth`](#structFRHAPI__BodyFindOpportunities_1ae6663d32a01ee5dffa9d75a6132f95f2)`()`

Clears the value of ScreenPixelWidth_Optional and sets ScreenPixelWidth_IsSet to false.


#### `public inline bool `[`IsScreenPixelWidthDefaultValue`](#structFRHAPI__BodyFindOpportunities_1a2455bb9010c3861a19d196be1e8e764a)`() const`

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


#### `public inline void `[`SetScreenPixelWidthToDefault`](#structFRHAPI__BodyFindOpportunities_1a77699235df89da355f3f899790addb3c)`()`

Sets the value of ScreenPixelWidth_Optional to its default and also sets ScreenPixelWidth_IsSet to true.


#### `public inline int32 & `[`GetScreenPixelHeight`](#structFRHAPI__BodyFindOpportunities_1a42bc8a43f564f849371215ae65ac87f4)`()`

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


#### `public inline const int32 & `[`GetScreenPixelHeight`](#structFRHAPI__BodyFindOpportunities_1a201d4dd5f694ab82dd95fc238c595801)`() const`

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


#### `public inline const int32 & `[`GetScreenPixelHeight`](#structFRHAPI__BodyFindOpportunities_1ac5d4b8d7731a89ae0ee33c8c24e49288)`(const int32 & DefaultValue) const`

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


#### `public inline bool `[`GetScreenPixelHeight`](#structFRHAPI__BodyFindOpportunities_1a89104b1d7b2c782fd8e6b7486e86f476)`(int32 & OutValue) const`

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


#### `public inline int32 * `[`GetScreenPixelHeightOrNull`](#structFRHAPI__BodyFindOpportunities_1a8831af1b2f1f4151aeafb4c3704d1cf6)`()`

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


#### `public inline const int32 * `[`GetScreenPixelHeightOrNull`](#structFRHAPI__BodyFindOpportunities_1a148e76eb5c80318d7bada5ccb17b0d83)`() const`

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


#### `public inline void `[`SetScreenPixelHeight`](#structFRHAPI__BodyFindOpportunities_1a9a6a83aa3791b0a72cafc1ea45a12891)`(int32 NewValue)`

Sets the value of ScreenPixelHeight_Optional and also sets ScreenPixelHeight_IsSet to true.


#### `public inline void `[`ClearScreenPixelHeight`](#structFRHAPI__BodyFindOpportunities_1a048b38678d62f4814c85642a737c6509)`()`

Clears the value of ScreenPixelHeight_Optional and sets ScreenPixelHeight_IsSet to false.


#### `public inline bool `[`IsScreenPixelHeightDefaultValue`](#structFRHAPI__BodyFindOpportunities_1af1ff5fc6e6bd2f3fc32267299a693f1c)`() const`

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


#### `public inline void `[`SetScreenPixelHeightToDefault`](#structFRHAPI__BodyFindOpportunities_1a0d93830a1d72571e005154ed1a7d3dfc)`()`

Sets the value of ScreenPixelHeight_Optional to its default and also sets ScreenPixelHeight_IsSet to true.


#### `public inline FString & `[`GetCountryCode`](#structFRHAPI__BodyFindOpportunities_1a1ecbe536baf4fd61c4828d6ba39b65f1)`()`

Gets the value of CountryCode.


#### `public inline const FString & `[`GetCountryCode`](#structFRHAPI__BodyFindOpportunities_1a7eae910423db2956866ea4955f23a205)`() const`

Gets the value of CountryCode.


#### `public inline void `[`SetCountryCode`](#structFRHAPI__BodyFindOpportunities_1ae85974c5d8491983860972669174b6a2)`(FString NewValue)`

Sets the value of CountryCode.


#### `public inline FString & `[`GetLanguageCode`](#structFRHAPI__BodyFindOpportunities_1a4d0b86e4faad731905c5db2a7ba9d213)`()`

Gets the value of LanguageCode.


#### `public inline const FString & `[`GetLanguageCode`](#structFRHAPI__BodyFindOpportunities_1a0ff0d1a37dbb3f09955f382fef8607e3)`() const`

Gets the value of LanguageCode.


#### `public inline void `[`SetLanguageCode`](#structFRHAPI__BodyFindOpportunities_1aef1ad0c375227658f87aa8dff199905d)`(FString NewValue)`

Sets the value of LanguageCode.


#### `public inline FString & `[`GetDeviceId`](#structFRHAPI__BodyFindOpportunities_1a99721c0a584f18326ec89bc1ff892f4b)`()`

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


#### `public inline const FString & `[`GetDeviceId`](#structFRHAPI__BodyFindOpportunities_1a0091f17eb436e8fd318aafd99c15b84f)`() const`

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


#### `public inline const FString & `[`GetDeviceId`](#structFRHAPI__BodyFindOpportunities_1a4fb6a5815305678edf7d607236d9996c)`(const FString & DefaultValue) const`

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


#### `public inline bool `[`GetDeviceId`](#structFRHAPI__BodyFindOpportunities_1ad6507176464a8d43dc4d033a2ed50c15)`(FString & OutValue) const`

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


#### `public inline FString * `[`GetDeviceIdOrNull`](#structFRHAPI__BodyFindOpportunities_1ad2ba474615210b658b077aa89a80ccc3)`()`

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


#### `public inline const FString * `[`GetDeviceIdOrNull`](#structFRHAPI__BodyFindOpportunities_1a4cb9b21ae9e0cde5d141057915f7e417)`() const`

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


#### `public inline void `[`SetDeviceId`](#structFRHAPI__BodyFindOpportunities_1a8d83231e709256660cd11cb262191ea8)`(FString NewValue)`

Sets the value of DeviceId_Optional and also sets DeviceId_IsSet to true.


#### `public inline void `[`ClearDeviceId`](#structFRHAPI__BodyFindOpportunities_1a7188bb5fbcdd19a876c7928d7989d186)`()`

Clears the value of DeviceId_Optional and sets DeviceId_IsSet to false.