Navigation
API > API/Runtime > API/Runtime/EngineSettings > API/Runtime/EngineSettings/UGameMapsSettings
References
| Module | EngineSettings |
| Header | /Engine/Source/Runtime/EngineSettings/Classes/GameMapsSettings.h |
| Include | #include "GameMapsSettings.h" |
| Source | /Engine/Source/Runtime/EngineSettings/Private/EngineSettingsModule.cpp |
static FString GetGameDefaultMap
(
EDefaultMapRequestType RequestType
)
Remarks
Get the default map specified in the settings. Makes a choice based on running as listen server/client vs dedicated server if RequestType is Default the default map specified in the settings
Parameters
| Name | Description |
|---|---|
| RequestType | If default, it will return the map for your currently running configuration, otherwise you can request the client or server map specifically |