Skip to content

RHAPI_TeamUpdate

Summary

MembersDescriptions
struct FRHAPI_TeamUpdateAn update to a specific team’s number of max players.

struct FRHAPI_TeamUpdate

struct FRHAPI_TeamUpdate
: public FRHAPI_Model

An update to a specific team’s number of max players.

Summary

MembersDescriptions
public int32 MaxSizeMaximum number of players for this team.
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) constWrites the data from this object into the specified JSON Writer stream.
public inline int32 & GetMaxSize()Gets the value of MaxSize.
public inline const int32 & GetMaxSize() constGets the value of MaxSize.
public inline void SetMaxSize(int32 NewValue)Sets the value of MaxSize.
public inline bool IsMaxSizeDefaultValue() constReturns true if MaxSize matches the default value.
public inline void SetMaxSizeToDefault()Sets the value of MaxSize to its default

Members

public int32 MaxSize

Maximum number of players for this team.


#### `public virtual bool `[`FromJson`](#structFRHAPI__TeamUpdate_1a2c2bdbc0429940e29fafa91d6329bb4f)`(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`](#structFRHAPI__TeamUpdate_1ac21d2abf6d99a2bcb37767f67ac00c95)`(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 & `[`GetMaxSize`](#structFRHAPI__TeamUpdate_1ac2e62105e97448f0c93a5025bf0b8bee)`()`

Gets the value of MaxSize.


#### `public inline const int32 & `[`GetMaxSize`](#structFRHAPI__TeamUpdate_1a6be90147d0c10713c202b04ee6b28705)`() const`

Gets the value of MaxSize.


#### `public inline void `[`SetMaxSize`](#structFRHAPI__TeamUpdate_1a8d430eebc3137a5c538e4f591b6b727e)`(int32 NewValue)`

Sets the value of MaxSize.


#### `public inline bool `[`IsMaxSizeDefaultValue`](#structFRHAPI__TeamUpdate_1aa8b9fad5404e4a3e396c566a2027357a)`() const`

Returns true if MaxSize matches the default value.


#### `public inline void `[`SetMaxSizeToDefault`](#structFRHAPI__TeamUpdate_1ae7fd780e7a53bfee856cb41cadbc4049)`()`

Sets the value of MaxSize to its default