Game Modes: Difference between revisions

From Unreal Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


[[File:Gamemode-world settings.png]]
[[File:Gamemode-world settings.png]]
If the World Settings Panel isn't showing, open your map(or select your map tab), than click
on Window->World Settings
[[File:Menu-worldsettings.png]]




If you want to create your own game mode you can simply create a new blueprint class that inherits from GameMode
If you want to create your own game mode you can simply create a new blueprint class that inherits from GameMode

Revision as of 23:48, 5 December 2024

GameModes or GameMode is a class that the Unreal Engine utilizes for each map inside GameMode

In The World Settings of the map you can specify a game mode

If the World Settings Panel isn't showing, open your map(or select your map tab), than click on Window->World Settings


If you want to create your own game mode you can simply create a new blueprint class that inherits from GameMode