RHAPI_MapSelectionList
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`](RHAPI_MapConfig.md#structFRHAPI__MapConfig)` > `[`Maps`](#structFRHAPI__MapSelectionList_1aef29afc160c1a25a8af5f2dbe9b5eb39)
List of maps that can be chosen in this selection list.
#### `public virtual bool `[`FromJson`](#structFRHAPI__MapSelectionList_1ad8b23fdef9b12cd1220e76255432723f)`(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__MapSelectionList_1ac5757039a5dfb4ba500eedc62dcc9f77)`(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`](#structFRHAPI__MapSelectionList_1a33760d8296656286de30e157c9b8d75d)`()`
Gets the value of MapSelectionListId.
#### `public inline const FString & `[`GetMapSelectionListId`](#structFRHAPI__MapSelectionList_1accb162b236aa274d987f72da2a72d186)`() const`
Gets the value of MapSelectionListId.
#### `public inline void `[`SetMapSelectionListId`](#structFRHAPI__MapSelectionList_1aba278792dfddde9bbfc5a21e282aab73)`(FString NewValue)`
Sets the value of MapSelectionListId.
#### `public inline TArray< `[`FRHAPI_MapConfig`](RHAPI_MapConfig.md#structFRHAPI__MapConfig)` > & `[`GetMaps`](#structFRHAPI__MapSelectionList_1a1176087597f5a20435aadfe380d7577b)`()`
Gets the value of Maps.
#### `public inline const TArray< `[`FRHAPI_MapConfig`](RHAPI_MapConfig.md#structFRHAPI__MapConfig)` > & `[`GetMaps`](#structFRHAPI__MapSelectionList_1acd9b43b6edd69821810f3ca13aca2395)`() const`
Gets the value of Maps.
#### `public inline void `[`SetMaps`](#structFRHAPI__MapSelectionList_1a4aba4193810a93b9e65bf99c15a6e4c8)`(TArray< `[`FRHAPI_MapConfig`](RHAPI_MapConfig.md#structFRHAPI__MapConfig)` > NewValue)`
Sets the value of Maps.