RHAPI_HTTPValidationError
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_HTTPValidationError |
struct FRHAPI_HTTPValidationError
struct FRHAPI_HTTPValidationError
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public TArray< FRHAPI_ValidationError>Detail_Optional | |
public bool Detail_IsSet | true if Detail_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 TArray< FRHAPI_ValidationError> &GetDetail() | Gets the value of Detail_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_ValidationError> &GetDetail() const | Gets the value of Detail_Optional, regardless of it having been set. |
public inline const TArray< FRHAPI_ValidationError> &GetDetail(const TArray< FRHAPI_ValidationError > & DefaultValue) const | Gets the value of Detail_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetDetail(TArray< FRHAPI_ValidationError > & OutValue) const | Fills OutValue with the value of Detail_Optional and returns true if it has been set, otherwise returns false. |
public inline TArray< FRHAPI_ValidationError> *GetDetailOrNull() | Returns a pointer to Detail_Optional, if it has been set, otherwise returns nullptr. |
public inline const TArray< FRHAPI_ValidationError> *GetDetailOrNull() const | Returns a pointer to Detail_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetDetail(TArray< FRHAPI_ValidationError > NewValue) | Sets the value of Detail_Optional and also sets Detail_IsSet to true. |
public inline void ClearDetail() | Clears the value of Detail_Optional and sets Detail_IsSet to false. |
Members
public TArray< FRHAPI_ValidationError>Detail_Optional
public bool Detail_IsSet
true if Detail_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
JsonValueData 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
WriterJSON Writer stream to push .
public inline TArray< FRHAPI_ValidationError> &GetDetail()
Gets the value of Detail_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_ValidationError> &GetDetail() const
Gets the value of Detail_Optional, regardless of it having been set.
public inline const TArray< FRHAPI_ValidationError> &GetDetail(const TArray< FRHAPI_ValidationError > & DefaultValue) const
Gets the value of Detail_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetDetail(TArray< FRHAPI_ValidationError > & OutValue) const
Fills OutValue with the value of Detail_Optional and returns true if it has been set, otherwise returns false.
public inline TArray< FRHAPI_ValidationError> *GetDetailOrNull()
Returns a pointer to Detail_Optional, if it has been set, otherwise returns nullptr.
public inline const TArray< FRHAPI_ValidationError> *GetDetailOrNull() const
Returns a pointer to Detail_Optional, if it has been set, otherwise returns nullptr.
public inline void SetDetail(TArray< FRHAPI_ValidationError > NewValue)
Sets the value of Detail_Optional and also sets Detail_IsSet to true.
public inline void ClearDetail()
Clears the value of Detail_Optional and sets Detail_IsSet to false.