RHAPI_BodyFindOpportunities
Summary
Members | Descriptions |
---|---|
struct FRHAPI_BodyFindOpportunities |
struct FRHAPI_BodyFindOpportunities
struct FRHAPI_BodyFindOpportunities
: public FRHAPI_Model
Summary
Members | Descriptions |
---|---|
public int32 ScreenPixelWidth_Optional | Width of the screen in pixels. |
public bool ScreenPixelWidth_IsSet | true if ScreenPixelWidth_Optional has been set to a value |
public int32 ScreenPixelHeight_Optional | Height of the screen in pixels. |
public bool ScreenPixelHeight_IsSet | true if ScreenPixelHeight_Optional has been set to a value |
public FString CountryCode | ISO 3166-1 alpha-2 country code for the user |
public FString LanguageCode | ISO 639-2 language code |
public FString DeviceId_Optional | 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 | true 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) const | Writes 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 () const | Gets the value of ScreenPixelWidth_Optional, regardless of it having been set. |
public inline const int32 & GetScreenPixelWidth (const int32 & DefaultValue) const | Gets the value of ScreenPixelWidth_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetScreenPixelWidth (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 () | Returns a pointer to ScreenPixelWidth_Optional, if it has been set, otherwise returns nullptr. |
public inline const int32 * GetScreenPixelWidthOrNull () const | Returns 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 () const | Returns 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 () const | Gets the value of ScreenPixelHeight_Optional, regardless of it having been set. |
public inline const int32 & GetScreenPixelHeight (const int32 & DefaultValue) const | Gets the value of ScreenPixelHeight_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetScreenPixelHeight (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 () | Returns a pointer to ScreenPixelHeight_Optional, if it has been set, otherwise returns nullptr. |
public inline const int32 * GetScreenPixelHeightOrNull () const | Returns 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 () const | Returns 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 () const | Gets 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 () const | Gets 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 () const | Gets the value of DeviceId_Optional, regardless of it having been set. |
public inline const FString & GetDeviceId (const FString & DefaultValue) const | Gets the value of DeviceId_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetDeviceId (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 () | Returns a pointer to DeviceId_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetDeviceIdOrNull () const | Returns 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
true if ScreenPixelWidth_Optional has been set to a value
public int32
ScreenPixelHeight_Optional
Height of the screen in pixels.
public bool
ScreenPixelHeight_IsSet
true if ScreenPixelHeight_Optional has been set to a value
public FString
CountryCode
ISO 3166-1 alpha-2 country code for the user
public FString
LanguageCode
ISO 639-2 language code
public FString
DeviceId_Optional
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
true 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.
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 int32 &
GetScreenPixelWidth
()
Gets the value of ScreenPixelWidth_Optional, regardless of it having been set.
public inline const int32 &
GetScreenPixelWidth
() const
Gets the value of ScreenPixelWidth_Optional, regardless of it having been set.
public inline const int32 &
GetScreenPixelWidth
(const int32 & DefaultValue) const
Gets the value of ScreenPixelWidth_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool
GetScreenPixelWidth
(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
()
Returns a pointer to ScreenPixelWidth_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 *
GetScreenPixelWidthOrNull
() const
Returns 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
() const
Returns 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
() const
Gets the value of ScreenPixelHeight_Optional, regardless of it having been set.
public inline const int32 &
GetScreenPixelHeight
(const int32 & DefaultValue) const
Gets the value of ScreenPixelHeight_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool
GetScreenPixelHeight
(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
()
Returns a pointer to ScreenPixelHeight_Optional, if it has been set, otherwise returns nullptr.
public inline const int32 *
GetScreenPixelHeightOrNull
() const
Returns 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
() const
Returns 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
() const
Gets 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
() const
Gets 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
() const
Gets the value of DeviceId_Optional, regardless of it having been set.
public inline const FString &
GetDeviceId
(const FString & DefaultValue) const
Gets the value of DeviceId_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool
GetDeviceId
(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
()
Returns a pointer to DeviceId_Optional, if it has been set, otherwise returns nullptr.
public inline const FString *
GetDeviceIdOrNull
() const
Returns 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.