RHAPI_BackfillTeam
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_BackfillTeam |
struct FRHAPI_BackfillTeam
struct FRHAPI_BackfillTeam
: public FRHAPI_Model
Summary
| Members | Descriptions |
|---|---|
public int32 PlayersRequired | The number of players we want to backfill. |
public int32 TeamId | Id for the team that requires backfilled players. |
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 & GetPlayersRequired() | Gets the value of PlayersRequired. |
public inline const int32 & GetPlayersRequired() const | Gets the value of PlayersRequired. |
public inline void SetPlayersRequired(const int32 & NewValue) | Sets the value of PlayersRequired. |
public inline void SetPlayersRequired(int32 && NewValue) | Sets the value of PlayersRequired using move semantics. |
public inline bool IsPlayersRequiredDefaultValue() const | Returns true if PlayersRequired matches the default value. |
public inline void SetPlayersRequiredToDefault() | Sets the value of PlayersRequired to its default |
public inline int32 & GetTeamId() | Gets the value of TeamId. |
public inline const int32 & GetTeamId() const | Gets the value of TeamId. |
public inline void SetTeamId(const int32 & NewValue) | Sets the value of TeamId. |
public inline void SetTeamId(int32 && NewValue) | Sets the value of TeamId using move semantics. |
public inline bool IsTeamIdDefaultValue() const | Returns true if TeamId matches the default value. |
public inline void SetTeamIdToDefault() | Sets the value of TeamId to its default |
Members
public int32 PlayersRequired
The number of players we want to backfill.
public int32 TeamId
Id for the team that requires backfilled players.
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 int32 & GetPlayersRequired()
Gets the value of PlayersRequired.
public inline const int32 & GetPlayersRequired() const
Gets the value of PlayersRequired.
public inline void SetPlayersRequired(const int32 & NewValue)
Sets the value of PlayersRequired.
public inline void SetPlayersRequired(int32 && NewValue)
Sets the value of PlayersRequired using move semantics.
public inline bool IsPlayersRequiredDefaultValue() const
Returns true if PlayersRequired matches the default value.
public inline void SetPlayersRequiredToDefault()
Sets the value of PlayersRequired to its default
public inline int32 & GetTeamId()
Gets the value of TeamId.
public inline const int32 & GetTeamId() const
Gets the value of TeamId.
public inline void SetTeamId(const int32 & NewValue)
Sets the value of TeamId.
public inline void SetTeamId(int32 && NewValue)
Sets the value of TeamId using move semantics.
public inline bool IsTeamIdDefaultValue() const
Returns true if TeamId matches the default value.
public inline void SetTeamIdToDefault()
Sets the value of TeamId to its default