Game Modes: Difference between revisions

From Unreal Wiki
Jump to navigation Jump to search
Created page with "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 you want to create your own game mode you can simply create a new blueprint class that inherits from GameMode"
 
No edit summary
Line 2: Line 2:


In The World Settings of the map you can specify a game mode
In The World Settings of the map you can specify a game mode
[[File:Gamemode-world settings.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:41, 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 you want to create your own game mode you can simply create a new blueprint class that inherits from GameMode