Introduction to UE4 Programming - 15 - Setting the Rules in the GameMode - Epic Wiki

# Introduction to UE4 Programming - 15 - Setting the Rules in the GameMode

(Redirected from Introduction to UE4 Programming: Setting the Rules in the GameMode)

Author:

Epic Games

Description:

We’ll set up gameplay rules in our GameMode in this video, including the power drain on our character, and adding a PlayState variable to be able to tell if we are playing or the game is over. One topic we’ll cover here is how to set variables as private, and then define public functions to allow other classes to alter those variables safely.

Related Links:

Source

Source (4.4)

Playlist Home

< Ticking the Spawn Volume

Game Over & Class Interactions >

Retrieved from "https://wiki.unrealengine.com/index.php?title=Introduction_to_UE4_Programming_-_15_-_Setting_the_Rules_in_the_GameMode&oldid=11323"

Category: