RHAPI_MapSelectionList
Summary
| Members | Descriptions |
|---|---|
struct FRHAPI_MapSelectionList | DEPRECATED A list of maps that can be chosen from when an instance is launching. |
struct FRHAPI_MapSelectionList
struct FRHAPI_MapSelectionList
: public FRHAPI_Model
DEPRECATED A list of maps that can be chosen from when an instance is launching.
Summary
| Members | Descriptions |
|---|---|
public FString MapSelectionListId | ID to uniquely identify this map selection list. |
public TArray< FRHAPI_MapConfig>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_MapConfig> &GetMaps() | Gets the value of Maps. |
public inline const TArray< FRHAPI_MapConfig> &GetMaps() const | Gets the value of Maps. |
public inline void SetMaps(TArray< FRHAPI_MapConfig > NewValue) | Sets the value of Maps. |
Members
public FString MapSelectionListId
ID to uniquely identify this map selection list.
public TArray< FRHAPI_MapConfig>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
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 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_MapConfig> &GetMaps()
Gets the value of Maps.
public inline const TArray< FRHAPI_MapConfig> &GetMaps() const
Gets the value of Maps.
public inline void SetMaps(TArray< FRHAPI_MapConfig > NewValue)
Sets the value of Maps.