RHAPI_ValidationError
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_ValidationError |
struct FRHAPI_ValidationError
struct FRHAPI_ValidationError
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public TArray< FRHAPI_LocationInner>Loc | |
public FString Msg | |
public FString Type | |
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_LocationInner> &GetLoc() | Gets the value of Loc. |
public inline const TArray< FRHAPI_LocationInner> &GetLoc() const | Gets the value of Loc. |
public inline void SetLoc(TArray< FRHAPI_LocationInner > NewValue) | Sets the value of Loc. |
public inline FString & GetMsg() | Gets the value of Msg. |
public inline const FString & GetMsg() const | Gets the value of Msg. |
public inline void SetMsg(FString NewValue) | Sets the value of Msg. |
public inline FString & GetType() | Gets the value of Type. |
public inline const FString & GetType() const | Gets the value of Type. |
public inline void SetType(FString NewValue) | Sets the value of Type. |
Members
public TArray< FRHAPI_LocationInner>Loc
public FString Msg
public FString Type
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_LocationInner> &GetLoc()
Gets the value of Loc.
public inline const TArray< FRHAPI_LocationInner> &GetLoc() const
Gets the value of Loc.
public inline void SetLoc(TArray< FRHAPI_LocationInner > NewValue)
Sets the value of Loc.
public inline FString & GetMsg()
Gets the value of Msg.
public inline const FString & GetMsg() const
Gets the value of Msg.
public inline void SetMsg(FString NewValue)
Sets the value of Msg.
public inline FString & GetType()
Gets the value of Type.
public inline const FString & GetType() const
Gets the value of Type.
public inline void SetType(FString NewValue)
Sets the value of Type.