UE3:UTCinematicGame (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> GameInfo >> UTGame >> UTDeathmatch >> UTTeamGame >> UTEntryGame >> UTCinematicGame |
- Package:
- UTGame
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Default values
Property | Value |
---|---|
PlayerControllerClass | Class'UTGame.UTCinematicPlayerController' |
Functions
Events
HandleSeamlessTravelPlayer
event HandleSeamlessTravelPlayer (out Controller C)
Overrides: UTTeamGame.HandleSeamlessTravelPlayer
(Description copied from GameInfo.HandleSeamlessTravelPlayer)
handles reinitializing players that remained through a seamless level transition
called from C++ for players that finished loading after the server
Parameters:
- C - the Controller to handle
InitGame
Overrides: UTEntryGame.InitGame
PostLogin
event PostLogin (PlayerController NewPlayer)
Overrides: UTTeamGame.PostLogin
PostSeamlessTravel
event PostSeamlessTravel ()
Overrides: UTTeamGame.PostSeamlessTravel
called after a seamless level transition has been completed on the *new* GameInfo used to reinitialize players already in the game as they won't have *Login() called on them
Other instance functions
StartMatch
function StartMatch ()
Overrides: UTEntryGame.StartMatch