KGameStateBase
(UObject)
(UObject)
KGameStates are states that can be used in the GameManagerSubsystem. Create and use states to do work, sequence order sensitive game functionality, define special world states, etc..
Override this function to define what happens when entering the state. Only called once per instance.
Override this function to define what happens when exiting the state. Only called once per instance.