#include <GameMode.h>
|
| TArray< UObject * > | ViewPortWidgetsField () |
| |
| int & | MaxSplitscreenPlayersField () |
| |
| UWorld * | WorldField () |
| |
| bool & | bSuppressTransitionMessageField () |
| |
| float & | ProgressFadeTimeField () |
| |
| int & | ViewModeIndexField () |
| |
| FName & | CurrentBufferVisualizationModeField () |
| |
| bool & | bDisableSplitScreenOverrideField () |
| |
| TArray< bool > & | IgnoreInputValuesField () |
| |
| BitFieldValue< bool, unsigned __int32 > | bShowTitleSafeZone () |
| |
| BitFieldValue< bool, unsigned __int32 > | bIsPlayInEditorViewport () |
| |
| BitFieldValue< bool, unsigned __int32 > | bDisableWorldRendering () |
| |
| bool | IsStatEnabled (const wchar_t *InName) |
| |
| void | SetEnabledStats (TArray< FString > *InEnabledStats) |
| |
| TArray< FString > * | GetEnabledStats () |
| |
| FGuid * | GetEngineShowFlags () |
| |
| void | PostInitProperties () |
| |
| void | BeginDestroy () |
| |
| void | DetachViewportClient () |
| |
| FString * | ConsoleCommand (FString *result, FString *Command) |
| |
| void | SetIsSimulateInEditorViewport (bool bInIsSimulateInEditorViewport) |
| |
| bool | GetMousePosition (FVector2D *MousePosition) |
| |
| bool | RequiresUncapturedAxisInput () |
| |
| void | SetDropDetail (float DeltaSeconds) |
| |
| void | GetViewportSize (FVector2D *out_ViewportSize) |
| |
| void | Precache () |
| |
| ULocalPlayer * | SetupInitialLocalPlayer (FString *OutError) |
| |
| ULocalPlayer * | CreatePlayer (int ControllerId, FString *OutError, bool bSpawnActor) |
| |
| bool | RemovePlayer (ULocalPlayer *ExPlayer) |
| |
| void | UpdateActiveSplitscreenType () |
| |
| void | LayoutPlayers () |
| |
| void | GetSubtitleRegion (FVector2D *MinPos, FVector2D *MaxPos) |
| |
| void | NotifyPlayerAdded (int PlayerIndex, ULocalPlayer *RemovedPlayer) |
| |
| void | RemoveAllViewportWidgets () |
| |
| void | VerifyPathRenderingComponents () |
| |
| bool | RequestBugScreenShot (const wchar_t *Cmd, bool bDisplayHUDInfo) |
| |
| void | HandleViewportStatCheckEnabled (const wchar_t *InName, bool *bOutCurrentEnabled, bool *bOutOthersEnabled) |
| |
| void | HandleViewportStatEnabled (const wchar_t *InName) |
| |
| void | HandleViewportStatDisabled (const wchar_t *InName) |
| |
| void | HandleViewportStatDisableAll (const bool bInAnyViewport) |
| |
| void | SetIgnoreInput (bool Ignore, int ControllerId) |
| |
| bool | IgnoreInput (int ControllerId) |
| |
| void | OnSplitscreenPlayerJoinFailure (TSharedPtr< FUniqueNetId, 0 > *PlayerUniqueNetId, FString *ErrorMsg) |
| |
| int | SetStatEnabled (const wchar_t *InName, const bool bEnable, const bool bAll) |
| |
Definition at line 14 of file GameMode.h.
◆ bDisableSplitScreenOverrideField()
| bool & UGameViewportClient::bDisableSplitScreenOverrideField |
( |
| ) |
|
|
inline |
◆ bDisableWorldRendering()
| BitFieldValue< bool, unsigned __int32 > UGameViewportClient::bDisableWorldRendering |
( |
| ) |
|
|
inline |
◆ BeginDestroy()
| void UGameViewportClient::BeginDestroy |
( |
| ) |
|
|
inline |
◆ bIsPlayInEditorViewport()
| BitFieldValue< bool, unsigned __int32 > UGameViewportClient::bIsPlayInEditorViewport |
( |
| ) |
|
|
inline |
◆ bShowTitleSafeZone()
| BitFieldValue< bool, unsigned __int32 > UGameViewportClient::bShowTitleSafeZone |
( |
| ) |
|
|
inline |
◆ bSuppressTransitionMessageField()
| bool & UGameViewportClient::bSuppressTransitionMessageField |
( |
| ) |
|
|
inline |
◆ ConsoleCommand()
◆ CreatePlayer()
| ULocalPlayer * UGameViewportClient::CreatePlayer |
( |
int | ControllerId, |
|
|
FString * | OutError, |
|
|
bool | bSpawnActor ) |
|
inline |
◆ CurrentBufferVisualizationModeField()
| FName & UGameViewportClient::CurrentBufferVisualizationModeField |
( |
| ) |
|
|
inline |
◆ DetachViewportClient()
| void UGameViewportClient::DetachViewportClient |
( |
| ) |
|
|
inline |
◆ GetEnabledStats()
◆ GetEngineShowFlags()
| FGuid * UGameViewportClient::GetEngineShowFlags |
( |
| ) |
|
|
inline |
◆ GetMousePosition()
| bool UGameViewportClient::GetMousePosition |
( |
FVector2D * | MousePosition | ) |
|
|
inline |
◆ GetSubtitleRegion()
◆ GetViewportSize()
| void UGameViewportClient::GetViewportSize |
( |
FVector2D * | out_ViewportSize | ) |
|
|
inline |
◆ HandleViewportStatCheckEnabled()
| void UGameViewportClient::HandleViewportStatCheckEnabled |
( |
const wchar_t * | InName, |
|
|
bool * | bOutCurrentEnabled, |
|
|
bool * | bOutOthersEnabled ) |
|
inline |
◆ HandleViewportStatDisableAll()
| void UGameViewportClient::HandleViewportStatDisableAll |
( |
const bool | bInAnyViewport | ) |
|
|
inline |
◆ HandleViewportStatDisabled()
| void UGameViewportClient::HandleViewportStatDisabled |
( |
const wchar_t * | InName | ) |
|
|
inline |
◆ HandleViewportStatEnabled()
| void UGameViewportClient::HandleViewportStatEnabled |
( |
const wchar_t * | InName | ) |
|
|
inline |
◆ IgnoreInput()
| bool UGameViewportClient::IgnoreInput |
( |
int | ControllerId | ) |
|
|
inline |
◆ IgnoreInputValuesField()
| TArray< bool > & UGameViewportClient::IgnoreInputValuesField |
( |
| ) |
|
|
inline |
◆ IsStatEnabled()
| bool UGameViewportClient::IsStatEnabled |
( |
const wchar_t * | InName | ) |
|
|
inline |
◆ LayoutPlayers()
| void UGameViewportClient::LayoutPlayers |
( |
| ) |
|
|
inline |
◆ MaxSplitscreenPlayersField()
| int & UGameViewportClient::MaxSplitscreenPlayersField |
( |
| ) |
|
|
inline |
◆ NotifyPlayerAdded()
| void UGameViewportClient::NotifyPlayerAdded |
( |
int | PlayerIndex, |
|
|
ULocalPlayer * | RemovedPlayer ) |
|
inline |
◆ OnSplitscreenPlayerJoinFailure()
◆ PostInitProperties()
| void UGameViewportClient::PostInitProperties |
( |
| ) |
|
|
inline |
◆ Precache()
| void UGameViewportClient::Precache |
( |
| ) |
|
|
inline |
◆ ProgressFadeTimeField()
| float & UGameViewportClient::ProgressFadeTimeField |
( |
| ) |
|
|
inline |
◆ RemoveAllViewportWidgets()
| void UGameViewportClient::RemoveAllViewportWidgets |
( |
| ) |
|
|
inline |
◆ RemovePlayer()
| bool UGameViewportClient::RemovePlayer |
( |
ULocalPlayer * | ExPlayer | ) |
|
|
inline |
◆ RequestBugScreenShot()
| bool UGameViewportClient::RequestBugScreenShot |
( |
const wchar_t * | Cmd, |
|
|
bool | bDisplayHUDInfo ) |
|
inline |
◆ RequiresUncapturedAxisInput()
| bool UGameViewportClient::RequiresUncapturedAxisInput |
( |
| ) |
|
|
inline |
◆ SetDropDetail()
| void UGameViewportClient::SetDropDetail |
( |
float | DeltaSeconds | ) |
|
|
inline |
◆ SetEnabledStats()
| void UGameViewportClient::SetEnabledStats |
( |
TArray< FString > * | InEnabledStats | ) |
|
|
inline |
◆ SetIgnoreInput()
| void UGameViewportClient::SetIgnoreInput |
( |
bool | Ignore, |
|
|
int | ControllerId ) |
|
inline |
◆ SetIsSimulateInEditorViewport()
| void UGameViewportClient::SetIsSimulateInEditorViewport |
( |
bool | bInIsSimulateInEditorViewport | ) |
|
|
inline |
◆ SetStatEnabled()
| int UGameViewportClient::SetStatEnabled |
( |
const wchar_t * | InName, |
|
|
const bool | bEnable, |
|
|
const bool | bAll ) |
|
inline |
◆ SetupInitialLocalPlayer()
| ULocalPlayer * UGameViewportClient::SetupInitialLocalPlayer |
( |
FString * | OutError | ) |
|
|
inline |
◆ StaticRegisterNativesUGameViewportClient()
| static void UGameViewportClient::StaticRegisterNativesUGameViewportClient |
( |
| ) |
|
|
inlinestatic |
◆ UpdateActiveSplitscreenType()
| void UGameViewportClient::UpdateActiveSplitscreenType |
( |
| ) |
|
|
inline |
◆ VerifyPathRenderingComponents()
| void UGameViewportClient::VerifyPathRenderingComponents |
( |
| ) |
|
|
inline |
◆ ViewModeIndexField()
| int & UGameViewportClient::ViewModeIndexField |
( |
| ) |
|
|
inline |
◆ ViewPortWidgetsField()
| TArray< UObject * > UGameViewportClient::ViewPortWidgetsField |
( |
| ) |
|
|
inline |
◆ WorldField()
| UWorld * UGameViewportClient::WorldField |
( |
| ) |
|
|
inline |
The documentation for this struct was generated from the following file:
- C:/Users/lachl/Downloads/ArkServerAPI_NEW/ASE/AseApi-main/version/Core/Public/API/ARK/GameMode.h