RHAPI_MapSelectionListV2
Summary
Members | Descriptions |
---|---|
struct FRHAPI_MapSelectionListV2 |
struct FRHAPI_MapSelectionListV2
struct FRHAPI_MapSelectionListV2
: public FRHAPI_Model
Summary
Members | Descriptions |
---|---|
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. |
public virtual void WriteJson (TSharedRef< TJsonWriter<>> & Writer) const | Writes 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 () 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. |
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.