Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/GameFramework/GameModeBase.h |
Include |
#include "GameFramework/GameModeBase.h" |
Source |
/Engine/Source/Runtime/Engine/Private/GameModeBase.cpp |
virtual bool ShouldStartInCinematicMode
(
APlayerController * Player,
bool & OutHidePlayer,
bool & OutHideHud,
bool & OutDisableMovement,
bool & OutDisableTurning
)
Check to see if we should start in cinematic mode
bool true if we should turn on cinematic mode, false if if we should not.
Parameter |
Description |
---|---|
OutHidePlayer |
Whether to hide the player |
OutHideHud |
Whether to hide the HUD |
OutDisableMovement |
Whether to disable movement |
OutDisableTurning |
Whether to disable turning |