Space Plunder
Loading...
Searching...
No Matches
ILevelSelectInterface Class Referenceabstract

#include <LevelSelectInterface.h>

Inheritance diagram for ILevelSelectInterface:
UEpicOnlineGameInstance UMenuSystemGameInstance

Public Member Functions

virtual UDataTable * GetLevelDataTable ()=0
 
virtual void SetSelectedLevel (const FGameLevel GameLevel, const EGameplayMode GameMode)=0
 
virtual FGameLevel GetSelectedLevel (const EGameplayMode GameMode) const =0
 

Member Function Documentation

◆ GetLevelDataTable()

virtual UDataTable * ILevelSelectInterface::GetLevelDataTable ( )
pure virtual

Implemented in UEpicOnlineGameInstance.

◆ GetSelectedLevel()

virtual FGameLevel ILevelSelectInterface::GetSelectedLevel ( const EGameplayMode GameMode) const
pure virtual

Implemented in UEpicOnlineGameInstance.

◆ SetSelectedLevel()

virtual void ILevelSelectInterface::SetSelectedLevel ( const FGameLevel GameLevel,
const EGameplayMode GameMode )
pure virtual

Implemented in UEpicOnlineGameInstance.


The documentation for this class was generated from the following file: