Skip to content
RallyHere Docs
GitHub

RHAPI_MapSelectionListV2

Summary

MembersDescriptions
struct FRHAPI_MapSelectionListV2

struct FRHAPI_MapSelectionListV2

struct FRHAPI_MapSelectionListV2
  : public FRHAPI_Model

Summary

MembersDescriptions
public FString MapSelectionListIdID to uniquely identify this map selection list.
public TArray< FRHAPI_MapConfigV2>MapsList of maps that can be chosen in this selection list.
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 FString & GetMapSelectionListId()Gets the value of MapSelectionListId.
public inline const FString & GetMapSelectionListId() constGets the value of MapSelectionListId.
public inline void SetMapSelectionListId(FString NewValue)Sets the value of MapSelectionListId.
public inline TArray< FRHAPI_MapConfigV2> &GetMaps()Gets the value of Maps.
public inline const TArray< FRHAPI_MapConfigV2> &GetMaps() constGets the value of Maps.
public inline void SetMaps(TArray< FRHAPI_MapConfigV2 > NewValue)Sets the value of Maps.

Members

public FString MapSelectionListId

ID to uniquely identify this map selection list.

public TArray< FRHAPI_MapConfigV2>Maps

List of maps that can be chosen in this selection list.

public virtual bool FromJson(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(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 FString & GetMapSelectionListId()

Gets the value of MapSelectionListId.

public inline const FString & GetMapSelectionListId() const

Gets the value of MapSelectionListId.

public inline void SetMapSelectionListId(FString NewValue)

Sets the value of MapSelectionListId.

public inline TArray< FRHAPI_MapConfigV2> &GetMaps()

Gets the value of Maps.

public inline const TArray< FRHAPI_MapConfigV2> &GetMaps() const

Gets the value of Maps.

public inline void SetMaps(TArray< FRHAPI_MapConfigV2 > NewValue)

Sets the value of Maps.