RHAPI_PlayerReportList
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_PlayerReportList |
struct FRHAPI_PlayerReportList
struct FRHAPI_PlayerReportList
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public TArray< FRHAPI_PlayerReport>Reports | A list of player reports. |
public FString NextCursor_Optional | |
public bool NextCursor_IsSet | true if NextCursor_Optional has been set to a value |
public bool NextCursor_IsNull | true if NextCursor_Optional has been explicitly set to null |
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_PlayerReport> &GetReports() | Gets the value of Reports. |
public inline const TArray< FRHAPI_PlayerReport> &GetReports() const | Gets the value of Reports. |
public inline void SetReports(const TArray< FRHAPI_PlayerReport > & NewValue) | Sets the value of Reports. |
public inline void SetReports(TArray< FRHAPI_PlayerReport > && NewValue) | Sets the value of Reports using move semantics. |
public inline FString & GetNextCursor() | Gets the value of NextCursor_Optional, regardless of it having been set. |
public inline const FString & GetNextCursor() const | Gets the value of NextCursor_Optional, regardless of it having been set. |
public inline const FString & GetNextCursor(const FString & DefaultValue) const | Gets the value of NextCursor_Optional, if it has been set, otherwise it returns DefaultValue. |
public inline bool GetNextCursor(FString & OutValue) const | Fills OutValue with the value of NextCursor_Optional and returns true if it has been set, otherwise returns false. |
public inline FString * GetNextCursorOrNull() | Returns a pointer to NextCursor_Optional, if it has been set, otherwise returns nullptr. |
public inline const FString * GetNextCursorOrNull() const | Returns a pointer to NextCursor_Optional, if it has been set, otherwise returns nullptr. |
public inline void SetNextCursor(const FString & NewValue) | Sets the value of NextCursor_Optional and also sets NextCursor_IsSet to true. |
public inline void SetNextCursor(FString && NewValue) | Sets the value of NextCursor_Optional and also sets NextCursor_IsSet to true using move semantics. |
public inline void ClearNextCursor() | Clears the value of NextCursor_Optional and sets NextCursor_IsSet to false. |
public inline bool IsNextCursorSet() const | Checks whether NextCursor_Optional has been set. |
public inline void SetNextCursorToNull() | Sets the value explicitly to be treated as null. |
public inline bool IsNextCursorNull() const | Checks whether NextCursor_Optional is set to null. |
Members
public TArray< FRHAPI_PlayerReport>Reports
A list of player reports.
public FString NextCursor_Optional
public bool NextCursor_IsSet
true if NextCursor_Optional has been set to a value
public bool NextCursor_IsNull
true if NextCursor_Optional has been explicitly set to null
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_PlayerReport> &GetReports()
Gets the value of Reports.
public inline const TArray< FRHAPI_PlayerReport> &GetReports() const
Gets the value of Reports.
public inline void SetReports(const TArray< FRHAPI_PlayerReport > & NewValue)
Sets the value of Reports.
public inline void SetReports(TArray< FRHAPI_PlayerReport > && NewValue)
Sets the value of Reports using move semantics.
public inline FString & GetNextCursor()
Gets the value of NextCursor_Optional, regardless of it having been set.
public inline const FString & GetNextCursor() const
Gets the value of NextCursor_Optional, regardless of it having been set.
public inline const FString & GetNextCursor(const FString & DefaultValue) const
Gets the value of NextCursor_Optional, if it has been set, otherwise it returns DefaultValue.
public inline bool GetNextCursor(FString & OutValue) const
Fills OutValue with the value of NextCursor_Optional and returns true if it has been set, otherwise returns false.
public inline FString * GetNextCursorOrNull()
Returns a pointer to NextCursor_Optional, if it has been set, otherwise returns nullptr.
public inline const FString * GetNextCursorOrNull() const
Returns a pointer to NextCursor_Optional, if it has been set, otherwise returns nullptr.
public inline void SetNextCursor(const FString & NewValue)
Sets the value of NextCursor_Optional and also sets NextCursor_IsSet to true.
public inline void SetNextCursor(FString && NewValue)
Sets the value of NextCursor_Optional and also sets NextCursor_IsSet to true using move semantics.
public inline void ClearNextCursor()
Clears the value of NextCursor_Optional and sets NextCursor_IsSet to false.
public inline bool IsNextCursorSet() const
Checks whether NextCursor_Optional has been set.
public inline void SetNextCursorToNull()
Sets the value explicitly to be treated as null.
public inline bool IsNextCursorNull() const
Checks whether NextCursor_Optional is set to null.