Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
APlayerController Struct Reference

#include <Actor.h>

+ Inheritance diagram for APlayerController:
+ Collaboration diagram for APlayerController:

Public Member Functions

UPlayerPlayerField ()
 
APawnAcknowledgedPawnField ()
 
float & LocalPlayerCachedLODDistanceFactorField ()
 
AHUD * MyHUDField ()
 
APlayerCameraManager * PlayerCameraManagerField ()
 
TSubclassOf< APlayerCameraManager > & PlayerCameraManagerClassField ()
 
bool & bAutoManageActiveCameraTargetField ()
 
FRotatorTargetViewRotationField ()
 
FRotatorBlendedTargetViewRotationField ()
 
TArray< AActor * > HiddenActorsField ()
 
float & LastSpectatorStateSynchTimeField ()
 
int & ClientCapField ()
 
long double & ServerLastReceivedSpectatorLocTimeField ()
 
UCheatManagerCheatManagerField ()
 
TSubclassOf< UCheatManager > & CheatClassField ()
 
TArray< FName > & PendingMapChangeLevelNamesField ()
 
char & NetPlayerIndexField ()
 
UNetConnectionPendingSwapConnectionField ()
 
UNetConnectionNetConnectionField ()
 
FRotatorRotationInputField ()
 
float & InputYawScaleField ()
 
float & InputPitchScaleField ()
 
float & InputRollScaleField ()
 
TEnumAsByte< enum EMouseCursor::Type > & DefaultMouseCursorField ()
 
TEnumAsByte< enum EMouseCursor::Type > & CurrentMouseCursorField ()
 
TEnumAsByte< enum ECollisionChannel > & DefaultClickTraceChannelField ()
 
TEnumAsByte< enum ECollisionChannel > & CurrentClickTraceChannelField ()
 
bool & bLockedInputUIField ()
 
TSubobjectPtr< USceneComponent > & TransformComponentField ()
 
TWeakObjectPtr< UPrimitiveComponent > & CurrentClickablePrimitiveField ()
 
FieldArray< TWeakObjectPtr< UPrimitiveComponent >, 11 > CurrentTouchablePrimitivesField ()
 
char & IgnoreMoveInputField ()
 
char & IgnoreLookInputField ()
 
TWeakObjectPtr< USceneComponent > & AudioListenerComponentField ()
 
FVectorAudioListenerLocationOverrideField ()
 
FRotatorAudioListenerRotationOverrideField ()
 
FVectorSpawnLocationField ()
 
float & LastRetryPlayerTimeField ()
 
unsigned __int16 & SeamlessTravelCountField ()
 
unsigned __int16 & LastCompletedSeamlessTravelCountField ()
 
bool & bPossessedAnyPawnField ()
 
int & LastValidUnstasisCasterFrameField ()
 
FVectorLastCharacterMovementTeleportUnstasisLocationField ()
 
FVectorLastReplicatedFocalLocField ()
 
bool & bIsDelayedNetCleanupField ()
 
float & LastTeleportDistanceField ()
 
BitFieldValue< bool, unsigned __int32 > bShortConnectTimeOut ()
 
BitFieldValue< bool, unsigned __int32 > bShowExtendedInfoKey ()
 
BitFieldValue< bool, unsigned __int32 > bIsAnselActive ()
 
BitFieldValue< bool, unsigned __int32 > bCinematicMode ()
 
BitFieldValue< bool, unsigned __int32 > bIsUsingStreamingVolumes ()
 
BitFieldValue< bool, unsigned __int32 > bPlayerIsWaiting ()
 
BitFieldValue< bool, unsigned __int32 > bCheatPlayer ()
 
BitFieldValue< bool, unsigned __int32 > bIsAdmin ()
 
BitFieldValue< bool, unsigned __int32 > bShowMouseCursor ()
 
BitFieldValue< bool, unsigned __int32 > bEnableClickEvents ()
 
BitFieldValue< bool, unsigned __int32 > bEnableTouchEvents ()
 
BitFieldValue< bool, unsigned __int32 > bEnableMouseOverEvents ()
 
BitFieldValue< bool, unsigned __int32 > bEnableTouchOverEvents ()
 
BitFieldValue< bool, unsigned __int32 > bForceFeedbackEnabled ()
 
BitFieldValue< bool, unsigned __int32 > bCinemaDisableInputMove ()
 
BitFieldValue< bool, unsigned __int32 > bCinemaDisableInputLook ()
 
BitFieldValue< bool, unsigned __int32 > bAcknowledgedClientReceivedActor ()
 
BitFieldValue< bool, unsigned __int32 > bInputEnabled ()
 
BitFieldValue< bool, unsigned __int32 > bShouldPerformFullTickWhenPaused ()
 
BitFieldValue< bool, unsigned __int32 > bOverrideAudioListener ()
 
AActorGetAimedUseActor (UActorComponent **UseComponent, int *hitBodyIndex, bool bForceUseActorLocation)
 
void AcknowledgePossession (APawn *P)
 
void AddCheats (bool bForce)
 
void AddPitchInput (float Val)
 
void AddRollInput (float Val)
 
void AddYawInput (float Val)
 
void AutoManageActiveCameraTarget (AActor *SuggestedTarget)
 
void BeginInactiveState ()
 
void BeginSpectatingState ()
 
void CalcCamera (float DeltaTime, FMinimalViewInfo *OutResult)
 
void Camera (FName NewMode)
 
bool CanRestartPlayer ()
 
void ChangeState (FName NewState)
 
void CleanUpAudioComponents ()
 
void CleanupGameViewport ()
 
void CleanupPlayerState ()
 
void ClearAudioListenerOverride ()
 
void ClientAddTextureStreamingLoc_Implementation (FVector InLoc, float Duration, bool bOverrideLocation)
 
void ClientCancelPendingMapChange_Implementation ()
 
void ClientCapBandwidth_Implementation (int Cap)
 
void ClientClearCameraLensEffects_Implementation ()
 
void ClientCommitMapChange_Implementation ()
 
void ClientEnableNetworkVoice_Implementation (bool bEnable)
 
void ClientFlushLevelStreaming_Implementation ()
 
void ClientForceGarbageCollection_Implementation ()
 
void ClientGameEnded_Implementation (AActor *EndGameFocus, bool bIsWinner)
 
void ClientGotoState_Implementation (FName NewState)
 
void ClientIgnoreLookInput_Implementation (bool bIgnore)
 
void ClientIgnoreMoveInput_Implementation (bool bIgnore)
 
void ClientMessage_Implementation (FString *S, FName Type, float MsgLifeTime)
 
void ClientMutePlayer_Implementation (FUniqueNetIdRepl PlayerId)
 
void ClientNetGUIDActorDeletion_Implementation (FNetworkGUID TheNetGUID)
 
void ClientPlaySoundAtLocation_Implementation (USoundBase *Sound, FVector Location, float VolumeMultiplier, float PitchMultiplier)
 
void ClientPlaySound_Implementation (USoundBase *Sound, float VolumeMultiplier, float PitchMultiplier)
 
void ClientPrepareMapChange_Implementation (FName LevelName, bool bFirst, bool bLast)
 
void ClientPrestreamTextures_Implementation (AActor *ForcedActor, float ForceDuration, bool bEnableStreaming, int CinematicTextureGroups)
 
void ClientProcessNetExecCommandUnreliable_Implementation (AActor *ForActor, FName CommandName, FNetExecParams ExecParams)
 
void ClientProcessSimpleNetExecCommandBP_Implementation (AActor *ForActor, FName CommandName)
 
void ClientProcessSimpleNetExecCommandUnreliableBP_Implementation (AActor *ForActor, FName CommandName)
 
void ClientReset_Implementation ()
 
void ClientRestart_Implementation (APawn *NewPawn)
 
void ClientRetryClientRestart_Implementation (APawn *NewPawn)
 
void ClientReturnToMainMenu_Implementation (FString *ReturnReason)
 
void ClientSetBlockOnAsyncLoading_Implementation ()
 
void ClientSetCameraFade_Implementation (bool bEnableFading, FColor FadeColor, FVector2D FadeAlpha, float FadeTime, bool bFadeAudio)
 
void SetCameraMode (FName NewCamMode)
 
void ClientSetCinematicMode_Implementation (bool bInCinematicMode, bool bAffectsMovement, bool bAffectsTurning, bool bAffectsHUD)
 
void ClientSetForceMipLevelsToBeResident_Implementation (UMaterialInterface *Material, float ForceDuration, int CinematicTextureGroups)
 
void ClientSetHUD_Implementation (TSubclassOf< AHUD > NewHUDClass)
 
void ClientTeamMessage_Implementation (APlayerState *SenderPlayerState, FString *S, FName Type, float MsgLifeTime)
 
void ClientUnmutePlayer_Implementation (FUniqueNetIdRepl PlayerId)
 
void ClientVoiceHandshakeComplete_Implementation ()
 
void ClientWasKicked_Implementation (FText *KickReason)
 
FStringConsoleCommand (FString *result, FString *Cmd, bool bWriteToLog)
 
void CreateTouchInterface ()
 
bool DefaultCanUnpause ()
 
void DelayedNetCleanup ()
 
void DelayedPrepareMapChange ()
 
bool DeprojectMousePositionToWorld (FVector *WorldLocation, FVector *WorldDirection)
 
bool DeprojectScreenPositionToWorld (float ScreenX, float ScreenY, FVector *WorldLocation, FVector *WorldDirection)
 
void DestroySpectatorPawn ()
 
void Destroyed ()
 
void DisableInput (APlayerController *PlayerController)
 
void EnableCheats (FString pass)
 
void EnableInput (APlayerController *PlayerController)
 
void EndPlay (EEndPlayReason::Type EndPlayReason)
 
void EndPlayingState ()
 
void EndSpectatingState ()
 
void FOV (float F)
 
void FailedToSpawnPawn ()
 
void FlushPressedKeys ()
 
void ForceSingleNetUpdateFor (AActor *Target)
 
void GameHasEnded (AActor *EndGameFocus, bool bIsWinner)
 
void GetActorEyesViewPoint (FVector *out_Location, FRotator *out_Rotation)
 
void GetAudioListenerPosition (FVector *OutLocation, FVector *OutFrontDir, FVector *OutRightDir)
 
FVectorGetFocalLocation (FVector *result)
 
bool GetHitResultAtScreenPosition (FVector2D ScreenPosition, TArray< TEnumAsByte< enum EObjectTypeQuery > > *ObjectTypes, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultAtScreenPosition (FVector2D ScreenPosition, ECollisionChannel TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultAtScreenPosition (FVector2D ScreenPosition, ETraceTypeQuery TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderCursor (ECollisionChannel TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderCursorByChannel (ETraceTypeQuery TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderCursorForObjects (TArray< TEnumAsByte< enum EObjectTypeQuery > > *ObjectTypes, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderFinger (ETouchIndex::Type FingerIndex, ECollisionChannel TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderFingerByChannel (ETouchIndex::Type FingerIndex, ETraceTypeQuery TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderFingerForObjects (ETouchIndex::Type FingerIndex, TArray< TEnumAsByte< enum EObjectTypeQuery > > *ObjectTypes, bool bTraceComplex, FHitResult *HitResult)
 
float GetInputAnalogKeyState (FKey Key)
 
float GetInputKeyTimeDown (FKey Key)
 
void GetInputMotionState (FVector *Tilt, FVector *RotationRate, FVector *Gravity, FVector *Acceleration)
 
void GetInputMouseDelta (float *DeltaX, float *DeltaY)
 
void GetInputTouchState (ETouchIndex::Type FingerIndex, float *LocationX, float *LocationY, bool *bIsCurrentlyPressed)
 
FVectorGetInputVectorKeyState (FVector *result, FKey Key)
 
void GetLifetimeReplicatedProps (TArray< FLifetimeProperty > *OutLifetimeProps)
 
EMouseCursor::Type GetMouseCursor ()
 
bool GetMousePosition (float *LocationX, float *LocationY)
 
UNetConnectionGetNetConnection ()
 
UPlayerGetNetOwningPlayer ()
 
float GetNetPriority (FVector *ViewPos, FVector *ViewDir, APlayerController *Viewer, UActorChannel *InChannel, float Time, bool bLowBandwidth)
 
APlayerStateGetNextViewablePlayer (int dir)
 
APawnGetPawnOrSpectator ()
 
FStringGetPlayerNetworkAddress (FString *result)
 
void GetPlayerViewPoint (FVector *out_Location, FRotator *out_Rotation)
 
void GetSeamlessTravelActorList (bool bToEntry, TArray< AActor * > *ActorList)
 
int GetSplitscreenPlayerCount ()
 
AActorGetViewTarget ()
 
void GetViewportSize (int *SizeX, int *SizeY)
 
bool HasClientLoadedCurrentWorld ()
 
void InitInputSystem ()
 
bool InputAxis (FKey Key, float Delta, float DeltaTime, int NumSamples, bool bGamepad)
 
bool InputKey (FKey Key, EInputEvent EventType, float AmountDepressed, bool bGamepad)
 
bool InputMotion (FVector *Tilt, FVector *RotationRate, FVector *Gravity, FVector *Acceleration)
 
bool InputTouch (unsigned int Handle, ETouchType::Type Type, FVector2D *TouchLocation, FDateTime DeviceTimestamp, unsigned int TouchpadIndex)
 
bool IsFrozen ()
 
bool IsInputKeyDown (FKey Key)
 
bool ServerPause_Validate ()
 
bool IsLookInputIgnored ()
 
bool IsMoveInputIgnored ()
 
bool IsPaused ()
 
bool IsPlayerMuted (FString *VivoxUsername)
 
bool IsPlayerMuted (FUniqueNetId *PlayerId)
 
bool IsPrimaryPlayer ()
 
bool IsSplitscreenPlayer (int *OutSplitscreenPlayerIndex)
 
void LocalTravel (FString *FURL)
 
bool NetConnectionHasActiveActor (AActor *AnActor)
 
void NetSpawnActorAtLocation_Implementation (TSubclassOf< AActor > AnActorClass, FVector_NetQuantize AtLocation, FRotator_NetQuantize AtRotation, USceneComponent *attachToComponent, int dataIndex, FName attachSocketName)
 
void NotifyDirectorControl (bool bNowControlling, AMatineeActor *CurrentMatinee)
 
void NotifyLoadedWorld (FName WorldPackageName, bool bFinalDest)
 
bool NotifyServerReceivedClientData (APawn *InPawn, float TimeStamp)
 
void OnNetCleanup (UNetConnection *Connection)
 
void Pause ()
 
void PawnLeavingGame ()
 
void PlayerTick (float DeltaTime)
 
void Possess (APawn *PawnToPossess)
 
void PostInitializeComponents ()
 
void PostLoad ()
 
void PostProcessInput (const float DeltaTime, const bool bGamePaused)
 
void ProcessForceFeedback (const float DeltaTime, const bool bGamePaused)
 
void ProcessPlayerInput (const float DeltaTime, const bool bGamePaused)
 
bool ProjectWorldLocationToScreen (FVector WorldLocation, FVector2D *ScreenLocation)
 
void ReceivedPlayer ()
 
void ReceivedSpectatorClass (TSubclassOf< AGameMode > SpectatorClass)
 
void Reset ()
 
void ResetCameraMode ()
 
void ResetIgnoreInputFlags ()
 
void RestartLevel ()
 
void SafeRetryClientRestart ()
 
void SafeServerCheckClientPossession ()
 
void SafeServerUpdateSpectatorState ()
 
void SeamlessTravelFrom (APlayerController *OldPC)
 
void SendClientAdjustment ()
 
void ServerAcknowledgePossession_Implementation (APawn *P)
 
bool ServerAcknowledgePossession_Validate (APawn *P)
 
void ServerCamera_Implementation (FName NewMode)
 
void ServerChangeName_Implementation (FString *S)
 
bool ServerChangeName_Validate (FString *S)
 
void ServerCheckClientPossession_Implementation ()
 
void ServerMutePlayer_Implementation (FUniqueNetIdRepl PlayerId)
 
bool ServerMutePlayer_Validate (FUniqueNetIdRepl PlayerId)
 
void ServerNotifyLoadedWorld_Implementation (FName WorldPackageName)
 
bool ServerNotifyLoadedWorld_Validate (FName WorldPackageName)
 
void ServerPause_Implementation ()
 
void ServerReceivedPlayerControllerAck_Implementation ()
 
void ServerRestartPlayer_Implementation ()
 
void ServerSetSpectatorLocation_Implementation (FVector NewLoc)
 
void ServerToggleAILogging_Implementation ()
 
void ServerUnmutePlayer_Implementation (FUniqueNetIdRepl PlayerId)
 
bool ServerUnmutePlayer_Validate (FUniqueNetIdRepl PlayerId)
 
void ServerUpdateCamera_Implementation (FVector_NetQuantize CamLoc, int CamPitchAndYaw)
 
void ServerUpdateLevelVisibility_Implementation (FName PackageName, bool bIsVisible)
 
bool ServerUpdateLevelVisibility_Validate (FName PackageName, bool bIsVisible)
 
void ServerVerifyViewTarget_Implementation ()
 
void ServerViewNextPlayer_Implementation ()
 
void ServerViewPrevPlayer_Implementation ()
 
void SetAudioListenerOverride (USceneComponent *AttachedComponent, FVector Location, FRotator Rotation)
 
void SetCinematicMode (bool bInCinematicMode, bool bHidePlayer, bool bAffectsHUD, bool bAffectsMovement, bool bAffectsTurning)
 
void SetCinematicMode (bool bInCinematicMode, bool bAffectsMovement, bool bAffectsTurning)
 
void SetIgnoreLookInput (bool bNewLookInput)
 
void SetIgnoreMoveInput (bool bNewMoveInput)
 
void SetInitialLocationAndRotation (FVector *NewLocation, FRotator *NewRotation)
 
void SetName (FString *S)
 
void SetNetSpeed (int NewSpeed)
 
void SetPawn (APawn *InPawn)
 
void SetPlayer (UPlayer *InPlayer)
 
void SetSpawnLocation (FVector *NewLocation)
 
void SetVirtualJoystickVisibility (bool bVisible)
 
void SetupInputComponent ()
 
bool ShouldReplicateVoicePacketFrom (FUniqueNetId *Sender, char ShouldUseSuperRange, char *PlaybackFlags)
 
bool ShouldShowMouseCursor ()
 
void SmoothTargetViewRotation (APawn *TargetPawn, float DeltaSeconds)
 
void SpawnDefaultHUD ()
 
void SpawnHUD (TSubclassOf< AHUD > NewHUDClass)
 
void SpawnPlayerCameraManager ()
 
void StartFire (char FireModeNum)
 
void StartSpectatingOnly ()
 
void StartTalking ()
 
void StopTalking ()
 
void SwitchLevel (FString *FURL)
 
void TickPlayerInput (const float DeltaSeconds, const bool bGamePaused)
 
void ToggleSpeaking (bool bSpeaking, bool bUseSuperRange)
 
void UnPossess ()
 
void UpdateCameraManager (float DeltaSeconds)
 
void UpdatePing (float InPing)
 
void UpdateRotation (float DeltaTime)
 
void UpdateStateInputComponents ()
 
void ViewAPlayer (int dir)
 
bool WasInputKeyJustPressed (FKey Key)
 
bool WasInputKeyJustReleased (FKey Key)
 
void ClientCapBandwidth (int Cap)
 
void ClientClearCameraLensEffects ()
 
void ClientCommitMapChange ()
 
void ClientEnableNetworkVoice (bool bEnable)
 
void ClientGameEnded (AActor *EndGameFocus, bool bIsWinner)
 
void ClientGotoState (FName NewState)
 
void ClientMessage (FString *S, FName Type, float MsgLifeTime)
 
void ClientMutePlayer (FUniqueNetIdRepl PlayerId)
 
void ClientNetGUIDActorDeletion (FNetworkGUID TheNetGUID)
 
void ClientNotifyReconnected (APawn *NewPawn)
 
void ClientNotifyRespawned (APawn *NewPawn, bool IsFirstSpawn)
 
void ClientProcessNetExecCommand (AActor *ForActor, FName CommandName, FNetExecParams ExecParams)
 
void ClientProcessNetExecCommandUnreliable (AActor *ForActor, FName CommandName, FNetExecParams ExecParams)
 
void ClientProcessSimpleNetExecCommandBP (AActor *ForActor, FName CommandName)
 
void ClientProcessSimpleNetExecCommandUnreliableBP (AActor *ForActor, FName CommandName)
 
void ClientRepObjRef (UObject *Object)
 
void ClientReset ()
 
void ClientRestart (APawn *NewPawn)
 
void ClientRetryClientRestart (APawn *NewPawn)
 
void ClientReturnToMainMenu (FString *ReturnReason)
 
void ClientSetBlockOnAsyncLoading ()
 
void ClientSetCameraFade (bool bEnableFading, FColor FadeColor, FVector2D FadeAlpha, float FadeTime, bool bFadeAudio)
 
void ClientSetCinematicMode (bool bInCinematicMode, bool bAffectsMovement, bool bAffectsTurning, bool bAffectsHUD)
 
void ClientSetHUD (TSubclassOf< AHUD > NewHUDClass)
 
void ClientTeamMessage (APlayerState *SenderPlayerState, FString *S, FName Type, float MsgLifeTime)
 
void ClientTeleportSucceeded (FVector TeleportLoc, FRotator TeleportRot, bool bSimpleTeleport)
 
void ClientUnmutePlayer (FUniqueNetIdRepl PlayerId)
 
void ClientUpdateLevelStreamingStatus (FName PackageName, bool bNewShouldBeLoaded, bool bNewShouldBeVisible, bool bNewShouldBlockOnLoad, int LODIndex)
 
void ClientVoiceHandshakeComplete ()
 
void ClientWasKicked (FText *KickReason)
 
void NetSpawnActorAtLocation (TSubclassOf< AActor > AnActorClass, FVector_NetQuantize AtLocation, FRotator_NetQuantize AtRotation, USceneComponent *attachToComponent, int dataIndex, FName attachSocketName)
 
void ServerAcknowledgePossession (APawn *P)
 
void ServerCamera (FName NewMode)
 
void ServerChangeName (FString *S)
 
void ServerCheckClientPossession ()
 
void ServerMutePlayer (FUniqueNetIdRepl PlayerId)
 
void ServerNotifyLoadedWorld (FName WorldPackageName)
 
void ServerPause ()
 
void ServerReceivedPlayerControllerAck ()
 
void ServerRestartPlayer ()
 
void ServerSetSpectatorLocation (FVector NewLoc)
 
void ServerShortTimeout ()
 
void ServerUnmutePlayer (FUniqueNetIdRepl PlayerId)
 
void ServerUpdateLevelVisibility (FName PackageName, bool bIsVisible)
 
void ServerVerifyViewTarget ()
 
void ServerViewNextPlayer ()
 
UPlayerPlayerField ()
 
APawnAcknowledgedPawnField ()
 
float & LocalPlayerCachedLODDistanceFactorField ()
 
AHUD * MyHUDField ()
 
APlayerCameraManager * PlayerCameraManagerField ()
 
TSubclassOf< APlayerCameraManager > & PlayerCameraManagerClassField ()
 
bool & bAutoManageActiveCameraTargetField ()
 
FRotatorTargetViewRotationField ()
 
FRotatorBlendedTargetViewRotationField ()
 
TArray< AActor * > HiddenActorsField ()
 
float & LastSpectatorStateSynchTimeField ()
 
int & ClientCapField ()
 
long double & ServerLastReceivedSpectatorLocTimeField ()
 
UCheatManagerCheatManagerField ()
 
TSubclassOf< UCheatManager > & CheatClassField ()
 
UPlayerInputPlayerInputField ()
 
TArray< FName > & PendingMapChangeLevelNamesField ()
 
char & NetPlayerIndexField ()
 
FPlayerMuteListMuteListField ()
 
UNetConnectionPendingSwapConnectionField ()
 
UNetConnectionNetConnectionField ()
 
FRotatorRotationInputField ()
 
FRotatorPreviousRotationInputField ()
 
float & InputYawScaleField ()
 
float & InputPitchScaleField ()
 
float & InputRollScaleField ()
 
TEnumAsByte< enum EMouseCursor::Type > & DefaultMouseCursorField ()
 
TEnumAsByte< enum EMouseCursor::Type > & CurrentMouseCursorField ()
 
TEnumAsByte< enum ECollisionChannel > & DefaultClickTraceChannelField ()
 
TEnumAsByte< enum ECollisionChannel > & CurrentClickTraceChannelField ()
 
bool & bLockedInputUIField ()
 
TSubobjectPtr< USceneComponent > & TransformComponentField ()
 
TWeakObjectPtr< UPrimitiveComponent > & CurrentClickablePrimitiveField ()
 
FieldArray< TWeakObjectPtr< UPrimitiveComponent >, 11 > CurrentTouchablePrimitivesField ()
 
char & IgnoreMoveInputField ()
 
char & IgnoreLookInputField ()
 
TWeakObjectPtr< USceneComponent > & AudioListenerComponentField ()
 
FVectorAudioListenerLocationOverrideField ()
 
FRotatorAudioListenerRotationOverrideField ()
 
ASpectatorPawn * SpectatorPawnField ()
 
FVectorSpawnLocationField ()
 
float & LastRetryPlayerTimeField ()
 
unsigned __int16 & SeamlessTravelCountField ()
 
unsigned __int16 & LastCompletedSeamlessTravelCountField ()
 
TArray< AActor * > AlwaysReleventNetworkActorsField ()
 
FVectorLastReplicatedFocalLocField ()
 
bool & bIsDelayedNetCleanupField ()
 
float & LastTeleportDistanceField ()
 
BitFieldValue< bool, unsigned __int32 > bShortConnectTimeOut ()
 
BitFieldValue< bool, unsigned __int32 > bShowExtendedInfoKey ()
 
BitFieldValue< bool, unsigned __int32 > bIsAnselActive ()
 
BitFieldValue< bool, unsigned __int32 > bForceSpawnedNotification ()
 
BitFieldValue< bool, unsigned __int32 > bCinematicMode ()
 
BitFieldValue< bool, unsigned __int32 > bIsUsingStreamingVolumes ()
 
BitFieldValue< bool, unsigned __int32 > bPlayerIsWaiting ()
 
BitFieldValue< bool, unsigned __int32 > bCheatPlayer ()
 
BitFieldValue< bool, unsigned __int32 > bIsAdmin ()
 
BitFieldValue< bool, unsigned __int32 > bShowMouseCursor ()
 
BitFieldValue< bool, unsigned __int32 > bEnableClickEvents ()
 
BitFieldValue< bool, unsigned __int32 > bEnableTouchEvents ()
 
BitFieldValue< bool, unsigned __int32 > bEnableMouseOverEvents ()
 
BitFieldValue< bool, unsigned __int32 > bEnableTouchOverEvents ()
 
BitFieldValue< bool, unsigned __int32 > bForceFeedbackEnabled ()
 
BitFieldValue< bool, unsigned __int32 > bCinemaDisableInputMove ()
 
BitFieldValue< bool, unsigned __int32 > bCinemaDisableInputLook ()
 
BitFieldValue< bool, unsigned __int32 > bAcknowledgedClientReceivedActor ()
 
BitFieldValue< bool, unsigned __int32 > bInputEnabled ()
 
BitFieldValue< bool, unsigned __int32 > bShouldPerformFullTickWhenPaused ()
 
BitFieldValue< bool, unsigned __int32 > bOverrideAudioListener ()
 
TArray< AActor * > * GetAlwaysReleventNetworkActors ()
 
void SetKickedNotification (FString APIKey)
 
AActorGetAimedUseActor (UActorComponent **UseComponent, int *hitBodyIndex, bool bForceUseActorLocation)
 
AActorBaseGetPlayerCharacter ()
 
AHUD * GetHUD ()
 
FVectorGetSpawnLocation (FVector *result)
 
void ClientPlaySoundAtLocation_Implementation (USoundBase *Sound, FVector Location, float VolumeMultiplier, float PitchMultiplier)
 
UPlayerGetNetOwningPlayer ()
 
UNetConnectionGetNetConnection ()
 
bool IsLocalController ()
 
bool ServerPause_Validate ()
 
void FailedToSpawnPawn ()
 
void ClientFlushLevelStreaming_Implementation ()
 
void ServerUpdateLevelVisibility_Implementation (FName PackageName, bool bIsVisible)
 
bool ServerUpdateLevelVisibility_Validate (FName PackageName, bool bIsVisible)
 
FStringConsoleCommand (FString *result, FString *Cmd, bool bWriteToLog)
 
void CleanUpAudioComponents ()
 
AActorGetViewTarget ()
 
void AutoManageActiveCameraTarget (AActor *SuggestedTarget)
 
bool ServerNotifyLoadedWorld_Validate (FName WorldPackageName)
 
void ServerNotifyLoadedWorld_Implementation (FName WorldPackageName)
 
bool HasClientLoadedCurrentWorld ()
 
void ForceSingleNetUpdateFor (AActor *Target)
 
void SmoothTargetViewRotation (APawn *TargetPawn, float DeltaSeconds)
 
void InitInputSystem ()
 
void SafeRetryClientRestart ()
 
void ClientRetryClientRestart_Implementation (APawn *NewPawn)
 
void ClientRestart_Implementation (APawn *NewPawn)
 
void Possess (APawn *PawnToPossess)
 
void AcknowledgePossession (APawn *P)
 
void ReceivedPlayer ()
 
FVectorGetFocalLocation (FVector *result)
 
void PostLoad ()
 
void GetActorEyesViewPoint (FVector *out_Location, FRotator *out_Rotation)
 
void CalcCamera (float DeltaTime, FMinimalViewInfo *OutResult)
 
void GetPlayerViewPoint (FVector *out_Location, FRotator *out_Rotation)
 
void UpdateRotation (float DeltaTime)
 
void PostInitializeComponents ()
 
void AddCheats (bool bForce)
 
void EnableCheats (FString pass)
 
void SpawnDefaultHUD ()
 
void CreateTouchInterface ()
 
void CleanupGameViewport ()
 
void GetViewportSize (int *SizeX, int *SizeY)
 
void Reset ()
 
void ClientReset_Implementation ()
 
void ClientGotoState_Implementation (FName NewState)
 
bool IsFrozen ()
 
void ServerAcknowledgePossession_Implementation (APawn *P)
 
bool ServerAcknowledgePossession_Validate (APawn *P)
 
void UnPossess ()
 
void ClientSetHUD_Implementation (TSubclassOf< AHUD > NewHUDClass)
 
void CleanupPlayerState ()
 
void OnNetCleanup (UNetConnection *Connection)
 
void DelayedNetCleanup ()
 
void ClientPlaySound_Implementation (USoundBase *Sound, float VolumeMultiplier, float PitchMultiplier)
 
void ClientTeamMessage_Implementation (APlayerState *SenderPlayerState, FString *S, FName Type, float MsgLifeTime)
 
void ServerToggleAILogging_Implementation ()
 
void PawnLeavingGame ()
 
void EndPlay (EEndPlayReason::Type EndPlayReason)
 
void Destroyed ()
 
void FOV (float F)
 
void Camera (FName NewMode)
 
void ServerCamera_Implementation (FName NewMode)
 
void SetCameraMode (FName NewCamMode)
 
void ResetCameraMode ()
 
void ClientSetCameraFade_Implementation (bool bEnableFading, FColor FadeColor, FVector2D FadeAlpha, float FadeTime, bool bFadeAudio)
 
void SendClientAdjustment ()
 
void ClientCapBandwidth_Implementation (int Cap)
 
void SetSpawnLocation (FVector *NewLocation)
 
void SetInitialLocationAndRotation (FVector *NewLocation, FRotator *NewRotation)
 
void ServerUpdateCamera_Implementation (FVector_NetQuantize CamLoc, int CamPitchAndYaw)
 
void ClientReturnToMainMenu_Implementation (FString *ReturnReason)
 
bool IsPaused ()
 
void Pause ()
 
void ServerPause_Implementation ()
 
void SetName (FString *S)
 
void ServerChangeName_Implementation (FString *S)
 
bool ServerChangeName_Validate (FString *S)
 
void NotifyLoadedWorld (FName WorldPackageName, bool bFinalDest)
 
void GameHasEnded (AActor *EndGameFocus, bool bIsWinner)
 
void ClientGameEnded_Implementation (AActor *EndGameFocus, bool bIsWinner)
 
bool GetHitResultUnderCursor (ECollisionChannel TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderCursorByChannel (ETraceTypeQuery TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderCursorForObjects (TArray< TEnumAsByte< enum EObjectTypeQuery > > *ObjectTypes, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderFinger (ETouchIndex::Type FingerIndex, ECollisionChannel TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderFingerByChannel (ETouchIndex::Type FingerIndex, ETraceTypeQuery TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultUnderFingerForObjects (ETouchIndex::Type FingerIndex, TArray< TEnumAsByte< enum EObjectTypeQuery > > *ObjectTypes, bool bTraceComplex, FHitResult *HitResult)
 
bool DeprojectMousePositionToWorld (FVector *WorldLocation, FVector *WorldDirection)
 
bool DeprojectScreenPositionToWorld (float ScreenX, float ScreenY, FVector *WorldLocation, FVector *WorldDirection)
 
bool ProjectWorldLocationToScreen (FVector WorldLocation, FVector2D *ScreenLocation, FVector *Out_ViewLocation, FBox2D *Out_ViewRect, bool *Out_bIsScreenLocationInsideViewRect)
 
bool GetHitResultAtScreenPosition (FVector2D ScreenPosition, ECollisionChannel TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultAtScreenPosition (FVector2D ScreenPosition, ETraceTypeQuery TraceChannel, bool bTraceComplex, FHitResult *HitResult)
 
bool GetHitResultAtScreenPosition (FVector2D ScreenPosition, TArray< TEnumAsByte< enum EObjectTypeQuery > > *ObjectTypes, bool bTraceComplex, FHitResult *HitResult)
 
void PlayerTick (float DeltaTime)
 
void FlushPressedKeys ()
 
bool InputKey (FKey Key, EInputEvent EventType, float AmountDepressed, bool bGamepad)
 
bool InputAxis (FKey Key, float Delta, float DeltaTime, int NumSamples, bool bGamepad)
 
bool InputTouch (unsigned int Handle, ETouchType::Type Type, FVector2D *TouchLocation, FDateTime DeviceTimestamp, unsigned int TouchpadIndex)
 
bool InputMotion (FVector *Tilt, FVector *RotationRate, FVector *Gravity, FVector *Acceleration)
 
bool ShouldShowMouseCursor ()
 
EMouseCursor::Type GetMouseCursor ()
 
void SetupInputComponent ()
 
void ProcessPlayerInput (const float DeltaTime, const bool bGamePaused)
 
void PostProcessInput (const float DeltaTime, const bool bGamePaused)
 
void ResetIgnoreInputFlags ()
 
void SetCinematicMode (bool bInCinematicMode, bool bAffectsMovement, bool bAffectsTurning)
 
void SetIgnoreMoveInput (bool bNewMoveInput)
 
bool IsMoveInputIgnored ()
 
void SetIgnoreLookInput (bool bNewLookInput)
 
bool IsLookInputIgnored ()
 
void ServerVerifyViewTarget_Implementation ()
 
void SpawnPlayerCameraManager ()
 
void GetAudioListenerPosition (FVector *OutLocation, FVector *OutFrontDir, FVector *OutRightDir)
 
void SetAudioListenerOverride (USceneComponent *AttachedComponent, FVector Location, FRotator Rotation)
 
void ClearAudioListenerOverride ()
 
void ServerCheckClientPossession_Implementation ()
 
void SafeServerCheckClientPossession ()
 
void SafeServerUpdateSpectatorState ()
 
void ServerSetSpectatorLocation_Implementation (FVector NewLoc)
 
void ServerViewNextPlayer_Implementation ()
 
void ServerViewPrevPlayer_Implementation ()
 
APlayerStateGetNextViewablePlayer (int dir)
 
void ViewAPlayer (int dir)
 
void StartFire (char FireModeNum)
 
bool NotifyServerReceivedClientData (APawn *InPawn, float TimeStamp)
 
void ServerRestartPlayer_Implementation ()
 
bool CanRestartPlayer ()
 
void ClientIgnoreMoveInput_Implementation (bool bIgnore)
 
void ClientIgnoreLookInput_Implementation (bool bIgnore)
 
void SetCinematicMode (bool bInCinematicMode, bool bHidePlayer, bool bAffectsHUD, bool bAffectsMovement, bool bAffectsTurning)
 
void ClientSetCinematicMode_Implementation (bool bInCinematicMode, bool bAffectsMovement, bool bAffectsTurning, bool bAffectsHUD)
 
void ClientForceGarbageCollection_Implementation ()
 
void ClientPrepareMapChange_Implementation (FName LevelName, bool bFirst, bool bLast)
 
void DelayedPrepareMapChange ()
 
void ClientCommitMapChange_Implementation ()
 
void ClientCancelPendingMapChange_Implementation ()
 
void ClientSetBlockOnAsyncLoading_Implementation ()
 
void GetSeamlessTravelActorList (bool bToEntry, TArray< AActor * > *ActorList)
 
void SeamlessTravelFrom (APlayerController *OldPC)
 
void ClientEnableNetworkVoice_Implementation (bool bEnable)
 
void StartTalking ()
 
void StopTalking ()
 
void ToggleSpeaking (bool bSpeaking, bool bUseSuperRange)
 
void ClientVoiceHandshakeComplete_Implementation ()
 
void ServerMutePlayer_Implementation (FUniqueNetIdRepl PlayerId)
 
bool ServerUnmutePlayer_Validate (FUniqueNetIdRepl PlayerId)
 
void ServerUnmutePlayer_Implementation (FUniqueNetIdRepl PlayerId)
 
void ClientMutePlayer_Implementation (FUniqueNetIdRepl PlayerId)
 
void ClientUnmutePlayer_Implementation (FUniqueNetIdRepl PlayerId)
 
bool IsPlayerMuted (FUniqueNetId *PlayerId)
 
bool IsPlayerMuted (FString *VivoxUsername)
 
bool ShouldReplicateVoicePacketFrom (FUniqueNetId *Sender, char ShouldUseSuperRange, char *PlaybackFlags)
 
void ClientWasKicked_Implementation (FText *KickReason)
 
bool IsPrimaryPlayer ()
 
bool IsSplitscreenPlayer (int *OutSplitscreenPlayerIndex)
 
int GetSplitscreenPlayerCount ()
 
void ClientSetForceMipLevelsToBeResident_Implementation (UMaterialInterface *Material, float ForceDuration, int CinematicTextureGroups)
 
void ClientPrestreamTextures_Implementation (AActor *ForcedActor, float ForceDuration, bool bEnableStreaming, int CinematicTextureGroups)
 
void ProcessForceFeedback (const float DeltaTime, const bool bGamePaused)
 
void ClientClearCameraLensEffects_Implementation ()
 
void ReceivedSpectatorClass (TSubclassOf< AGameMode > SpectatorClass)
 
void GetLifetimeReplicatedProps (TArray< FLifetimeProperty > *OutLifetimeProps)
 
void SetPawn (APawn *InPawn)
 
void ClientNetGUIDActorDeletion_Implementation (FNetworkGUID TheNetGUID)
 
void SetPlayer (UPlayer *InPlayer)
 
void TickPlayerInput (const float DeltaSeconds, const bool bGamePaused)
 
bool IsNetRelevantFor (APlayerController *RealViewer, AActor *Viewer, FVector *SrcLocation)
 
FStringGetPlayerNetworkAddress (FString *result)
 
bool DefaultCanUnpause ()
 
void StartSpectatingOnly ()
 
void EndPlayingState ()
 
void BeginSpectatingState ()
 
void SetSpectatorPawn (ASpectatorPawn *NewSpectatorPawn)
 
ASpectatorPawn * SpawnSpectatorPawn ()
 
void DestroySpectatorPawn ()
 
APawnGetPawnOrSpectator ()
 
void UpdateStateInputComponents ()
 
void ChangeState (FName NewState)
 
void EndSpectatingState ()
 
void BeginInactiveState ()
 
void AddPitchInput (float Val)
 
void AddYawInput (float Val)
 
void AddRollInput (float Val)
 
bool IsInputKeyDown (FKey Key)
 
bool WasInputKeyJustPressed (FKey Key)
 
bool WasInputKeyJustReleased (FKey Key)
 
float GetInputAnalogKeyState (FKey Key)
 
FVectorGetInputVectorKeyState (FVector *result, FKey Key)
 
void GetInputMotionState (FVector *Tilt, FVector *RotationRate, FVector *Gravity, FVector *Acceleration)
 
float GetInputKeyTimeDown (FKey Key)
 
bool GetMousePosition (float *LocationX, float *LocationY)
 
void GetInputMouseDelta (float *DeltaX, float *DeltaY)
 
void EnableInput (APlayerController *PlayerController)
 
void DisableInput (APlayerController *PlayerController)
 
void SetVirtualJoystickVisibility (bool bVisible)
 
void UpdateCameraManager (float DeltaSeconds)
 
void ClientRepObjRef_Implementation (UObject *Object)
 
void NetSpawnActorAtLocation_Implementation (TSubclassOf< AActor > AnActorClass, FVector_NetQuantize AtLocation, FRotator_NetQuantize AtRotation, USceneComponent *attachToComponent, int dataIndex, FName attachSocketName)
 
void ServerReceivedPlayerControllerAck_Implementation ()
 
void ClientProcessNetExecCommandUnreliable_Implementation (AActor *ForActor, FName CommandName, FNetExecParams ExecParams)
 
bool NetConnectionHasActiveActor (AActor *AnActor)
 
void ClientProcessSimpleNetExecCommandBP_Implementation (AActor *ForActor, FName CommandName)
 
void ClientProcessSimpleNetExecCommandUnreliableBP_Implementation (AActor *ForActor, FName CommandName)
 
void ClientClearCameraLensEffects ()
 
void ClientCommitMapChange ()
 
void ClientEnableNetworkVoice (bool bEnable)
 
void ClientGotoState (FName NewState)
 
void ClientMessage (FString *S, FName Type, float MsgLifeTime)
 
void ClientMutePlayer (FUniqueNetIdRepl PlayerId)
 
void ClientRepObjRef (UObject *Object)
 
void ClientRetryClientRestart (APawn *NewPawn)
 
void ClientReturnToMainMenu (FString *ReturnReason)
 
void ClientSetHUD (TSubclassOf< AHUD > NewHUDClass)
 
void ClientTeamMessage (APlayerState *SenderPlayerState, FString *S, FName Type, float MsgLifeTime)
 
void ClientUnmutePlayer (FUniqueNetIdRepl PlayerId)
 
void ClientVoiceHandshakeComplete ()
 
void ClientWasKicked (FText *KickReason)
 
void ServerChangeName (FString *S)
 
void ServerMutePlayer (FUniqueNetIdRepl PlayerId)
 
void ServerRestartPlayer ()
 
void ServerUnmutePlayer (FUniqueNetIdRepl PlayerId)
 
void ServerVerifyViewTarget ()
 
- Public Member Functions inherited from AController
TWeakObjectPtr< APawn > & OldPawnField ()
 
ACharacterCharacterField ()
 
APlayerStatePlayerStateField ()
 
APawnPawnField ()
 
FRotatorControlRotationField ()
 
TWeakObjectPtr< AActor > & StartSpotField ()
 
FNameStateNameField ()
 
BitFieldValue< bool, unsigned __int32 > bAttachToPawn ()
 
APawnK2_GetPawn (AActor *DamageCauser)
 
void AddPawnTickDependency (APawn *NewPawn)
 
void AttachToPawn (APawn *InPawn)
 
void ChangeState (FName NewState)
 
void CleanupPlayerState ()
 
void ClientSetLocation_Implementation (FVector NewLocation, FRotator NewRotation)
 
void ClientSetRotation_Implementation (FRotator NewRotation, bool bResetCamera, bool bAfterSeamlessTravel)
 
void Destroyed ()
 
void DetachFromPawn ()
 
void FailedToSpawnPawn ()
 
void GetActorEyesViewPoint (FVector *out_Location, FRotator *out_Rotation)
 
FRotatorGetControlRotation (FRotator *result)
 
FRotatorGetDesiredRotation (FRotator *result)
 
FStringGetHumanReadableName (FString *result)
 
void GetLifetimeReplicatedProps (TArray< FLifetimeProperty > *OutLifetimeProps)
 
void GetMoveGoalReachTest (AActor *MovingActor, FVector *MoveOffset, FVector *GoalOffset, float *GoalRadius, float *GoalHalfHeight)
 
FVectorGetNavAgentLocation (FVector *result)
 
void GetPlayerViewPoint (FVector *out_Location, FRotator *out_Rotation)
 
FNameGetStateName (FName *result)
 
AActorGetViewTarget ()
 
void InitPlayerState ()
 
void InstigatedAnyDamage (float Damage, UDamageType *DamageType, AActor *DamagedActor, AActor *DamageCauser)
 
bool IsInState (FName InStateName)
 
bool LineOfSightTo (AActor *Other, FVector ViewPoint, bool bAlternateChecks)
 
void OnRep_Pawn ()
 
void OnRep_PlayerState ()
 
void PawnPendingDestroy (APawn *inPawn)
 
void Possess (APawn *InPawn)
 
void PostInitializeComponents ()
 
void RemovePawnTickDependency (APawn *InOldPawn)
 
void Reset ()
 
void SetControlRotation (FRotator *NewRotation)
 
void SetInitialLocationAndRotation (FVector *NewLocation, FRotator *NewRotation)
 
void SetPawn (APawn *InPawn)
 
void SetPawnFromRep (APawn *InPawn)
 
bool ShouldPostponePathUpdates ()
 
void UnPossess ()
 
void UpdateNavigationComponents ()
 
void ClientSetRotation (FRotator NewRotation, bool bResetCamera, bool bAfterSeamlessTravel)
 
void ReceiveInstigatedAnyDamage (float Damage, UDamageType *DamageType, AActor *DamagedActor, AActor *DamageCauser)
 
TWeakObjectPtr< APawn > & OldPawnField ()
 
ACharacterCharacterField ()
 
APlayerStatePlayerStateField ()
 
APawnPawnField ()
 
FRotatorControlRotationField ()
 
TWeakObjectPtr< AActor > & StartSpotField ()
 
FNameStateNameField ()
 
BitFieldValue< bool, unsigned __int32 > bAttachToPawn ()
 
bool IsLocalController ()
 
void FailedToSpawnPawn ()
 
void SetInitialLocationAndRotation (FVector *NewLocation, FRotator *NewRotation)
 
FRotatorGetControlRotation (FRotator *result)
 
void SetControlRotation (FRotator *NewRotation)
 
void AttachToPawn (APawn *InPawn)
 
void DetachFromPawn ()
 
AActorGetViewTarget ()
 
void GetPlayerViewPoint (FVector *out_Location, FRotator *out_Rotation)
 
bool LineOfSightTo (AActor *Other, FVector ViewPoint, bool bAlternateChecks)
 
void PostInitializeComponents ()
 
void Possess (APawn *InPawn)
 
void PawnPendingDestroy (APawn *inPawn)
 
void Reset ()
 
void ClientSetLocation_Implementation (FVector NewLocation, FRotator NewRotation)
 
void ClientSetRotation_Implementation (FRotator NewRotation, bool bResetCamera)
 
void RemovePawnTickDependency (APawn *InOldPawn)
 
void AddPawnTickDependency (APawn *NewPawn)
 
void SetPawn (APawn *InPawn)
 
void OnRep_Pawn ()
 
void OnRep_PlayerState ()
 
void Destroyed ()
 
void CleanupPlayerState ()
 
void InstigatedAnyDamage (float Damage, UDamageType *DamageType, AActor *DamagedActor, AActor *DamageCauser)
 
void InitPlayerState ()
 
FRotatorGetDesiredRotation (FRotator *result)
 
void GetActorEyesViewPoint (FVector *out_Location, FRotator *out_Rotation)
 
FStringGetHumanReadableName (FString *result)
 
void ChangeState (FName NewState)
 
bool IsInState (FName InStateName)
 
FVectorGetNavAgentLocation (FVector *result)
 
void GetMoveGoalReachTest (AActor *MovingActor, FVector *MoveOffset, FVector *GoalOffset, float *GoalRadius, float *GoalHalfHeight)
 
void UpdateNavigationComponents ()
 
void GetLifetimeReplicatedProps (TArray< FLifetimeProperty > *OutLifetimeProps)
 
void ClientSetRotation (FRotator NewRotation, bool bResetCamera)
 
void ReceiveInstigatedAnyDamage (float Damage, UDamageType *DamageType, AActor *DamagedActor, AActor *DamageCauser)
 
- Public Member Functions inherited from AActor
float & CustomTimeDilationField ()
 
float & ClientReplicationSendNowThresholdField ()
 
TEnumAsByte< enum ENetRole > & RemoteRoleField ()
 
AActorOwnerField ()
 
long double & LastReplicatedMovementField ()
 
int & LastFrameForceNetUpdateField ()
 
TEnumAsByte< enum ENetRole > & RoleField ()
 
TEnumAsByte< enum ENetDormancy > & NetDormancyField ()
 
TArray< TWeakObjectPtr< UActorComponent > > & ReplicatedComponentsField ()
 
TWeakObjectPtr< USoundBase > & LastPostProcessVolumeSoundField ()
 
int & DefaultStasisComponentOctreeFlagsField ()
 
int & DefaultStasisedOctreeFlagsField ()
 
int & DefaultUnstasisedOctreeFlagsField ()
 
UPrimitiveComponentStasisCheckComponentField ()
 
TArray< AActor * > NetworkSpatializationChildrenField ()
 
TArray< AActor * > NetworkSpatializationChildrenDormantField ()
 
AActorNetworkSpatializationParentField ()
 
float & NetworkAndStasisRangeMultiplierField ()
 
float & NetworkRangeMultiplierField ()
 
long double & UnstasisLastInRangeTimeField ()
 
long double & LastPreReplicationTimeField ()
 
long double & LastEnterStasisTimeField ()
 
long double & LastExitStasisTimeField ()
 
FNameCustomTagField ()
 
int & CustomDataField ()
 
float & ReplicationIntervalMultiplierField ()
 
int & ForceImmediateReplicationFrameField ()
 
char & StasisSetIndexField ()
 
char & RandomStartByteField ()
 
unsigned __int64 & LastFrameUnStasisField ()
 
volatile int & LastUnstasisFrameCounterField ()
 
TArray< TWeakObjectPtr< UActorComponent > > & StasisUnRegisteredComponentsField ()
 
float & NetCullDistanceSquaredField ()
 
float & NetCullDistanceSquaredDormantField ()
 
int & NetTagField ()
 
long double & NetUpdateTimeField ()
 
float & NetUpdateFrequencyField ()
 
float & NetPriorityField ()
 
long double & LastNetUpdateTimeField ()
 
FNameNetDriverNameField ()
 
unsigned int & UniqueActorIdField ()
 
int & TargetingTeamField ()
 
float & OverrideStasisComponentRadiusField ()
 
APawnInstigatorField ()
 
long double & CreationTimeField ()
 
long double & OriginalCreationTimeField ()
 
int & CustomActorFlagsField ()
 
TArray< AActor * > ChildrenField ()
 
unsigned int & AnimUpdateRateShiftTagField ()
 
unsigned int & AnimUpdateRateFrameCountField ()
 
USceneComponentRootComponentField ()
 
TArray< AMatineeActor * > ControllingMatineeActorsField ()
 
float & InitialLifeSpanField ()
 
TArray< FName > & LayersField ()
 
TWeakObjectPtr< AActor > & ParentComponentActorField ()
 
long double & LastRenderTimeField ()
 
long double & LastRenderTimeIgnoreShadowField ()
 
TArray< FName > & TagsField ()
 
unsigned __int64 & HiddenEditorViewsField ()
 
FVectorDefaultActorLocationField ()
 
float & ForceMaximumReplicationRateUntilTimeField ()
 
long double & LastActorForceReplicationTimeField ()
 
TArray< UActorComponent * > OwnedComponentsField ()
 
TArray< UActorComponent * > SerializedComponentsField ()
 
__int64 & LastActorUnstasisedCycleField ()
 
int & LastFrameCalculcatedNetworkRangeMultiplierField ()
 
int & NetworkDormantChildrenOpIdxField ()
 
bool & bShouldSendPartialBunchesOverThresholdAsReliableField ()
 
BitFieldValue< bool, unsigned __int32 > bHidden ()
 
BitFieldValue< bool, unsigned __int32 > bNetTemporary ()
 
BitFieldValue< bool, unsigned __int32 > bIsMapActor ()
 
BitFieldValue< bool, unsigned __int32 > bHasHighVolumeRPCs ()
 
BitFieldValue< bool, unsigned __int32 > bNetStartup ()
 
BitFieldValue< bool, unsigned __int32 > bPreventCharacterBasing ()
 
BitFieldValue< bool, unsigned __int32 > bPreventCharacterBasingAllowSteppingUp ()
 
BitFieldValue< bool, unsigned __int32 > bOnlyRelevantToOwner ()
 
BitFieldValue< bool, unsigned __int32 > bAlwaysRelevant ()
 
BitFieldValue< bool, unsigned __int32 > bForceHiddenReplication ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPChangedActorTeam ()
 
BitFieldValue< bool, unsigned __int32 > bHasExecutedActorConstruction ()
 
BitFieldValue< bool, unsigned __int32 > bEverSetTimer ()
 
BitFieldValue< bool, unsigned __int32 > bIgnoredByCharacterEncroachment ()
 
BitFieldValue< bool, unsigned __int32 > bClimbable ()
 
BitFieldValue< bool, unsigned __int32 > bAttachmentReplicationUseNetworkParent ()
 
BitFieldValue< bool, unsigned __int32 > bUnstreamComponentsUseEndOverlap ()
 
BitFieldValue< bool, unsigned __int32 > bIgnoreNetworkRangeScaling ()
 
BitFieldValue< bool, unsigned __int32 > bForcedHudDrawingRequiresSameTeam ()
 
BitFieldValue< bool, unsigned __int32 > bPreventNPCSpawnFloor ()
 
BitFieldValue< bool, unsigned __int32 > bSavedWhenStasised ()
 
BitFieldValue< bool, unsigned __int32 > bPreventShovel ()
 
BitFieldValue< bool, unsigned __int32 > bCollisionImpactPreventShipDamage ()
 
BitFieldValue< bool, unsigned __int32 > bNetCritical ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateInstigator ()
 
BitFieldValue< bool, unsigned __int32 > bSuppressDestroyedEvent ()
 
BitFieldValue< bool, unsigned __int32 > bUseOnlyPointForLevelBounds ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateMovement ()
 
BitFieldValue< bool, unsigned __int32 > bTearOff ()
 
BitFieldValue< bool, unsigned __int32 > bExchangedRoles ()
 
BitFieldValue< bool, unsigned __int32 > bStasised ()
 
BitFieldValue< bool, unsigned __int32 > bPendingUnstasis ()
 
BitFieldValue< bool, unsigned __int32 > bPendingNetUpdate ()
 
BitFieldValue< bool, unsigned __int32 > bNetLoadOnClient ()
 
BitFieldValue< bool, unsigned __int32 > bNetUseOwnerRelevancy ()
 
BitFieldValue< bool, unsigned __int32 > bNetUseClientRelevancy ()
 
BitFieldValue< bool, unsigned __int32 > bDoNotCook ()
 
BitFieldValue< bool, unsigned __int32 > bHibernateChange ()
 
BitFieldValue< bool, unsigned __int32 > bBlockInput ()
 
BitFieldValue< bool, unsigned __int32 > bAutoStasis ()
 
BitFieldValue< bool, unsigned __int32 > bBlueprintMultiUseEntries ()
 
BitFieldValue< bool, unsigned __int32 > bEnableMultiUse ()
 
BitFieldValue< bool, unsigned __int32 > bOverrideMultiUseCenterText ()
 
BitFieldValue< bool, unsigned __int32 > bPreventSaving ()
 
BitFieldValue< bool, unsigned __int32 > bMultiUseCenterHUD ()
 
BitFieldValue< bool, unsigned __int32 > bOnlyInitialReplication ()
 
BitFieldValue< bool, unsigned __int32 > bUseAttachmentReplication ()
 
BitFieldValue< bool, unsigned __int32 > bUseNetworkSpatialization ()
 
BitFieldValue< bool, unsigned __int32 > bNetworkSpatializationForceRelevancyCheck ()
 
BitFieldValue< bool, unsigned __int32 > bReplicates ()
 
BitFieldValue< bool, unsigned __int32 > bRunningUserConstructionScript ()
 
BitFieldValue< bool, unsigned __int32 > bHasFinishedSpawning ()
 
BitFieldValue< bool, unsigned __int32 > bDeferredBeginPlay ()
 
BitFieldValue< bool, unsigned __int32 > bHasReplicatedProperties ()
 
BitFieldValue< bool, unsigned __int32 > bActorEnableCollision ()
 
BitFieldValue< bool, unsigned __int32 > bAutoDestroyWhenFinished ()
 
BitFieldValue< bool, unsigned __int32 > bCanBeDamaged ()
 
BitFieldValue< bool, unsigned __int32 > bPendingKillPending ()
 
BitFieldValue< bool, unsigned __int32 > bCollideWhenPlacing ()
 
BitFieldValue< bool, unsigned __int32 > bPreventOnDedicatedServer ()
 
BitFieldValue< bool, unsigned __int32 > bNetMulticasting ()
 
BitFieldValue< bool, unsigned __int32 > bNetConnectionDidInitialSort ()
 
BitFieldValue< bool, unsigned __int32 > bDormantNetMulticastForceFullReplication ()
 
BitFieldValue< bool, unsigned __int32 > bDoOverrideHiddenShadow ()
 
BitFieldValue< bool, unsigned __int32 > bOverrideHiddenShadowValue ()
 
BitFieldValue< bool, unsigned __int32 > bAllowReceiveTickEventOnDedicatedServer ()
 
BitFieldValue< bool, unsigned __int32 > bLoadedFromSaveGame ()
 
BitFieldValue< bool, unsigned __int32 > bPreventLevelBoundsRelevant ()
 
BitFieldValue< bool, unsigned __int32 > bForceReplicateDormantChildrenWithoutSpatialRelevancy ()
 
BitFieldValue< bool, unsigned __int32 > bFindCameraComponentWhenViewTarget ()
 
BitFieldValue< bool, unsigned __int32 > bBPPreInitializeComponents ()
 
BitFieldValue< bool, unsigned __int32 > bBPPostInitializeComponents ()
 
BitFieldValue< bool, unsigned __int32 > bForceNetworkSpatialization ()
 
BitFieldValue< bool, unsigned __int32 > bStasisComponentRadiusForceDistanceCheck ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPInventoryItemUsed ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPInventoryItemDropped ()
 
BitFieldValue< bool, unsigned __int32 > bBPInventoryItemUsedHandlesDurability ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPForceAllowsInventoryUse ()
 
BitFieldValue< bool, unsigned __int32 > bAlwaysCreatePhysicsState ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateVelocityHighQuality ()
 
BitFieldValue< bool, unsigned __int32 > bOnlyReplicateOnNetForcedUpdate ()
 
BitFieldValue< bool, unsigned __int32 > bActorInitialized ()
 
BitFieldValue< bool, unsigned __int32 > bActorSeamlessTraveled ()
 
BitFieldValue< bool, unsigned __int32 > bIgnoresOriginShifting ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateHidden ()
 
BitFieldValue< bool, unsigned __int32 > bPreventActorStasis ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPPostLoadedFromSeamlessTravel ()
 
BitFieldValue< bool, unsigned __int32 > bPreventLayerGroupedVisibility ()
 
BitFieldValue< bool, unsigned __int32 > bSkeletalComponentsForceParallelAnims ()
 
BitFieldValue< bool, unsigned __int32 > bForceInfiniteDrawDistance ()
 
BitFieldValue< bool, unsigned __int32 > bForcePreventSeamlessTravel ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPClientIsAboutToSeamlessTravel ()
 
BitFieldValue< bool, unsigned __int32 > bPreventRegularForceNetUpdate ()
 
BitFieldValue< bool, unsigned __int32 > bUseInitializedSeamlessGridInfo ()
 
BitFieldValue< bool, unsigned __int32 > bForceIgnoreSpatialComponent ()
 
BitFieldValue< bool, unsigned __int32 > bWasForceIgnoreSpatialComponent ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateUniqueActorId ()
 
BitFieldValue< bool, unsigned __int32 > bWantsServerThrottledTick ()
 
BitFieldValue< bool, unsigned __int32 > bAddedServerThrottledTick ()
 
BitFieldValue< bool, unsigned __int32 > bAlwaysRelevantPrimalStructure ()
 
BitFieldValue< bool, unsigned __int32 > bWantsBeginPlayAfterSingleplayerGridTravel ()
 
bool AllowSeamlessTravel ()
 
FStringGetDescriptiveName (FString *result)
 
FVectorGetTargetingLocation (FVector *result)
 
bool IsMarkedForSeamlessTravel ()
 
void UnmarkAbortedForSeamlessTravel ()
 
bool IsLevelBoundsRelevant ()
 
bool HasAuthority ()
 
bool IsPendingKillPending ()
 
void MarkForSeamlessTravel (unsigned int DestinationServerId, ESeamlessVolumeSide::Side DestinationServerVolumeSide)
 
bool ActorHasTag (FName Tag)
 
void AddActorLocalOffset (FVector DeltaLocation, bool bSweep)
 
void AddActorLocalRotation (FRotator DeltaRotation, bool bSweep)
 
void AddActorLocalTransform (FTransform *NewTransform, bool bSweep)
 
void AddActorWorldOffset (FVector DeltaLocation, bool bSweep)
 
void AddActorWorldRotation (FRotator DeltaRotation, bool bSweep)
 
void AddActorWorldTransform (FTransform *DeltaTransform, bool bSweep)
 
UActorComponentAddComponent (FName TemplateName, bool bManualAttachment, FTransform *RelativeTransform, UObject *ComponentTemplateContext)
 
void AddControllingMatineeActor (AMatineeActor *InMatineeActor)
 
void AddOwnedComponent (UActorComponent *Component)
 
void AddTickPrerequisiteActor (AActor *PrerequisiteActor)
 
void AddTickPrerequisiteComponent (UActorComponent *PrerequisiteComponent)
 
bool AllowSaving ()
 
bool AlwaysReplicatePropertyConditional (UProperty *forProperty)
 
void ApplyWorldOffset (FVector *InOffset, bool bWorldShift)
 
void AttachRootComponentTo (USceneComponent *InParent, FName InSocketName, EAttachLocation::Type AttachLocationType, bool bWeldSimulatedBodies)
 
void AttachRootComponentToActor (AActor *InParentActor, FName InSocketName, EAttachLocation::Type AttachLocationType, bool bWeldSimulatedBodies)
 
bool BPIsA (TSubclassOf< AActor > anActorClass)
 
bool BPIsMarkedForSeamlessTravel ()
 
float BPOverrideServerMultiUseAcceptRange_Implementation ()
 
void BecomeViewTarget (APlayerController *PC)
 
void BeginDestroy ()
 
void BeginPlay ()
 
void CalcCamera (float DeltaTime, FMinimalViewInfo *OutResult)
 
void ChangeActorTeam (int NewTeam)
 
bool CheckActorComponents ()
 
bool CheckDefaultSubobjectsInternal ()
 
bool CheckStillInWorld ()
 
void ClearCrossLevelReferences ()
 
void ClearNetworkSpatializationParent ()
 
void ClientIsAboutToSeamlessTravel ()
 
void ClientMultiUse (APlayerController *ForPC, int UseIndex)
 
void CopyRemoteRoleFrom (AActor *CopyFromActor)
 
void CreateChildActors ()
 
UActorComponentCreateComponentFromTemplate (UActorComponent *Template, FString *InName)
 
bool Destroy (bool bNetForce, bool bShouldModifyLevel)
 
void DestroyChildActors ()
 
void DestroyConstructedComponents ()
 
void DestroyInput (APlayerController *PlayerController)
 
void DestroyMeNextFrame ()
 
void Destroyed ()
 
void DetachRootComponentFromParent (bool bMaintainWorldPosition)
 
void DetachSceneComponentsFromParent (USceneComponent *InParentComponent, bool bMaintainWorldPosition)
 
void DisableComponentsSimulatePhysics ()
 
void DisableInput (APlayerController *PlayerController)
 
void DispatchBlockingHit (UPrimitiveComponent *MyComp, UPrimitiveComponent *OtherComp, bool bSelfMoved, FHitResult *Hit)
 
void DoExecuteActorConstruction (FTransform *Transform, bool bIsDefaultTransform)
 
void EnableInput (APlayerController *PlayerController)
 
void EndPlay (EEndPlayReason::Type EndPlayReason)
 
void EndViewTarget (APlayerController *PC)
 
void ExchangeNetRoles (bool bRemoteOwned)
 
void FellOutOfWorld (UDamageType *dmgType)
 
void FinalSeamlessTravelled ()
 
void FinishAndRegisterComponent (UActorComponent *Component)
 
void FinishSpawning (FTransform *Transform, bool bIsDefaultTransform)
 
void FlushNetDormancy ()
 
bool ForceAllowsInventoryUse (UObject *InventoryItemObject)
 
void ForceNetRelevant ()
 
void ForceReplicateNowWithChannel ()
 
void GetActorBounds (bool bOnlyCollidingComponents, FVector *Origin, FVector *BoxExtent)
 
bool GetActorEnableCollision ()
 
FVectorGetActorForwardVector (FVector *result)
 
FVectorGetActorRelativeScale3D (FVector *result)
 
FVectorGetActorRightVector (FVector *result)
 
FVectorGetActorScale3D (FVector *result)
 
float GetActorTimeDilation ()
 
FVectorGetActorUpVector (FVector *result)
 
FStringGetAimedTutorialHintString_Implementation (FString *result)
 
void GetAllSceneComponents (TArray< USceneComponent * > *OutComponents)
 
AActorGetAttachParentActor ()
 
FNameGetAttachParentSocketName (FName *result)
 
void GetAttachedActors (TArray< AActor * > *OutActors)
 
UActorComponentGetComponentByClass (TSubclassOf< UActorComponent > ComponentClass)
 
UActorComponentGetComponentByCustomTag (FName TheTag)
 
void GetComponents (TArray< UActorComponent * > *OutComponents)
 
FBoxGetComponentsBoundingBox (FBox *result, bool bNonColliding)
 
FBoxGetComponentsBoundingBoxForLevelBounds (FBox *result)
 
void GetComponentsBoundingCylinder (float *OutCollisionRadius, float *OutCollisionHalfHeight, bool bNonColliding)
 
TArray< UActorComponent * > * GetComponentsByClass (TArray< UActorComponent * > *result, TSubclassOf< UActorComponent > ComponentClass)
 
TArray< UActorComponent * > * GetComponentsByCustomTag (TArray< UActorComponent * > *result, FName TheTag)
 
ECollisionResponse GetComponentsCollisionResponseToChannel (ECollisionChannel Channel)
 
float GetDistanceTo (AActor *OtherActor)
 
float GetDotProductTo (AActor *OtherActor)
 
FStringGetEditTextString_Implementation (FString *result, APlayerController *ForPC, UObject *AssociatedObject1, int ExtraID1, int ExtraID2)
 
float GetHorizontalDistanceTo (AActor *OtherActor)
 
float GetHorizontalDotProductTo (AActor *OtherActor)
 
FStringGetHumanReadableName (FString *result)
 
float GetInputAxisKeyValue (FKey InputAxisKey)
 
float GetInputAxisValue (FName InputAxisName)
 
FVectorGetInputVectorAxisValue (FVector *result, FKey InputAxisKey)
 
APawnGetInstigator ()
 
AControllerGetInstigatorController ()
 
FVectorGetTargetPathfindingLocation (FVector *result)
 
FVectorGetInterpolatedVelocity (FVector *result)
 
bool GetIsMapActor ()
 
long double GetLastRenderTime (bool ignoreShadow)
 
float GetLifeSpan ()
 
void GetLifetimeReplicatedProps (TArray< FLifetimeProperty > *OutLifetimeProps)
 
UNetConnectionGetNetConnection ()
 
UPlayerGetNetOwningPlayer ()
 
float GetNetPriority (FVector *ViewPos, FVector *ViewDir, APlayerController *Viewer, UActorChannel *InChannel, float Time, bool bLowBandwidth)
 
float GetNetStasisAndRangeMultiplier (bool bIsForNetworking)
 
void GetOverlappingActors (TArray< AActor * > *OverlappingActors, UClass *ClassFilter)
 
void GetOverlappingComponents (TArray< UPrimitiveComponent * > *OutOverlappingComponents)
 
APlayerControllerGetOwnerController ()
 
ENetRole GetRemoteRole ()
 
void GetSimpleCollisionCylinder (float *CollisionRadius, float *CollisionHalfHeight)
 
void GetSubobjectsWithStableNamesForNetworking (TArray< UObject * > *ObjList)
 
FTransformGetTransform (FTransform *result)
 
FVectorGetVelocity (FVector *result, bool bIsForRagdoll)
 
float GetVerticalDistanceTo (AActor *OtherActor)
 
UPrimitiveComponentGetVisibleComponentByClass (TSubclassOf< UPrimitiveComponent > ComponentClass)
 
UPrimitiveComponentGetVisibleUnhiddenComponentByClass (TSubclassOf< UPrimitiveComponent > ComponentClass)
 
UWorldGetWorld ()
 
AWorldSettingsGetWorldSettings ()
 
bool HasNetOwner ()
 
void InitializeComponents ()
 
float InternalTakeRadialDamage (float Damage, FRadialDamageEvent *RadialDamageEvent, AController *EventInstigator, AActor *DamageCauser)
 
void InvalidateLightingCacheDetailed (bool bTranslationOnly)
 
void InventoryItemDropped (UObject *InventoryItemObject)
 
void InventoryItemUsed (UObject *InventoryItemObject)
 
bool IsAttachedTo (AActor *Other)
 
bool IsBasedOnActor (AActor *Other)
 
bool IsInGameplayWorld ()
 
bool IsInOrOwnedBy (UObject *SomeOuter)
 
bool IsInPersistentLevel (bool bIncludeLevelStreamingPersistent)
 
bool IsMatineeControlled ()
 
bool IsNameStableForNetworking ()
 
bool IsNetRelevantFor (APlayerController *RealViewer, AActor *Viewer, FVector *SrcLocation)
 
bool IsNetStartupActor ()
 
bool IsOwnedOrControlledBy (AActor *TestOwner)
 
bool IsReadyForFinishDestroy ()
 
bool IsRelevancyOwnerFor (AActor *ReplicatedActor, AActor *ActorOwner, AActor *ConnectionActor)
 
bool IsRootComponentCollisionRegistered ()
 
bool IsRootComponentMovable ()
 
bool IsRootComponentStatic ()
 
bool IsRootComponentStationary ()
 
void K2_AttachRootComponentTo (USceneComponent *InParent, FName InSocketName, EAttachLocation::Type AttachLocationType, bool bWeldSimulatedBodies)
 
void K2_AttachRootComponentToActor (AActor *InParentActor, FName InSocketName, EAttachLocation::Type AttachLocationType, bool bWeldSimulatedBodies)
 
void K2_DestroyComponent (UActorComponent *Component)
 
FRotatorK2_GetActorRotation (FRotator *result)
 
USceneComponentK2_GetRootComponent ()
 
UWorldK2_GetWorld ()
 
bool K2_SetActorLocation (FVector NewLocation, bool bSweep)
 
bool K2_TeleportTo (FVector DestLocation, FRotator DestRotation, bool bSimpleTeleport)
 
void OutsideWorldBounds ()
 
void MakeNoise (float Loudness, APawn *NoiseInstigator, FVector NoiseLocation)
 
void MarkComponentsAsPendingKill ()
 
void MarkComponentsRenderStateDirty ()
 
void MatineeUpdated ()
 
bool Modify (bool bAlwaysMarkDirty)
 
void Multi_DrawDebugCoordinateSystem_Implementation (FVector AxisLoc, FRotator AxisRot, float Scale, bool bPersistentLines, float LifeTime, char DepthPriority, float Thickness)
 
void Multi_DrawDebugDirectionalArrow_Implementation (FVector LineStart, FVector LineEnd, float ArrowSize, FColor ArrowColor, bool bPersistentLines, float LifeTime, char DepthPriority)
 
void Multi_DrawDebugLine_Implementation (FVector LineStart, FVector LineEnd, FColor LineColor, bool bPersistentLines, float LifeTime, char DepthPriority, float Thickness)
 
void Multi_DrawDebugSphere_Implementation (FVector Center, float Radius, int Segments, FColor SphereColor, bool bPersistentLines, float LifeTime, char DepthPriority)
 
void MulticastProperty (FName PropertyName, bool bUnreliable)
 
void MulticastPropertyToPlayer (FName PropertyName, APlayerController *PC, bool bUnreliable)
 
void NetActorSpawnActorUnreliable_Implementation (TSubclassOf< AActor > ActorClass, FVector AtLoc, FRotator AtRot, bool bIgnoreOnDedicatedServer, USceneComponent *AttachToComponent, FName BoneName, AActor *SpawnOwner)
 
void NetActorSpawnActor_Implementation (TSubclassOf< AActor > ActorClass, FVector AtLoc, FRotator AtRot, bool bIgnoreOnDedicatedServer, USceneComponent *AttachToComponent, FName BoneName, AActor *SpawnOwner)
 
void NetAttachRootComponentTo_Implementation (USceneComponent *InParent, FName InSocketName, FVector RelativeLocation, FRotator RelativeRotation)
 
void NetDetachRootComponentFromAny_Implementation ()
 
void Net_DrawDebugBox (FVector *Center, FVector *BoxExtent, FQuat *Rotation, FColor *BoxColor, bool bPersistentLines, float LifeTime, char DepthPriority)
 
void Net_DrawDebugCapsule (FVector *Center, float HalfHeight, float Radius, FQuat *Rotation, FColor *CapsuleColor, bool bPersistentLines, float LifeTime, char DepthPriority)
 
void Net_DrawDebugCoordinateSystem (FVector *AxisLoc, FRotator *AxisRot, float Scale, bool bPersistentLines, float LifeTime, char DepthPriority, float Thickness)
 
void Net_DrawDebugDirectionalArrow (FVector *LineStart, FVector *LineEnd, float ArrowSize, FColor *ArrowColor, bool bPersistentLines, float LifeTime, char DepthPriority)
 
void Net_DrawDebugLine (FVector *LineStart, FVector *LineEnd, FColor *LineColor, bool bPersistentLines, float LifeTime, char DepthPriority, float Thickness)
 
void Net_DrawDebugSphere (FVector *Center, float Radius, int Segments, FColor *SphereColor, bool bPersistentLines, float LifeTime, char DepthPriority)
 
void OnRep_AttachmentReplication ()
 
void OnRep_ReplicatedMovement ()
 
void OnSubobjectCreatedFromReplication (UObject *NewSubobject)
 
void OnSubobjectDestroyFromReplication (UObject *NewSubobject)
 
void PlaySoundAtLocation (USoundCue *InSoundCue, FVector SoundLocation, float VolumeMultiplier, float PitchMultiplier)
 
void PlaySoundOnActor (USoundCue *InSoundCue, float VolumeMultiplier, float PitchMultiplier)
 
void PostActorConstruction ()
 
void PostInitProperties ()
 
void PostInitializeComponents ()
 
void PostLoad ()
 
void PostLoadSubobjects (FObjectInstancingGraph *OuterInstanceGraph)
 
void PostNetInit ()
 
void PostNetReceive ()
 
void PostNetReceiveLocationAndRotation ()
 
void PostNetReceivePhysicState ()
 
void PostSpawnInitialize (FVector *SpawnLocation, FRotator *SpawnRotation, AActor *InOwner, APawn *InInstigator, bool bRemoteOwned, bool bNoFail, bool bDeferConstruction, bool bDeferBeginPlay)
 
void PreInitializeComponents ()
 
void PreNetReceive ()
 
void PrestreamTextures (float Seconds, bool bEnableStreaming, int CinematicTextureGroups)
 
bool PreventCharacterBasing (AActor *OtherActor, UPrimitiveComponent *BasedOnComponent)
 
void ProcessEvent (UFunction *Function, void *Parameters)
 
void PropertyServerToClientsUnreliable_Implementation (AActor *ActorToRep, FName PropertyName, TArray< unsigned char > *ReplicationData)
 
void PropertyServerToClients_Implementation (AActor *ActorToRep, FName PropertyName, TArray< unsigned char > *ReplicationData)
 
void REP_ActivateManualDirtyForPlayer (FName *PropertyName, APlayerController *PC)
 
void RegisterActorTickFunctions (bool bRegister, bool bSaveAndRestoreTickState)
 
void RegisterAllActorTickFunctions (bool bRegister, bool bDoComponents, bool bSaveAndRestoreTickState)
 
void RegisterAllComponents ()
 
void RemoveControllingMatineeActor (AMatineeActor *InMatineeActor)
 
void RemoveOwnedComponent (UActorComponent *Component)
 
void RemoveTickPrerequisiteActor (AActor *PrerequisiteActor)
 
void RemoveTickPrerequisiteComponent (UActorComponent *PrerequisiteComponent)
 
bool Rename (const wchar_t *InName, UObject *NewOuter, unsigned int Flags)
 
void ReregisterAllComponents ()
 
void RerunConstructionScripts ()
 
void ResetOwnedComponents ()
 
void ResetPropertiesForConstruction ()
 
void ResetSpatialComponent ()
 
void RouteEndPlay (EEndPlayReason::Type EndPlayReason)
 
void SendExecCommand (FName CommandName, FNetExecParams *ExecParams, bool bIsReliable)
 
void ServerSendSimpleExecCommandToEveryone (FName CommandName, bool bIsReliable, bool bForceSendToLocalPlayer, bool bIgnoreRelevancy)
 
void SetActorEnableCollision (bool bNewActorEnableCollision, bool bCheckRecreatePhysicsState)
 
void SetActorHiddenInGame (bool bNewHidden)
 
bool SetActorLocation (FVector *NewLocation, bool bSweep)
 
bool SetActorLocationAndRotation (FVector *NewLocation, FRotator NewRotation, bool bSweep)
 
void SetActorRelativeLocation (FVector NewRelativeLocation, bool bSweep)
 
void SetActorRelativeRotation (FRotator NewRelativeRotation, bool bSweep)
 
void SetActorRelativeScale3D (FVector NewRelativeScale)
 
void SetActorRelativeTransform (FTransform *NewRelativeTransform, bool bSweep)
 
bool SetActorRotation (FQuat *NewRotation)
 
bool SetActorRotation (FRotator NewRotation)
 
void SetActorScale3D (FVector *NewScale3D)
 
void SetActorTickEnabled (bool bEnabled)
 
bool SetActorTransform (FTransform *NewTransform, bool bSweep)
 
void SetAutonomousProxy (bool bInAutonomousProxy)
 
void SetLifeSpan (float InLifespan)
 
void SetNetUpdateTime (long double NewUpdateTime)
 
void SetNetworkSpatializationParent (AActor *NewParent)
 
void SetOwner (AActor *NewOwner)
 
void SetReplicates (bool bInReplicates)
 
bool SetRootComponent (USceneComponent *NewRootComponent)
 
void SetTickFunctionEnabled (bool bEnableTick)
 
void SetTickableWhenPaused (bool bTickableWhenPaused)
 
bool SimpleTeleportTo (FVector *DestLocation, FRotator *DestRotation)
 
void SnapRootComponentTo (AActor *InParentActor, FName InSocketName)
 
void Stasis ()
 
void StopActorSound (USoundBase *SoundAsset, float FadeOutTime)
 
float TakeDamage (float DamageAmount, FDamageEvent *DamageEvent, AController *EventInstigator, AActor *DamageCauser)
 
bool TeleportTo (FVector *DestLocation, FRotator *DestRotation, bool bIsATest, bool bNoCheck)
 
void Tick (float DeltaSeconds)
 
bool TryMultiUse (APlayerController *ForPC, int UseIndex)
 
void UninitializeComponents (EEndPlayReason::Type EndPlayReason)
 
void UnregisterAllComponents (bool bDetachFromOtherParent)
 
void Unstasis ()
 
void UpdateOverlaps (bool bDoNotifies)
 
void GatherCurrentMovement ()
 
AActorGetOwner ()
 
void ForceNetUpdate (bool bDormantDontReplicateProperties, bool bAbsoluteForceNetUpdate, bool bDontUpdateChannel)
 
void ForceReplicateNow (bool bForceCreateChannel, bool bForceCreateChannelIfRelevant)
 
void ActorPlaySound (USoundBase *SoundAsset, bool bAttach, FName BoneName, FVector LocOffset)
 
void ActorPlaySoundUnreliable (USoundBase *SoundAsset, bool bAttach, FName BoneName, FVector LocOffset)
 
bool AllowGrappling ()
 
bool AllowIgnoreCharacterEncroachment (UPrimitiveComponent *HitComponent, AActor *EncroachingCharacter)
 
bool AllowManualMultiUseActivation (APlayerController *ForPC)
 
void BPAttachedRootComponent ()
 
void BPChangedActorTeam ()
 
void BPClientDoMultiUse (APlayerController *ForPC, int ClientUseIndex)
 
void BPClientIsAboutToSeamlessTravel ()
 
bool BPConsumeSetPinCode (APlayerController *ForPC, int appledPinCode, bool bIsSetting, int TheCustomIndex)
 
bool BPConsumeUsePinCode (AActor *FromKeypadActor, APlayerController *ForPC, int appledPinCode, bool bIsActivating)
 
bool BPForceAllowsInventoryUse (UObject *InventoryItemObject)
 
void BPInventoryItemDropped (UObject *InventoryItemObject)
 
void BPInventoryItemUsed (UObject *InventoryItemObject)
 
FStringBPOverrideMultiUseCenterText (FString *result, APlayerController *ForPC)
 
float BPOverrideServerMultiUseAcceptRange ()
 
void BPPostInitializeComponents ()
 
void BPPostLoadedFromSeamlessTravel ()
 
void BPPreInitializeComponents ()
 
bool BPTryMultiUse (APlayerController *ForPC, int UseIndex)
 
void ClientPrepareForSeamlessTravel ()
 
void ClientSeamlessTravelled ()
 
void DrawActorFloatingHUD (AHUD *ForHUD)
 
void DrawBasicFloatingHUD (AHUD *ForHUD)
 
FStringGetAimedTutorialHintString (FString *result)
 
FStringGetEditTextString (FString *result, APlayerController *ForPC, UObject *AssociatedObject1, int ExtraID1, int ExtraID2)
 
void InitializedSeamlessGridInfo ()
 
bool IsValidLockOnTarget (APawn *AttackerPawn)
 
void K2_OnBecomeViewTarget (APlayerController *PC)
 
void K2_OnEndViewTarget (APlayerController *PC)
 
void ModifyHudMultiUseLoc (FVector2D *theVec, APlayerController *PC, int index)
 
void Multi_DrawDebugCoordinateSystem (FVector AxisLoc, FRotator AxisRot, float Scale, bool bPersistentLines, float LifeTime, char DepthPriority, float Thickness)
 
void Multi_DrawDebugDirectionalArrow (FVector LineStart, FVector LineEnd, float ArrowSize, FColor ArrowColor, bool bPersistentLines, float LifeTime, char DepthPriority)
 
void Multi_DrawDebugLine (FVector LineStart, FVector LineEnd, FColor LineColor, bool bPersistentLines, float LifeTime, char DepthPriority, float Thickness)
 
void Multi_DrawDebugSphere (FVector Center, float Radius, int Segments, FColor SphereColor, bool bPersistentLines, float LifeTime, char DepthPriority)
 
void NetActorSpawnActor (TSubclassOf< AActor > ActorClass, FVector AtLoc, FRotator AtRot, bool bIgnoreOnDedicatedServer, USceneComponent *AttachToComponent, FName BoneName, AActor *SpawnOwner)
 
void NetAttachRootComponentTo (USceneComponent *InParent, FName InSocketName, FVector RelativeLocation, FRotator RelativeRotation)
 
void NetSpawnedActor (AActor *SpawnedActor)
 
float OffsetHUDFromBottomScreenY (AHUD *ForHUD)
 
float OffsetHUDFromCenterScreenY (AHUD *ForHUD)
 
void PrepareClientMapActorForSeamlessTravel ()
 
void PropertyServerToClients (AActor *ActorToRep, FName PropertyName, TArray< unsigned char > *ReplicationData)
 
void PropertyServerToClientsUnreliable (AActor *ActorToRep, FName PropertyName, TArray< unsigned char > *ReplicationData)
 
void ReceiveActorBeginCursorOver ()
 
void ReceiveActorBeginOverlap (AActor *OtherActor)
 
void ReceiveActorEndCursorOver ()
 
void ReceiveActorEndOverlap (AActor *OtherActor)
 
void ReceiveActorOnClicked ()
 
void ReceiveActorOnInputTouchBegin (ETouchIndex::Type FingerIndex)
 
void ReceiveActorOnInputTouchEnd (ETouchIndex::Type FingerIndex)
 
void ReceiveActorOnInputTouchEnter (ETouchIndex::Type FingerIndex)
 
void ReceiveActorOnInputTouchLeave (ETouchIndex::Type FingerIndex)
 
void ReceiveActorOnReleased ()
 
void ReceiveAnyDamage (float Damage, UDamageType *DamageType, AController *InstigatedBy, AActor *DamageCauser)
 
void ReceiveBeginPlay ()
 
void ReceiveDestroyed ()
 
void ReceiveEndPlay (EEndPlayReason::Type EndPlayReason)
 
void ReceiveHit (UPrimitiveComponent *MyComp, AActor *Other, UPrimitiveComponent *OtherComp, bool bSelfMoved, FVector HitLocation, FVector HitNormal, FVector NormalImpulse, FHitResult *Hit)
 
void ReceiveInput (FString *InputName, float Value, FVector VectorValue, bool bStarted, bool bEnded)
 
void ReceivePointDamage (float Damage, UDamageType *DamageType, FVector HitLocation, FVector HitNormal, UPrimitiveComponent *HitComponent, FName BoneName, FVector ShotFromDirection, AController *InstigatedBy, AActor *DamageCauser)
 
void ReceiveRadialDamage (float DamageReceived, UDamageType *DamageType, FVector Origin, FHitResult *HitInfo, AController *InstigatedBy, AActor *DamageCauser)
 
void ReceiveTick (float DeltaSeconds)
 
void RecieveMatineeUpdated ()
 
void ServerPrepareForSeamlessTravel ()
 
void ThrottledTick ()
 
void UserConstructionScript ()
 
float & CustomTimeDilationField ()
 
float & ClientReplicationSendNowThresholdField ()
 
bool & bForceAllowNetMulticastField ()
 
TEnumAsByte< enum ENetRole > & RemoteRoleField ()
 
AActorOwnerField ()
 
long double & LastReplicatedMovementField ()
 
int & LastFrameForceNetUpdateField ()
 
TEnumAsByte< enum ENetRole > & RoleField ()
 
TEnumAsByte< enum ENetDormancy > & NetDormancyField ()
 
TArray< TWeakObjectPtr< UActorComponent > > & ReplicatedComponentsField ()
 
TWeakObjectPtr< USoundBase > & LastPostProcessVolumeSoundField ()
 
int & DefaultStasisComponentOctreeFlagsField ()
 
UPrimitiveComponentStasisCheckComponentField ()
 
TArray< AActor * > NetworkSpatializationChildrenField ()
 
AActorNetworkSpatializationParentField ()
 
float & NetworkAndStasisRangeMultiplierField ()
 
long double & UnstasisLastInRangeTimeField ()
 
long double & LastPreReplicationTimeField ()
 
long double & LastEnterStasisTimeField ()
 
long double & LastExitStasisTimeField ()
 
FNameCustomTagField ()
 
int & CustomDataField ()
 
float & ReplicationIntervalMultiplierField ()
 
int & ForceImmediateReplicationFrameField ()
 
char & StasisSetIndexField ()
 
char & RandomStartByteField ()
 
unsigned __int64 & LastFrameUnStasisField ()
 
volatile int & LastUnstasisFrameCounterField ()
 
TArray< TWeakObjectPtr< UActorComponent > > & StasisUnRegisteredComponentsField ()
 
float & NetCullDistanceSquaredField ()
 
float & NetCullDistanceSquaredDormantField ()
 
int & NetTagField ()
 
long double & NetUpdateTimeField ()
 
float & NetUpdateFrequencyField ()
 
float & NetPriorityField ()
 
long double & LastNetUpdateTimeField ()
 
FNameNetDriverNameField ()
 
int & TargetingTeamField ()
 
float & OverrideStasisComponentRadiusField ()
 
APawnInstigatorField ()
 
long double & CreationTimeField ()
 
long double & OriginalCreationTimeField ()
 
TArray< AActor * > ChildrenField ()
 
unsigned int & AnimUpdateRateShiftTagField ()
 
unsigned int & AnimUpdateRateFrameCountField ()
 
USceneComponentRootComponentField ()
 
TArray< AMatineeActor * > ControllingMatineeActorsField ()
 
float & InitialLifeSpanField ()
 
TArray< FName > & LayersField ()
 
TWeakObjectPtr< AActor > & ParentComponentActorField ()
 
long double & LastRenderTimeField ()
 
long double & LastRenderTimeIgnoreShadowField ()
 
TArray< FName > & TagsField ()
 
unsigned __int64 & HiddenEditorViewsField ()
 
FTargetingTeamChangedOnTargetingTeamChangedField ()
 
FVectorDefaultActorLocationField ()
 
FGuidUniqueGuidIdField ()
 
float & ForceMaximumReplicationRateUntilTimeField ()
 
long double & LastActorForceReplicationTimeField ()
 
TArray< UActorComponent * > OwnedComponentsField ()
 
TArray< UActorComponent * > SerializedComponentsField ()
 
int & LastFrameCalculcatedNetworkRangeMultiplierField ()
 
BitFieldValue< bool, unsigned __int32 > bHidden ()
 
BitFieldValue< bool, unsigned __int32 > bNetTemporary ()
 
BitFieldValue< bool, unsigned __int32 > bIsMapActor ()
 
BitFieldValue< bool, unsigned __int32 > bHasHighVolumeRPCs ()
 
BitFieldValue< bool, unsigned __int32 > bNetStartup ()
 
BitFieldValue< bool, unsigned __int32 > bPreventCharacterBasing ()
 
BitFieldValue< bool, unsigned __int32 > bPreventCharacterBasingAllowSteppingUp ()
 
BitFieldValue< bool, unsigned __int32 > bOnlyRelevantToOwner ()
 
BitFieldValue< bool, unsigned __int32 > bAlwaysRelevant ()
 
BitFieldValue< bool, unsigned __int32 > bForceHiddenReplication ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPChangedActorTeam ()
 
BitFieldValue< bool, unsigned __int32 > bHasExecutedActorConstruction ()
 
BitFieldValue< bool, unsigned __int32 > bEverSetTimer ()
 
BitFieldValue< bool, unsigned __int32 > bIgnoredByCharacterEncroachment ()
 
BitFieldValue< bool, unsigned __int32 > bClimbable ()
 
BitFieldValue< bool, unsigned __int32 > bAttachmentReplicationUseNetworkParent ()
 
BitFieldValue< bool, unsigned __int32 > bUnstreamComponentsUseEndOverlap ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPOverrideUILocation ()
 
BitFieldValue< bool, unsigned __int32 > bForceBasedActorsOutOfFastTick ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPGetShowDebugAnimationComponents ()
 
BitFieldValue< bool, unsigned __int32 > bWantsServerThrottledTick ()
 
BitFieldValue< bool, unsigned __int32 > bAddedServerThrottledTick ()
 
BitFieldValue< bool, unsigned __int32 > bWantsPerformanceThrottledTick ()
 
BitFieldValue< bool, unsigned __int32 > bAddedPerformanceThrottledTick ()
 
BitFieldValue< bool, unsigned __int32 > bForceInfiniteDrawDistance ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPCheckForErrors ()
 
BitFieldValue< bool, unsigned __int32 > bPreventRegularForceNetUpdate ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPOverrideTargetingLocation ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPGetHUDDrawLocationOffset ()
 
BitFieldValue< bool, unsigned __int32 > bPreventNPCSpawnFloor ()
 
BitFieldValue< bool, unsigned __int32 > bNetCritical ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPCustomIsRelevantForClient ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateInstigator ()
 
BitFieldValue< bool, unsigned __int32 > bSuppressDestroyedEvent ()
 
BitFieldValue< bool, unsigned __int32 > bUseOnlyPointForLevelBounds ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateMovement ()
 
BitFieldValue< bool, unsigned __int32 > bTearOff ()
 
BitFieldValue< bool, unsigned __int32 > bExchangedRoles ()
 
BitFieldValue< bool, unsigned __int32 > bStasised ()
 
BitFieldValue< bool, unsigned __int32 > bPendingUnstasis ()
 
BitFieldValue< bool, unsigned __int32 > bPendingNetUpdate ()
 
BitFieldValue< bool, unsigned __int32 > bNetLoadOnClient ()
 
BitFieldValue< bool, unsigned __int32 > bNetUseOwnerRelevancy ()
 
BitFieldValue< bool, unsigned __int32 > bNetUseClientRelevancy ()
 
BitFieldValue< bool, unsigned __int32 > bDoNotCook ()
 
BitFieldValue< bool, unsigned __int32 > bHibernateChange ()
 
BitFieldValue< bool, unsigned __int32 > bBlockInput ()
 
BitFieldValue< bool, unsigned __int32 > bAutoStasis ()
 
BitFieldValue< bool, unsigned __int32 > bBlueprintMultiUseEntries ()
 
BitFieldValue< bool, unsigned __int32 > bEnableMultiUse ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPGetMultiUseCenterText ()
 
BitFieldValue< bool, unsigned __int32 > bPreventSaving ()
 
BitFieldValue< bool, unsigned __int32 > bMultiUseCenterHUD ()
 
BitFieldValue< bool, unsigned __int32 > bOnlyInitialReplication ()
 
BitFieldValue< bool, unsigned __int32 > bUseAttachmentReplication ()
 
BitFieldValue< bool, unsigned __int32 > bUseNetworkSpatialization ()
 
BitFieldValue< bool, unsigned __int32 > bNetworkSpatializationForceRelevancyCheck ()
 
BitFieldValue< bool, unsigned __int32 > bReplicates ()
 
BitFieldValue< bool, unsigned __int32 > bRunningUserConstructionScript ()
 
BitFieldValue< bool, unsigned __int32 > bHasFinishedSpawning ()
 
BitFieldValue< bool, unsigned __int32 > bDeferredBeginPlay ()
 
BitFieldValue< bool, unsigned __int32 > bHasReplicatedProperties ()
 
BitFieldValue< bool, unsigned __int32 > bActorEnableCollision ()
 
BitFieldValue< bool, unsigned __int32 > bAutoDestroyWhenFinished ()
 
BitFieldValue< bool, unsigned __int32 > bCanBeDamaged ()
 
BitFieldValue< bool, unsigned __int32 > bPendingKillPending ()
 
BitFieldValue< bool, unsigned __int32 > bCollideWhenPlacing ()
 
BitFieldValue< bool, unsigned __int32 > bPreventOnDedicatedServer ()
 
BitFieldValue< bool, unsigned __int32 > bNetMulticasting ()
 
BitFieldValue< bool, unsigned __int32 > bNetConnectionDidInitialSort ()
 
BitFieldValue< bool, unsigned __int32 > bDormantNetMulticastForceFullReplication ()
 
BitFieldValue< bool, unsigned __int32 > bDoOverrideHiddenShadow ()
 
BitFieldValue< bool, unsigned __int32 > bOverrideHiddenShadowValue ()
 
BitFieldValue< bool, unsigned __int32 > bAllowReceiveTickEventOnDedicatedServer ()
 
BitFieldValue< bool, unsigned __int32 > bLoadedFromSaveGame ()
 
BitFieldValue< bool, unsigned __int32 > bPreventLevelBoundsRelevant ()
 
BitFieldValue< bool, unsigned __int32 > bForceReplicateDormantChildrenWithoutSpatialRelevancy ()
 
BitFieldValue< bool, unsigned __int32 > bFindCameraComponentWhenViewTarget ()
 
BitFieldValue< bool, unsigned __int32 > bBPPreInitializeComponents ()
 
BitFieldValue< bool, unsigned __int32 > bBPPostInitializeComponents ()
 
BitFieldValue< bool, unsigned __int32 > bForceNetworkSpatialization ()
 
BitFieldValue< bool, unsigned __int32 > bStasisComponentRadiusForceDistanceCheck ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPInventoryItemUsed ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPInventoryItemDropped ()
 
BitFieldValue< bool, unsigned __int32 > bBPInventoryItemUsedHandlesDurability ()
 
BitFieldValue< bool, unsigned __int32 > bUseBPForceAllowsInventoryUse ()
 
BitFieldValue< bool, unsigned __int32 > bAlwaysCreatePhysicsState ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateRotationHighQuality ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateVelocityHighQuality ()
 
BitFieldValue< bool, unsigned __int32 > bOnlyReplicateOnNetForcedUpdate ()
 
BitFieldValue< bool, unsigned __int32 > bActorInitialized ()
 
BitFieldValue< bool, unsigned __int32 > bActorSeamlessTraveled ()
 
BitFieldValue< bool, unsigned __int32 > bIgnoresOriginShifting ()
 
BitFieldValue< bool, unsigned __int32 > bReplicateHidden ()
 
BitFieldValue< bool, unsigned __int32 > bPreventActorStasis ()
 
FVectorGetTargetPathfindingLocation (FVector *result, AActor *RequestedBy)
 
bool IsLevelBoundsRelevant ()
 
bool IsPendingKillPending ()
 
bool IsOwnedBy (AActor *TestOwner)
 
void SetRemoteRoleForBackwardsCompat (ENetRole InRemoteRole)
 
FStringGetHumanReadableName (FString *result)
 
UGameInstanceGetOwner ()
 
bool CheckDefaultSubobjectsInternal ()
 
bool CheckActorComponents ()
 
void ResetOwnedComponents ()
 
void PostInitProperties ()
 
UWorldGetWorld ()
 
bool IsInGameplayWorld ()
 
UGameInstanceGetGameInstance ()
 
bool IsNetStartupActor ()
 
void ClearCrossLevelReferences ()
 
bool TeleportTo (FVector *DestLocation, FRotator *DestRotation, bool bIsATest, bool bNoCheck)
 
bool SimpleTeleportTo (FVector *DestLocation, FRotator *DestRotation)
 
void AddTickPrerequisiteActor (AActor *PrerequisiteActor)
 
void AddTickPrerequisiteComponent (UActorComponent *PrerequisiteComponent)
 
void RemoveTickPrerequisiteActor (AActor *PrerequisiteActor)
 
void RemoveTickPrerequisiteComponent (UActorComponent *PrerequisiteComponent)
 
void BeginDestroy ()
 
bool IsReadyForFinishDestroy ()
 
void PostLoad ()
 
void PostLoadSubobjects (FObjectInstancingGraph *OuterInstanceGraph)
 
void ProcessEvent (UFunction *Function, void *Parameters)
 
void RegisterActorTickFunctions (bool bRegister, bool bSaveAndRestoreTickState)
 
void RegisterAllActorTickFunctions (bool bRegister, bool bDoComponents, bool bSaveAndRestoreTickState)
 
void SetActorTickEnabled (bool bEnabled)
 
bool Rename (const wchar_t *InName, UObject *NewOuter, unsigned int Flags)
 
UNetConnectionGetNetConnection ()
 
UPlayerGetNetOwningPlayer ()
 
void Tick (float DeltaSeconds)
 
void GetComponentsBoundingCylinder (float *OutCollisionRadius, float *OutCollisionHalfHeight, bool bNonColliding)
 
void GetSimpleCollisionCylinder (float *CollisionRadius, float *CollisionHalfHeight)
 
float GetApproachRadius ()
 
bool IsRootComponentCollisionRegistered ()
 
bool IsAttachedTo (AActor *Other)
 
bool IsBasedOnActor (AActor *Other)
 
bool Modify (bool bAlwaysMarkDirty)
 
FBoxGetComponentsBoundingBox (FBox *result, bool bNonColliding)
 
FBoxGetComponentsBoundingBoxForLevelBounds (FBox *result)
 
bool CheckStillInWorld ()
 
void UpdateOverlaps (bool bDoNotifies)
 
void GetOverlappingActors (TArray< AActor * > *OverlappingActors, UClass *ClassFilter)
 
void GetOverlappingComponents (TArray< UPrimitiveComponent * > *OutOverlappingComponents)
 
long double GetLastRenderTime (bool ignoreShadow)
 
void SetOwner (AActor *NewOwner)
 
bool HasNetOwner ()
 
void AttachRootComponentTo (USceneComponent *InParent, FName InSocketName, EAttachLocation::Type AttachLocationType, bool bWeldSimulatedBodies)
 
void OnRep_AttachmentReplication ()
 
void AttachRootComponentToActor (AActor *InParentActor, FName InSocketName, EAttachLocation::Type AttachLocationType, bool bWeldSimulatedBodies)
 
void DetachRootComponentFromParent (bool bMaintainWorldPosition)
 
void DetachSceneComponentsFromParent (USceneComponent *InParentComponent, bool bMaintainWorldPosition)
 
AActorGetAttachParentActor ()
 
FNameGetAttachParentSocketName (FName *result)
 
void GetAttachedActors (TArray< AActor * > *OutActors)
 
bool ActorHasTag (FName Tag)
 
bool IsMatineeControlled ()
 
bool IsRootComponentStatic ()
 
bool IsRootComponentStationary ()
 
bool IsRootComponentMovable ()
 
bool IsRelevancyOwnerFor (AActor *ReplicatedActor, AActor *ActorOwner, AActor *ConnectionActor)
 
void FlushNetDormancy ()
 
void PrestreamTextures (float Seconds, bool bEnableStreaming, int CinematicTextureGroups)
 
void EndPlay (EEndPlayReason::Type EndPlayReason)
 
FTransformActorToWorld (FTransform *result)
 
FTransformGetTransform (FTransform *result)
 
void ClearNetworkSpatializationParent ()
 
void SetNetworkSpatializationParent (AActor *NewParent)
 
void Destroyed ()
 
void FellOutOfWorld (UDamageType *dmgType)
 
void MakeNoise (float Loudness, APawn *NoiseInstigator, FVector NoiseLocation)
 
float TakeDamage (float DamageAmount, FDamageEvent *DamageEvent, AController *EventInstigator, AActor *DamageCauser)
 
float InternalTakeRadialDamage (float Damage, FRadialDamageEvent *RadialDamageEvent, AController *EventInstigator, AActor *DamageCauser)
 
void DispatchBlockingHit (UPrimitiveComponent *MyComp, UPrimitiveComponent *OtherComp, bool bSelfMoved, FHitResult *Hit)
 
void OutsideWorldBounds ()
 
void BecomeViewTarget (APlayerController *PC)
 
void EndViewTarget (APlayerController *PC)
 
AControllerGetInstigatorController ()
 
void CalcCamera (float DeltaTime, FMinimalViewInfo *OutResult)
 
void ForceNetRelevant ()
 
void GetActorEyesViewPoint (FVector *OutLocation, FRotator *OutRotation)
 
FVectorGetActorViewDirection (FVector *result)
 
void InventoryItemUsed (UObject *InventoryItemObject)
 
void InventoryItemDropped (UObject *InventoryItemObject)
 
bool ForceAllowsInventoryUse (UObject *InventoryItemObject)
 
ECollisionResponse GetComponentsCollisionResponseToChannel (ECollisionChannel Channel)
 
void AddOwnedComponent (UActorComponent *Component)
 
void RemoveOwnedComponent (UActorComponent *Component)
 
UActorComponentGetComponentByClass (TSubclassOf< UActorComponent > ComponentClass)
 
FVectorGetTargetingLocation (FVector *result, AActor *Attacker)
 
UPrimitiveComponentGetVisibleComponentByClass (TSubclassOf< UPrimitiveComponent > ComponentClass)
 
UActorComponentGetComponentByCustomTag (FName TheTag)
 
TArray< UActorComponent * > * GetComponentsByClass (TArray< UActorComponent * > *result, TSubclassOf< UActorComponent > ComponentClass)
 
TArray< UActorComponent * > * GetComponentsByCustomTag (TArray< UActorComponent * > *result, FName TheTag)
 
void DisableComponentsSimulatePhysics ()
 
void PostSpawnInitialize (FVector *SpawnLocation, FRotator *SpawnRotation, AActor *InOwner, APawn *InInstigator, bool bRemoteOwned, bool bNoFail, bool bDeferConstruction, bool bDeferBeginPlay)
 
void FinishSpawning (FTransform *Transform, bool bIsDefaultTransform)
 
void DoExecuteActorConstruction (FTransform *Transform, bool bIsDefaultTransform)
 
void PreSave ()
 
void PostActorConstruction ()
 
void SetReplicates (bool bInReplicates)
 
void CopyRemoteRoleFrom (AActor *CopyFromActor)
 
void PostNetInit ()
 
void BeginPlay ()
 
void MatineeUpdated ()
 
void ForceReplicateNowWithChannel ()
 
void EnableInput (APlayerController *PlayerController)
 
void DisableInput (APlayerController *PlayerController)
 
float GetInputAxisValue (FName InputAxisName)
 
float GetInputAxisKeyValue (FKey InputAxisKey)
 
FVectorGetInputVectorAxisValue (FVector *result, FKey InputAxisKey)
 
bool SetActorLocation (FVector *NewLocation, bool bSweep)
 
bool SetActorRotation (FRotator NewRotation)
 
bool SetActorRotation (FQuat *NewRotation)
 
bool SetActorLocationAndRotation (FVector *NewLocation, FRotator NewRotation, bool bSweep)
 
void SetActorScale3D (FVector *NewScale3D)
 
FVectorGetActorScale3D (FVector *result)
 
void SetActorRelativeLocation (FVector NewRelativeLocation, bool bSweep)
 
void SetActorRelativeRotation (FRotator NewRelativeRotation, bool bSweep)
 
void SetActorRelativeScale3D (FVector NewRelativeScale)
 
void SetActorHiddenInGame (bool bNewHidden)
 
void SetActorEnableCollision (bool bNewActorEnableCollision)
 
bool Destroy (bool bNetForce, bool bShouldModifyLevel)
 
bool HasAuthority ()
 
bool SetRootComponent (USceneComponent *NewRootComponent)
 
FVectorGetActorForwardVector (FVector *result)
 
FVectorGetActorUpVector (FVector *result)
 
FVectorGetActorRightVector (FVector *result)
 
void GetActorBounds (bool bOnlyCollidingComponents, FVector *Origin, FVector *BoxExtent)
 
AWorldSettingsGetWorldSettings ()
 
void PlaySoundOnActor (USoundCue *InSoundCue, float VolumeMultiplier, float PitchMultiplier)
 
void PlaySoundAtLocation (USoundCue *InSoundCue, FVector SoundLocation, float VolumeMultiplier, float PitchMultiplier)
 
void UnregisterAllComponents (bool bDetachFromOtherParent)
 
void RegisterAllComponents ()
 
void MarkComponentsAsPendingKill ()
 
void ReregisterAllComponents ()
 
void MarkComponentsRenderStateDirty ()
 
void InitializeComponents ()
 
void UninitializeComponents (EEndPlayReason::Type EndPlayReason)
 
void InvalidateLightingCacheDetailed (bool bTranslationOnly)
 
bool ActorLineTraceSingle (FHitResult *OutHit, FVector *Start, FVector *End, ECollisionChannel TraceChannel, FCollisionQueryParams *Params)
 
void SetLifeSpan (float InLifespan)
 
float GetLifeSpan ()
 
void PostInitializeComponents ()
 
void Stasis ()
 
void Unstasis ()
 
void PreInitializeComponents ()
 
UWorldK2_GetWorld ()
 
float GetDistanceTo (AActor *OtherActor)
 
float GetHorizontalDistanceTo (AActor *OtherActor)
 
float GetVerticalDistanceTo (AActor *OtherActor)
 
float GetDotProductTo (AActor *OtherActor)
 
float GetHorizontalDotProductTo (AActor *OtherActor)
 
FTransformGetInterpolatedTransform (FTransform *result)
 
APlayerControllerGetOwnerController ()
 
bool AlwaysReplicatePropertyConditional (UProperty *forProperty)
 
bool TryMultiUse (APlayerController *ForPC, int UseIndex)
 
void ClientMultiUse (APlayerController *ForPC, int UseIndex)
 
bool GetMultiUseCenterText (APlayerController *ForPC, int UseIndex, FString *OutCenterText, FLinearColor *OutCenterTextColor)
 
bool AllowSaving ()
 
void ChangeActorTeam (int NewTeam)
 
void TargetingTeamChanged ()
 
void ForceDestroy ()
 
bool GetIsMapActor ()
 
void SendExecCommand (FName CommandName, FNetExecParams *ExecParams, bool bIsReliable)
 
void ServerSendSimpleExecCommandToEveryone (FName CommandName, bool bIsReliable, bool bForceSendToLocalPlayer, bool bIgnoreRelevancy)
 
bool IsPrimalCharacterOrStructure ()
 
void SetTickFunctionEnabled (bool bEnableTick)
 
bool IsOwnedOrControlledBy (AActor *TestOwner)
 
bool PreventCharacterBasing (AActor *OtherActor, UPrimitiveComponent *BasedOnComponent)
 
bool BPIsA (TSubclassOf< AActor > anActorClass)
 
void MulticastProperty (FName PropertyName)
 
void MulticastPropertyToPlayer (FName PropertyName, APlayerController *PC)
 
void PropertyServerToClients_Implementation (AActor *ActorToRep, FName PropertyName, TArray< unsigned char > *ReplicationData)
 
float GetNetStasisAndRangeMultiplier ()
 
void StopActorSound (USoundBase *SoundAsset, float FadeOutTime)
 
void GetAllSceneComponents (TArray< USceneComponent * > *OutComponents)
 
void ActorPlaySound_Implementation (USoundBase *SoundAsset, bool bAttach, FName BoneName, FVector LocOffset)
 
void NetAttachRootComponentTo_Implementation (USceneComponent *InParent, FName InSocketName, FVector RelativeLocation, FRotator RelativeRotation)
 
void NetDetachRootComponentFromAny_Implementation ()
 
FVectorGetHUDWorldDrawLocation (FVector *result, FName *HUDTag)
 
void ResetPropertiesForConstruction ()
 
void DestroyConstructedComponents ()
 
void RerunConstructionScripts ()
 
UActorComponentCreateComponentFromTemplate (UActorComponent *Template, FString *InName)
 
UActorComponentAddComponent (FName TemplateName, bool bManualAttachment, FTransform *RelativeTransform, UObject *ComponentTemplateContext)
 
void PreNetReceive ()
 
void PostNetReceive ()
 
void OnRep_ReplicatedMovement ()
 
void PostNetReceiveLocationAndRotation ()
 
void PostNetReceivePhysicState ()
 
bool IsNetRelevantFor (APlayerController *RealViewer, AActor *Viewer, FVector *SrcLocation)
 
void GetLifetimeReplicatedProps (TArray< FLifetimeProperty > *OutLifetimeProps)
 
void GetSubobjectsWithStableNamesForNetworking (TArray< UObject * > *ObjList)
 
void OnSubobjectCreatedFromReplication (UObject *NewSubobject)
 
void OnSubobjectDestroyFromReplication (UObject *NewSubobject)
 
bool IsNameStableForNetworking ()
 
void GetComponents (TArray< UActorComponent * > *OutComponents)
 
void GatherCurrentMovement ()
 
void ForceReplicateNow (bool bForceCreateChannel, bool bForceCreateChannelIfRelevant)
 
void ForceNetUpdate (bool bDormantDontReplicateProperties, bool bAbsoluteForceNetUpdate, bool bDontUpdateChannel)
 
void ActorPlaySound (USoundBase *SoundAsset, bool bAttach, FName BoneName, FVector LocOffset)
 
void ActorPlaySoundUnreliable (USoundBase *SoundAsset, bool bAttach, FName BoneName, FVector LocOffset)
 
bool AllowGrappling ()
 
bool AllowIgnoreCharacterEncroachment (UPrimitiveComponent *HitComponent, AActor *EncroachingCharacter)
 
bool AllowManualMultiUseActivation (APlayerController *ForPC)
 
FVectorBP_GetHUDWorldDrawLocation (FVector *result, FName HUDTag)
 
FVectorBP_OverrideTargetingLocation (FVector *result, AActor *Attacker)
 
void BPAttachedRootComponent ()
 
void BPChangedActorTeam ()
 
bool BPConsumeSetPinCode (APlayerController *ForPC, int appledPinCode, bool bIsSetting, int TheCustomIndex)
 
bool BPConsumeUsePinCode (AActor *FromKeypadActor, APlayerController *ForPC, int appledPinCode, bool bIsActivating)
 
bool BPForceAllowsInventoryUse (UObject *InventoryItemObject)
 
int BPGetExtraSpecialBlueprintInt ()
 
bool BPGetMultiUseCenterText (APlayerController *ForPC, int UseIndex, FString *OutCenterText, FLinearColor *OutCenterTextColor)
 
void BPInventoryItemDropped (UObject *InventoryItemObject)
 
void BPInventoryItemUsed (UObject *InventoryItemObject)
 
FVectorBPOverrideUILocation (FVector *result, APlayerController *ForPC)
 
void DrawBasicFloatingHUD (AHUD *ForHUD)
 
float GetUsablePriority ()
 
void K2_OnBecomeViewTarget (APlayerController *PC)
 
void K2_OnEndViewTarget (APlayerController *PC)
 
void ModifyHudMultiUseLoc (FVector2D *theVec, APlayerController *PC, int index)
 
void MulticastDrawDebugArrow (FVector LineStart, FVector LineEnd, float ArrowSize, FLinearColor LineColor, float Duration, bool enableInShipping)
 
void MulticastDrawDebugBox (FVector Center, FVector Extent, FLinearColor LineColor, FRotator Rotation, float Duration, bool enableInShipping)
 
void MulticastDrawDebugCapsule (FVector Center, float HalfHeight, float Radius, FRotator Rotation, FLinearColor LineColor, float Duration, bool enableInShipping)
 
void MulticastDrawDebugCapsuleWithExtents (FVector Top, FVector Bottom, float Radius, FLinearColor LineColor, float Duration, bool bPersistent)
 
void MulticastDrawDebugCoordinateSystem (FVector AxisLoc, FRotator AxisRot, float Scale, float Duration, float Thickness)
 
void MulticastDrawDebugCylinder (FVector Start, FVector End, float Radius, int Segments, FLinearColor LineColor, float Duration)
 
void MulticastDrawDebugLine (FVector LineStart, FVector LineEnd, FLinearColor LineColor, float Duration, float Thickness, bool enableInShipping)
 
void MulticastDrawDebugPoint (FVector Position, float Size, FLinearColor PointColor, float Duration, bool enableInShipping)
 
void MulticastDrawDebugSphere (FVector Center, float Radius, int Segments, FLinearColor LineColor, float Duration, bool enableInShipping)
 
void MulticastDrawDebugString (FVector TextLocation, FString *Text, AActor *TestBaseActor, FLinearColor TextColor, float Duration, bool enableInShipping)
 
void NetAttachRootComponentTo (USceneComponent *InParent, FName InSocketName, FVector RelativeLocation, FRotator RelativeRotation)
 
void OnInventoryItemGrind ()
 
void PerformanceThrottledTick ()
 
void PropertyServerToClients (AActor *ActorToRep, FName PropertyName, TArray< unsigned char > *ReplicationData)
 
void ReceiveActorBeginCursorOver ()
 
void ReceiveActorBeginOverlap (AActor *OtherActor)
 
void ReceiveActorEndCursorOver ()
 
void ReceiveActorEndOverlap (AActor *OtherActor)
 
void ReceiveActorOnClicked ()
 
void ReceiveActorOnInputTouchBegin (ETouchIndex::Type FingerIndex)
 
void ReceiveActorOnInputTouchEnd (ETouchIndex::Type FingerIndex)
 
void ReceiveActorOnInputTouchEnter (ETouchIndex::Type FingerIndex)
 
void ReceiveActorOnInputTouchLeave (ETouchIndex::Type FingerIndex)
 
void ReceiveActorOnReleased ()
 
void ReceiveAnyDamage (float Damage, UDamageType *DamageType, AController *InstigatedBy, AActor *DamageCauser)
 
void ReceiveBeginPlay ()
 
void ReceiveDestroyed ()
 
void ReceiveEndPlay (EEndPlayReason::Type EndPlayReason)
 
void ReceiveHit (UPrimitiveComponent *MyComp, AActor *Other, UPrimitiveComponent *OtherComp, bool bSelfMoved, FVector HitLocation, FVector HitNormal, FVector NormalImpulse, FHitResult *Hit)
 
void ReceiveInput (FString *InputName, float Value, FVector VectorValue, bool bStarted, bool bEnded)
 
void ReceivePointDamage (float Damage, UDamageType *DamageType, FVector HitLocation, FVector HitNormal, UPrimitiveComponent *HitComponent, FName BoneName, FVector ShotFromDirection, AController *InstigatedBy, AActor *DamageCauser)
 
void ReceiveRadialDamage (float DamageReceived, UDamageType *DamageType, FVector Origin, FHitResult *HitInfo, AController *InstigatedBy, AActor *DamageCauser)
 
void ReceiveTick (float DeltaSeconds)
 
void RecieveMatineeUpdated ()
 
void ThrottledTick ()
 
void UserConstructionScript ()
 
- Public Member Functions inherited from UObject
void ExecuteUbergraph (int EntryPoint)
 
bool AreAllOuterObjectsValid ()
 
FNameGetExporterName (FName *result)
 
FStringGetDetailedInfoInternal (FString *result)
 
UObjectGetArchetype ()
 
bool IsBasedOnArchetype (UObject *const SomeObject)
 
bool IsInBlueprint ()
 
bool Rename (const wchar_t *InName, UObject *NewOuter, unsigned int Flags)
 
void LoadLocalized (UObject *LocBase, bool bLoadHierachecally)
 
void LocalizeProperty (UObject *LocBase, TArray< FString > *PropertyTagChain, UProperty *const BaseProperty, UProperty *const Property, void *const ValueAddress)
 
void BeginDestroy ()
 
void FinishDestroy ()
 
FStringGetDetailedInfo (FString *result)
 
bool ConditionalBeginDestroy ()
 
bool ConditionalFinishDestroy ()
 
void ConditionalPostLoad ()
 
bool Modify (bool bAlwaysMarkDirty)
 
bool IsSelected ()
 
void CollectDefaultSubobjects (TArray< UObject * > *OutSubobjectArray, bool bIncludeNestedSubobjects)
 
bool CheckDefaultSubobjectsInternal ()
 
bool IsAsset ()
 
bool IsSafeForRootSet ()
 
void LoadConfig (UClass *ConfigClass, const wchar_t *InFilename, unsigned int PropagationFlags, UProperty *PropertyToLoad)
 
void ConditionalShutdownAfterError ()
 
bool IsNameStableForNetworking ()
 
bool IsFullNameStableForNetworking ()
 
bool IsSupportedForNetworking ()
 
UFunctionFindFunctionChecked (FName InName)
 
void ProcessEvent (UFunction *Function, void *Parms)
 
 __declspec (dllexport) UProperty *FindProperty(FName name)
 
- Public Member Functions inherited from UObjectBaseUtility
int GetLinkerUE4Version ()
 
int GetLinkerLicenseeUE4Version ()
 
FStringGetPathName (FString *result, UObject *StopOuter)
 
void GetPathName (UObject *StopOuter, FString *ResultString)
 
FStringGetFullName (FString *result, UObject *StopOuter)
 
void MarkPackageDirty ()
 
bool IsIn (UObject *SomeOuter)
 
bool IsA (UClass *SomeBase)
 
void * GetInterfaceAddress (UClass *InterfaceClass)
 
bool IsDefaultSubobject ()
 
int GetLinkerIndex ()
 
- Public Member Functions inherited from UObjectBase
EObjectFlagsObjectFlagsField ()
 
int & InternalIndexField ()
 
UClassClassField ()
 
FNameNameField ()
 
UObjectOuterField ()
 
void DeferredRegister (UClass *UClassStaticClass, const wchar_t *PackageName, const wchar_t *InName)
 
bool IsValidLowLevel ()
 
bool IsValidLowLevelFast (bool bRecursive)
 
void Register (const wchar_t *PackageName, const wchar_t *InName)
 

Static Public Member Functions

static bool IsNetRelevantFor (FTimespan A, FTimespan B)
 
static UClassGetPrivateStaticClass (const wchar_t *Package)
 
static void StaticRegisterNativesAPlayerController ()
 
static UClassStaticClass ()
 
static void StaticRegisterNativesAPlayerController ()
 
- Static Public Member Functions inherited from AController
static UClassGetPrivateStaticClass (const wchar_t *Package)
 
static void StaticRegisterNativesAController ()
 
static UClassGetPrivateStaticClass ()
 
static void StaticRegisterNativesAController ()
 
- Static Public Member Functions inherited from AActor
static UClassStaticClass ()
 
static void MakeNoiseImpl (AActor *NoiseMaker, float Loudness, APawn *NoiseInstigator, FVector *NoiseLocation)
 
static UClassGetPrivateStaticClass (const wchar_t *Package)
 
static void StaticRegisterNativesAActor ()
 
static UClassGetPrivateStaticClass ()
 
static const wchar_t * StaticConfigName ()
 
static void MakeNoiseImpl (AActor *NoiseMaker, float Loudness, APawn *NoiseInstigator, FVector *NoiseLocation)
 
static void StaticRegisterNativesAActor ()
 
- Static Public Member Functions inherited from UObject
static UClassGetPrivateStaticClass ()
 
static UClassStaticClass ()
 
static UObjectGetArchetypeFromRequiredInfo (UClass *Class, UObject *Outer, FName Name, bool bIsCDO)
 
- Static Public Member Functions inherited from UObjectBase
static void EmitBaseReferences (UClass *RootClass)
 

Detailed Description

Definition at line 2118 of file Actor.h.

Member Function Documentation

◆ AcknowledgedPawnField() [1/2]

APawn * APlayerController::AcknowledgedPawnField ( )
inline

Definition at line 1973 of file Actor.h.

◆ AcknowledgedPawnField() [2/2]

APawn * APlayerController::AcknowledgedPawnField ( )
inline

Definition at line 2121 of file Actor.h.

◆ AcknowledgePossession() [1/2]

void APlayerController::AcknowledgePossession ( APawn * P)
inline

Definition at line 2077 of file Actor.h.

◆ AcknowledgePossession() [2/2]

void APlayerController::AcknowledgePossession ( APawn * P)
inline

Definition at line 2194 of file Actor.h.

◆ AddCheats() [1/2]

void APlayerController::AddCheats ( bool bForce)
inline

Definition at line 2086 of file Actor.h.

◆ AddCheats() [2/2]

void APlayerController::AddCheats ( bool bForce)
inline

Definition at line 2195 of file Actor.h.

◆ AddPitchInput() [1/2]

void APlayerController::AddPitchInput ( float Val)
inline

Definition at line 2229 of file Actor.h.

◆ AddPitchInput() [2/2]

void APlayerController::AddPitchInput ( float Val)
inline

Definition at line 2196 of file Actor.h.

◆ AddRollInput() [1/2]

void APlayerController::AddRollInput ( float Val)
inline

Definition at line 2231 of file Actor.h.

◆ AddRollInput() [2/2]

void APlayerController::AddRollInput ( float Val)
inline

Definition at line 2197 of file Actor.h.

◆ AddYawInput() [1/2]

void APlayerController::AddYawInput ( float Val)
inline

Definition at line 2230 of file Actor.h.

◆ AddYawInput() [2/2]

void APlayerController::AddYawInput ( float Val)
inline

Definition at line 2198 of file Actor.h.

◆ AlwaysReleventNetworkActorsField()

TArray< AActor * > APlayerController::AlwaysReleventNetworkActorsField ( )
inline

Definition at line 2016 of file Actor.h.

◆ AudioListenerComponentField() [1/2]

TWeakObjectPtr< USceneComponent > & APlayerController::AudioListenerComponentField ( )
inline

Definition at line 2008 of file Actor.h.

◆ AudioListenerComponentField() [2/2]

TWeakObjectPtr< USceneComponent > & APlayerController::AudioListenerComponentField ( )
inline

Definition at line 2153 of file Actor.h.

◆ AudioListenerLocationOverrideField() [1/2]

FVector & APlayerController::AudioListenerLocationOverrideField ( )
inline

Definition at line 2009 of file Actor.h.

◆ AudioListenerLocationOverrideField() [2/2]

FVector & APlayerController::AudioListenerLocationOverrideField ( )
inline

Definition at line 2154 of file Actor.h.

◆ AudioListenerRotationOverrideField() [1/2]

FRotator & APlayerController::AudioListenerRotationOverrideField ( )
inline

Definition at line 2010 of file Actor.h.

◆ AudioListenerRotationOverrideField() [2/2]

FRotator & APlayerController::AudioListenerRotationOverrideField ( )
inline

Definition at line 2155 of file Actor.h.

◆ AutoManageActiveCameraTarget() [1/2]

void APlayerController::AutoManageActiveCameraTarget ( AActor * SuggestedTarget)
inline

Definition at line 2066 of file Actor.h.

◆ AutoManageActiveCameraTarget() [2/2]

void APlayerController::AutoManageActiveCameraTarget ( AActor * SuggestedTarget)
inline

Definition at line 2199 of file Actor.h.

◆ bAcknowledgedClientReceivedActor() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bAcknowledgedClientReceivedActor ( )
inline

Definition at line 2040 of file Actor.h.

◆ bAcknowledgedClientReceivedActor() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bAcknowledgedClientReceivedActor ( )
inline

Definition at line 2185 of file Actor.h.

◆ BaseGetPlayerCharacter()

AActor * APlayerController::BaseGetPlayerCharacter ( )
inline

Definition at line 2050 of file Actor.h.

◆ bAutoManageActiveCameraTargetField() [1/2]

bool & APlayerController::bAutoManageActiveCameraTargetField ( )
inline

Definition at line 1978 of file Actor.h.

◆ bAutoManageActiveCameraTargetField() [2/2]

bool & APlayerController::bAutoManageActiveCameraTargetField ( )
inline

Definition at line 2126 of file Actor.h.

◆ bCheatPlayer() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bCheatPlayer ( )
inline

Definition at line 2030 of file Actor.h.

◆ bCheatPlayer() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bCheatPlayer ( )
inline

Definition at line 2175 of file Actor.h.

◆ bCinemaDisableInputLook() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bCinemaDisableInputLook ( )
inline

Definition at line 2039 of file Actor.h.

◆ bCinemaDisableInputLook() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bCinemaDisableInputLook ( )
inline

Definition at line 2184 of file Actor.h.

◆ bCinemaDisableInputMove() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bCinemaDisableInputMove ( )
inline

Definition at line 2038 of file Actor.h.

◆ bCinemaDisableInputMove() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bCinemaDisableInputMove ( )
inline

Definition at line 2183 of file Actor.h.

◆ bCinematicMode() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bCinematicMode ( )
inline

Definition at line 2027 of file Actor.h.

◆ bCinematicMode() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bCinematicMode ( )
inline

Definition at line 2172 of file Actor.h.

◆ BeginInactiveState() [1/2]

void APlayerController::BeginInactiveState ( )
inline

Definition at line 2228 of file Actor.h.

◆ BeginInactiveState() [2/2]

void APlayerController::BeginInactiveState ( )
inline

Definition at line 2200 of file Actor.h.

◆ BeginSpectatingState() [1/2]

void APlayerController::BeginSpectatingState ( )
inline

Definition at line 2220 of file Actor.h.

◆ BeginSpectatingState() [2/2]

void APlayerController::BeginSpectatingState ( )
inline

Definition at line 2201 of file Actor.h.

◆ bEnableClickEvents() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bEnableClickEvents ( )
inline

Definition at line 2033 of file Actor.h.

◆ bEnableClickEvents() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bEnableClickEvents ( )
inline

Definition at line 2178 of file Actor.h.

◆ bEnableMouseOverEvents() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bEnableMouseOverEvents ( )
inline

Definition at line 2035 of file Actor.h.

◆ bEnableMouseOverEvents() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bEnableMouseOverEvents ( )
inline

Definition at line 2180 of file Actor.h.

◆ bEnableTouchEvents() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bEnableTouchEvents ( )
inline

Definition at line 2034 of file Actor.h.

◆ bEnableTouchEvents() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bEnableTouchEvents ( )
inline

Definition at line 2179 of file Actor.h.

◆ bEnableTouchOverEvents() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bEnableTouchOverEvents ( )
inline

Definition at line 2036 of file Actor.h.

◆ bEnableTouchOverEvents() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bEnableTouchOverEvents ( )
inline

Definition at line 2181 of file Actor.h.

◆ bForceFeedbackEnabled() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bForceFeedbackEnabled ( )
inline

Definition at line 2037 of file Actor.h.

◆ bForceFeedbackEnabled() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bForceFeedbackEnabled ( )
inline

Definition at line 2182 of file Actor.h.

◆ bForceSpawnedNotification()

BitFieldValue< bool, unsigned __int32 > APlayerController::bForceSpawnedNotification ( )
inline

Definition at line 2026 of file Actor.h.

◆ bInputEnabled() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bInputEnabled ( )
inline

Definition at line 2041 of file Actor.h.

◆ bInputEnabled() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bInputEnabled ( )
inline

Definition at line 2186 of file Actor.h.

◆ bIsAdmin() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bIsAdmin ( )
inline

Definition at line 2031 of file Actor.h.

◆ bIsAdmin() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bIsAdmin ( )
inline

Definition at line 2176 of file Actor.h.

◆ bIsAnselActive() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bIsAnselActive ( )
inline

Definition at line 2025 of file Actor.h.

◆ bIsAnselActive() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bIsAnselActive ( )
inline

Definition at line 2171 of file Actor.h.

◆ bIsDelayedNetCleanupField() [1/2]

bool & APlayerController::bIsDelayedNetCleanupField ( )
inline

Definition at line 2018 of file Actor.h.

◆ bIsDelayedNetCleanupField() [2/2]

bool & APlayerController::bIsDelayedNetCleanupField ( )
inline

Definition at line 2164 of file Actor.h.

◆ bIsUsingStreamingVolumes() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bIsUsingStreamingVolumes ( )
inline

Definition at line 2028 of file Actor.h.

◆ bIsUsingStreamingVolumes() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bIsUsingStreamingVolumes ( )
inline

Definition at line 2173 of file Actor.h.

◆ BlendedTargetViewRotationField() [1/2]

FRotator & APlayerController::BlendedTargetViewRotationField ( )
inline

Definition at line 1980 of file Actor.h.

◆ BlendedTargetViewRotationField() [2/2]

FRotator & APlayerController::BlendedTargetViewRotationField ( )
inline

Definition at line 2128 of file Actor.h.

◆ bLockedInputUIField() [1/2]

bool & APlayerController::bLockedInputUIField ( )
inline

Definition at line 2002 of file Actor.h.

◆ bLockedInputUIField() [2/2]

bool & APlayerController::bLockedInputUIField ( )
inline

Definition at line 2147 of file Actor.h.

◆ bOverrideAudioListener() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bOverrideAudioListener ( )
inline

Definition at line 2043 of file Actor.h.

◆ bOverrideAudioListener() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bOverrideAudioListener ( )
inline

Definition at line 2188 of file Actor.h.

◆ bPlayerIsWaiting() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bPlayerIsWaiting ( )
inline

Definition at line 2029 of file Actor.h.

◆ bPlayerIsWaiting() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bPlayerIsWaiting ( )
inline

Definition at line 2174 of file Actor.h.

◆ bPossessedAnyPawnField()

bool & APlayerController::bPossessedAnyPawnField ( )
inline

Definition at line 2160 of file Actor.h.

◆ bShortConnectTimeOut() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bShortConnectTimeOut ( )
inline

Definition at line 2023 of file Actor.h.

◆ bShortConnectTimeOut() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bShortConnectTimeOut ( )
inline

Definition at line 2169 of file Actor.h.

◆ bShouldPerformFullTickWhenPaused() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bShouldPerformFullTickWhenPaused ( )
inline

Definition at line 2042 of file Actor.h.

◆ bShouldPerformFullTickWhenPaused() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bShouldPerformFullTickWhenPaused ( )
inline

Definition at line 2187 of file Actor.h.

◆ bShowExtendedInfoKey() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bShowExtendedInfoKey ( )
inline

Definition at line 2024 of file Actor.h.

◆ bShowExtendedInfoKey() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bShowExtendedInfoKey ( )
inline

Definition at line 2170 of file Actor.h.

◆ bShowMouseCursor() [1/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bShowMouseCursor ( )
inline

Definition at line 2032 of file Actor.h.

◆ bShowMouseCursor() [2/2]

BitFieldValue< bool, unsigned __int32 > APlayerController::bShowMouseCursor ( )
inline

Definition at line 2177 of file Actor.h.

◆ CalcCamera() [1/2]

void APlayerController::CalcCamera ( float DeltaTime,
FMinimalViewInfo * OutResult )
inline

Definition at line 2082 of file Actor.h.

◆ CalcCamera() [2/2]

void APlayerController::CalcCamera ( float DeltaTime,
FMinimalViewInfo * OutResult )
inline

Definition at line 2202 of file Actor.h.

◆ Camera() [1/2]

void APlayerController::Camera ( FName NewMode)
inline

Definition at line 2110 of file Actor.h.

◆ Camera() [2/2]

void APlayerController::Camera ( FName NewMode)
inline

Definition at line 2203 of file Actor.h.

◆ CanRestartPlayer() [1/2]

bool APlayerController::CanRestartPlayer ( )
inline

Definition at line 2175 of file Actor.h.

◆ CanRestartPlayer() [2/2]

bool APlayerController::CanRestartPlayer ( )
inline

Definition at line 2204 of file Actor.h.

◆ ChangeState() [1/2]

void APlayerController::ChangeState ( FName NewState)
inline

Definition at line 2226 of file Actor.h.

◆ ChangeState() [2/2]

void APlayerController::ChangeState ( FName NewState)
inline

Definition at line 2205 of file Actor.h.

◆ CheatClassField() [1/2]

TSubclassOf< UCheatManager > & APlayerController::CheatClassField ( )
inline

Definition at line 1986 of file Actor.h.

◆ CheatClassField() [2/2]

TSubclassOf< UCheatManager > & APlayerController::CheatClassField ( )
inline

Definition at line 2134 of file Actor.h.

◆ CheatManagerField() [1/2]

UCheatManager * APlayerController::CheatManagerField ( )
inline

Definition at line 1985 of file Actor.h.

◆ CheatManagerField() [2/2]

UCheatManager * APlayerController::CheatManagerField ( )
inline

Definition at line 2133 of file Actor.h.

+ Here is the caller graph for this function:

◆ CleanUpAudioComponents() [1/2]

void APlayerController::CleanUpAudioComponents ( )
inline

Definition at line 2064 of file Actor.h.

◆ CleanUpAudioComponents() [2/2]

void APlayerController::CleanUpAudioComponents ( )
inline

Definition at line 2206 of file Actor.h.

◆ CleanupGameViewport() [1/2]

void APlayerController::CleanupGameViewport ( )
inline

Definition at line 2090 of file Actor.h.

◆ CleanupGameViewport() [2/2]

void APlayerController::CleanupGameViewport ( )
inline

Definition at line 2207 of file Actor.h.

◆ CleanupPlayerState() [1/2]

void APlayerController::CleanupPlayerState ( )
inline

Definition at line 2100 of file Actor.h.

◆ CleanupPlayerState() [2/2]

void APlayerController::CleanupPlayerState ( )
inline

Definition at line 2208 of file Actor.h.

◆ ClearAudioListenerOverride() [1/2]

void APlayerController::ClearAudioListenerOverride ( )
inline

Definition at line 2163 of file Actor.h.

◆ ClearAudioListenerOverride() [2/2]

void APlayerController::ClearAudioListenerOverride ( )
inline

Definition at line 2209 of file Actor.h.

◆ ClientAddTextureStreamingLoc_Implementation()

void APlayerController::ClientAddTextureStreamingLoc_Implementation ( FVector InLoc,
float Duration,
bool bOverrideLocation )
inline

Definition at line 2210 of file Actor.h.

◆ ClientCancelPendingMapChange_Implementation() [1/2]

void APlayerController::ClientCancelPendingMapChange_Implementation ( )
inline

Definition at line 2184 of file Actor.h.

◆ ClientCancelPendingMapChange_Implementation() [2/2]

void APlayerController::ClientCancelPendingMapChange_Implementation ( )
inline

Definition at line 2211 of file Actor.h.

◆ ClientCapBandwidth()

void APlayerController::ClientCapBandwidth ( int Cap)
inline

Definition at line 2399 of file Actor.h.

◆ ClientCapBandwidth_Implementation() [1/2]

void APlayerController::ClientCapBandwidth_Implementation ( int Cap)
inline

Definition at line 2116 of file Actor.h.

◆ ClientCapBandwidth_Implementation() [2/2]

void APlayerController::ClientCapBandwidth_Implementation ( int Cap)
inline

Definition at line 2212 of file Actor.h.

◆ ClientCapField() [1/2]

int & APlayerController::ClientCapField ( )
inline

Definition at line 1983 of file Actor.h.

◆ ClientCapField() [2/2]

int & APlayerController::ClientCapField ( )
inline

Definition at line 2131 of file Actor.h.

◆ ClientClearCameraLensEffects() [1/2]

void APlayerController::ClientClearCameraLensEffects ( )
inline

Definition at line 2253 of file Actor.h.

◆ ClientClearCameraLensEffects() [2/2]

void APlayerController::ClientClearCameraLensEffects ( )
inline

Definition at line 2400 of file Actor.h.

◆ ClientClearCameraLensEffects_Implementation() [1/2]

void APlayerController::ClientClearCameraLensEffects_Implementation ( )
inline

Definition at line 2208 of file Actor.h.

◆ ClientClearCameraLensEffects_Implementation() [2/2]

void APlayerController::ClientClearCameraLensEffects_Implementation ( )
inline

Definition at line 2213 of file Actor.h.

◆ ClientCommitMapChange() [1/2]

void APlayerController::ClientCommitMapChange ( )
inline

Definition at line 2254 of file Actor.h.

◆ ClientCommitMapChange() [2/2]

void APlayerController::ClientCommitMapChange ( )
inline

Definition at line 2401 of file Actor.h.

◆ ClientCommitMapChange_Implementation() [1/2]

void APlayerController::ClientCommitMapChange_Implementation ( )
inline

Definition at line 2183 of file Actor.h.

◆ ClientCommitMapChange_Implementation() [2/2]

void APlayerController::ClientCommitMapChange_Implementation ( )
inline

Definition at line 2214 of file Actor.h.

◆ ClientEnableNetworkVoice() [1/2]

void APlayerController::ClientEnableNetworkVoice ( bool bEnable)
inline

Definition at line 2255 of file Actor.h.

◆ ClientEnableNetworkVoice() [2/2]

void APlayerController::ClientEnableNetworkVoice ( bool bEnable)
inline

Definition at line 2402 of file Actor.h.

◆ ClientEnableNetworkVoice_Implementation() [1/2]

void APlayerController::ClientEnableNetworkVoice_Implementation ( bool bEnable)
inline

Definition at line 2188 of file Actor.h.

◆ ClientEnableNetworkVoice_Implementation() [2/2]

void APlayerController::ClientEnableNetworkVoice_Implementation ( bool bEnable)
inline

Definition at line 2215 of file Actor.h.

◆ ClientFlushLevelStreaming_Implementation() [1/2]

void APlayerController::ClientFlushLevelStreaming_Implementation ( )
inline

Definition at line 2060 of file Actor.h.

◆ ClientFlushLevelStreaming_Implementation() [2/2]

void APlayerController::ClientFlushLevelStreaming_Implementation ( )
inline

Definition at line 2216 of file Actor.h.

◆ ClientForceGarbageCollection_Implementation() [1/2]

void APlayerController::ClientForceGarbageCollection_Implementation ( )
inline

Definition at line 2180 of file Actor.h.

◆ ClientForceGarbageCollection_Implementation() [2/2]

void APlayerController::ClientForceGarbageCollection_Implementation ( )
inline

Definition at line 2217 of file Actor.h.

◆ ClientGameEnded()

void APlayerController::ClientGameEnded ( AActor * EndGameFocus,
bool bIsWinner )
inline

Definition at line 2403 of file Actor.h.

◆ ClientGameEnded_Implementation() [1/2]

void APlayerController::ClientGameEnded_Implementation ( AActor * EndGameFocus,
bool bIsWinner )
inline

Definition at line 2129 of file Actor.h.

◆ ClientGameEnded_Implementation() [2/2]

void APlayerController::ClientGameEnded_Implementation ( AActor * EndGameFocus,
bool bIsWinner )
inline

Definition at line 2218 of file Actor.h.

◆ ClientGotoState() [1/2]

void APlayerController::ClientGotoState ( FName NewState)
inline

Definition at line 2256 of file Actor.h.

◆ ClientGotoState() [2/2]

void APlayerController::ClientGotoState ( FName NewState)
inline

Definition at line 2404 of file Actor.h.

◆ ClientGotoState_Implementation() [1/2]

void APlayerController::ClientGotoState_Implementation ( FName NewState)
inline

Definition at line 2094 of file Actor.h.

◆ ClientGotoState_Implementation() [2/2]

void APlayerController::ClientGotoState_Implementation ( FName NewState)
inline

Definition at line 2219 of file Actor.h.

◆ ClientIgnoreLookInput_Implementation() [1/2]

void APlayerController::ClientIgnoreLookInput_Implementation ( bool bIgnore)
inline

Definition at line 2177 of file Actor.h.

◆ ClientIgnoreLookInput_Implementation() [2/2]

void APlayerController::ClientIgnoreLookInput_Implementation ( bool bIgnore)
inline

Definition at line 2220 of file Actor.h.

◆ ClientIgnoreMoveInput_Implementation() [1/2]

void APlayerController::ClientIgnoreMoveInput_Implementation ( bool bIgnore)
inline

Definition at line 2176 of file Actor.h.

◆ ClientIgnoreMoveInput_Implementation() [2/2]

void APlayerController::ClientIgnoreMoveInput_Implementation ( bool bIgnore)
inline

Definition at line 2221 of file Actor.h.

◆ ClientMessage() [1/2]

void APlayerController::ClientMessage ( FString * S,
FName Type,
float MsgLifeTime )
inline

Definition at line 2257 of file Actor.h.

◆ ClientMessage() [2/2]

void APlayerController::ClientMessage ( FString * S,
FName Type,
float MsgLifeTime )
inline

Definition at line 2405 of file Actor.h.

◆ ClientMessage_Implementation()

void APlayerController::ClientMessage_Implementation ( FString * S,
FName Type,
float MsgLifeTime )
inline

Definition at line 2222 of file Actor.h.

◆ ClientMutePlayer() [1/2]

void APlayerController::ClientMutePlayer ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2258 of file Actor.h.

◆ ClientMutePlayer() [2/2]

void APlayerController::ClientMutePlayer ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2406 of file Actor.h.

◆ ClientMutePlayer_Implementation() [1/2]

void APlayerController::ClientMutePlayer_Implementation ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2196 of file Actor.h.

◆ ClientMutePlayer_Implementation() [2/2]

void APlayerController::ClientMutePlayer_Implementation ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2223 of file Actor.h.

◆ ClientNetGUIDActorDeletion()

void APlayerController::ClientNetGUIDActorDeletion ( FNetworkGUID TheNetGUID)
inline

Definition at line 2407 of file Actor.h.

◆ ClientNetGUIDActorDeletion_Implementation() [1/2]

void APlayerController::ClientNetGUIDActorDeletion_Implementation ( FNetworkGUID TheNetGUID)
inline

Definition at line 2212 of file Actor.h.

◆ ClientNetGUIDActorDeletion_Implementation() [2/2]

void APlayerController::ClientNetGUIDActorDeletion_Implementation ( FNetworkGUID TheNetGUID)
inline

Definition at line 2224 of file Actor.h.

◆ ClientNotifyReconnected()

void APlayerController::ClientNotifyReconnected ( APawn * NewPawn)
inline

Definition at line 2408 of file Actor.h.

◆ ClientNotifyRespawned()

void APlayerController::ClientNotifyRespawned ( APawn * NewPawn,
bool IsFirstSpawn )
inline

Definition at line 2409 of file Actor.h.

◆ ClientPlaySound_Implementation() [1/2]

void APlayerController::ClientPlaySound_Implementation ( USoundBase * Sound,
float VolumeMultiplier,
float PitchMultiplier )
inline

Definition at line 2103 of file Actor.h.

◆ ClientPlaySound_Implementation() [2/2]

void APlayerController::ClientPlaySound_Implementation ( USoundBase * Sound,
float VolumeMultiplier,
float PitchMultiplier )
inline

Definition at line 2226 of file Actor.h.

◆ ClientPlaySoundAtLocation_Implementation() [1/2]

void APlayerController::ClientPlaySoundAtLocation_Implementation ( USoundBase * Sound,
FVector Location,
float VolumeMultiplier,
float PitchMultiplier )
inline

Definition at line 2054 of file Actor.h.

◆ ClientPlaySoundAtLocation_Implementation() [2/2]

void APlayerController::ClientPlaySoundAtLocation_Implementation ( USoundBase * Sound,
FVector Location,
float VolumeMultiplier,
float PitchMultiplier )
inline

Definition at line 2225 of file Actor.h.

◆ ClientPrepareMapChange_Implementation() [1/2]

void APlayerController::ClientPrepareMapChange_Implementation ( FName LevelName,
bool bFirst,
bool bLast )
inline

Definition at line 2181 of file Actor.h.

◆ ClientPrepareMapChange_Implementation() [2/2]

void APlayerController::ClientPrepareMapChange_Implementation ( FName LevelName,
bool bFirst,
bool bLast )
inline

Definition at line 2227 of file Actor.h.

◆ ClientPrestreamTextures_Implementation() [1/2]

void APlayerController::ClientPrestreamTextures_Implementation ( AActor * ForcedActor,
float ForceDuration,
bool bEnableStreaming,
int CinematicTextureGroups )
inline

Definition at line 2206 of file Actor.h.

◆ ClientPrestreamTextures_Implementation() [2/2]

void APlayerController::ClientPrestreamTextures_Implementation ( AActor * ForcedActor,
float ForceDuration,
bool bEnableStreaming,
int CinematicTextureGroups )
inline

Definition at line 2228 of file Actor.h.

◆ ClientProcessNetExecCommand()

void APlayerController::ClientProcessNetExecCommand ( AActor * ForActor,
FName CommandName,
FNetExecParams ExecParams )
inline

Definition at line 2410 of file Actor.h.

◆ ClientProcessNetExecCommandUnreliable()

void APlayerController::ClientProcessNetExecCommandUnreliable ( AActor * ForActor,
FName CommandName,
FNetExecParams ExecParams )
inline

Definition at line 2411 of file Actor.h.

◆ ClientProcessNetExecCommandUnreliable_Implementation() [1/2]

void APlayerController::ClientProcessNetExecCommandUnreliable_Implementation ( AActor * ForActor,
FName CommandName,
FNetExecParams ExecParams )
inline

Definition at line 2248 of file Actor.h.

◆ ClientProcessNetExecCommandUnreliable_Implementation() [2/2]

void APlayerController::ClientProcessNetExecCommandUnreliable_Implementation ( AActor * ForActor,
FName CommandName,
FNetExecParams ExecParams )
inline

Definition at line 2229 of file Actor.h.

◆ ClientProcessSimpleNetExecCommandBP()

void APlayerController::ClientProcessSimpleNetExecCommandBP ( AActor * ForActor,
FName CommandName )
inline

Definition at line 2412 of file Actor.h.

◆ ClientProcessSimpleNetExecCommandBP_Implementation() [1/2]

void APlayerController::ClientProcessSimpleNetExecCommandBP_Implementation ( AActor * ForActor,
FName CommandName )
inline

Definition at line 2250 of file Actor.h.

◆ ClientProcessSimpleNetExecCommandBP_Implementation() [2/2]

void APlayerController::ClientProcessSimpleNetExecCommandBP_Implementation ( AActor * ForActor,
FName CommandName )
inline

Definition at line 2230 of file Actor.h.

◆ ClientProcessSimpleNetExecCommandUnreliableBP()

void APlayerController::ClientProcessSimpleNetExecCommandUnreliableBP ( AActor * ForActor,
FName CommandName )
inline

Definition at line 2413 of file Actor.h.

◆ ClientProcessSimpleNetExecCommandUnreliableBP_Implementation() [1/2]

void APlayerController::ClientProcessSimpleNetExecCommandUnreliableBP_Implementation ( AActor * ForActor,
FName CommandName )
inline

Definition at line 2251 of file Actor.h.

◆ ClientProcessSimpleNetExecCommandUnreliableBP_Implementation() [2/2]

void APlayerController::ClientProcessSimpleNetExecCommandUnreliableBP_Implementation ( AActor * ForActor,
FName CommandName )
inline

Definition at line 2231 of file Actor.h.

◆ ClientRepObjRef() [1/2]

void APlayerController::ClientRepObjRef ( UObject * Object)
inline

Definition at line 2259 of file Actor.h.

◆ ClientRepObjRef() [2/2]

void APlayerController::ClientRepObjRef ( UObject * Object)
inline

Definition at line 2414 of file Actor.h.

◆ ClientRepObjRef_Implementation()

void APlayerController::ClientRepObjRef_Implementation ( UObject * Object)
inline

Definition at line 2245 of file Actor.h.

◆ ClientReset()

void APlayerController::ClientReset ( )
inline

Definition at line 2415 of file Actor.h.

◆ ClientReset_Implementation() [1/2]

void APlayerController::ClientReset_Implementation ( )
inline

Definition at line 2093 of file Actor.h.

◆ ClientReset_Implementation() [2/2]

void APlayerController::ClientReset_Implementation ( )
inline

Definition at line 2232 of file Actor.h.

◆ ClientRestart()

void APlayerController::ClientRestart ( APawn * NewPawn)
inline

Definition at line 2416 of file Actor.h.

◆ ClientRestart_Implementation() [1/2]

void APlayerController::ClientRestart_Implementation ( APawn * NewPawn)
inline

Definition at line 2075 of file Actor.h.

◆ ClientRestart_Implementation() [2/2]

void APlayerController::ClientRestart_Implementation ( APawn * NewPawn)
inline

Definition at line 2233 of file Actor.h.

◆ ClientRetryClientRestart() [1/2]

void APlayerController::ClientRetryClientRestart ( APawn * NewPawn)
inline

Definition at line 2260 of file Actor.h.

◆ ClientRetryClientRestart() [2/2]

void APlayerController::ClientRetryClientRestart ( APawn * NewPawn)
inline

Definition at line 2417 of file Actor.h.

◆ ClientRetryClientRestart_Implementation() [1/2]

void APlayerController::ClientRetryClientRestart_Implementation ( APawn * NewPawn)
inline

Definition at line 2074 of file Actor.h.

◆ ClientRetryClientRestart_Implementation() [2/2]

void APlayerController::ClientRetryClientRestart_Implementation ( APawn * NewPawn)
inline

Definition at line 2234 of file Actor.h.

◆ ClientReturnToMainMenu() [1/2]

void APlayerController::ClientReturnToMainMenu ( FString * ReturnReason)
inline

Definition at line 2261 of file Actor.h.

◆ ClientReturnToMainMenu() [2/2]

void APlayerController::ClientReturnToMainMenu ( FString * ReturnReason)
inline

Definition at line 2418 of file Actor.h.

◆ ClientReturnToMainMenu_Implementation() [1/2]

void APlayerController::ClientReturnToMainMenu_Implementation ( FString * ReturnReason)
inline

Definition at line 2120 of file Actor.h.

◆ ClientReturnToMainMenu_Implementation() [2/2]

void APlayerController::ClientReturnToMainMenu_Implementation ( FString * ReturnReason)
inline

Definition at line 2235 of file Actor.h.

◆ ClientSetBlockOnAsyncLoading()

void APlayerController::ClientSetBlockOnAsyncLoading ( )
inline

Definition at line 2419 of file Actor.h.

◆ ClientSetBlockOnAsyncLoading_Implementation() [1/2]

void APlayerController::ClientSetBlockOnAsyncLoading_Implementation ( )
inline

Definition at line 2185 of file Actor.h.

◆ ClientSetBlockOnAsyncLoading_Implementation() [2/2]

void APlayerController::ClientSetBlockOnAsyncLoading_Implementation ( )
inline

Definition at line 2236 of file Actor.h.

◆ ClientSetCameraFade()

void APlayerController::ClientSetCameraFade ( bool bEnableFading,
FColor FadeColor,
FVector2D FadeAlpha,
float FadeTime,
bool bFadeAudio )
inline

Definition at line 2420 of file Actor.h.

◆ ClientSetCameraFade_Implementation() [1/2]

void APlayerController::ClientSetCameraFade_Implementation ( bool bEnableFading,
FColor FadeColor,
FVector2D FadeAlpha,
float FadeTime,
bool bFadeAudio )
inline

Definition at line 2114 of file Actor.h.

◆ ClientSetCameraFade_Implementation() [2/2]

void APlayerController::ClientSetCameraFade_Implementation ( bool bEnableFading,
FColor FadeColor,
FVector2D FadeAlpha,
float FadeTime,
bool bFadeAudio )
inline

Definition at line 2237 of file Actor.h.

◆ ClientSetCinematicMode()

void APlayerController::ClientSetCinematicMode ( bool bInCinematicMode,
bool bAffectsMovement,
bool bAffectsTurning,
bool bAffectsHUD )
inline

Definition at line 2421 of file Actor.h.

◆ ClientSetCinematicMode_Implementation() [1/2]

void APlayerController::ClientSetCinematicMode_Implementation ( bool bInCinematicMode,
bool bAffectsMovement,
bool bAffectsTurning,
bool bAffectsHUD )
inline

Definition at line 2179 of file Actor.h.

◆ ClientSetCinematicMode_Implementation() [2/2]

void APlayerController::ClientSetCinematicMode_Implementation ( bool bInCinematicMode,
bool bAffectsMovement,
bool bAffectsTurning,
bool bAffectsHUD )
inline

Definition at line 2239 of file Actor.h.

◆ ClientSetForceMipLevelsToBeResident_Implementation() [1/2]

void APlayerController::ClientSetForceMipLevelsToBeResident_Implementation ( UMaterialInterface * Material,
float ForceDuration,
int CinematicTextureGroups )
inline

Definition at line 2205 of file Actor.h.

◆ ClientSetForceMipLevelsToBeResident_Implementation() [2/2]

void APlayerController::ClientSetForceMipLevelsToBeResident_Implementation ( UMaterialInterface * Material,
float ForceDuration,
int CinematicTextureGroups )
inline

Definition at line 2240 of file Actor.h.

◆ ClientSetHUD() [1/2]

void APlayerController::ClientSetHUD ( TSubclassOf< AHUD > NewHUDClass)
inline

Definition at line 2262 of file Actor.h.

◆ ClientSetHUD() [2/2]

void APlayerController::ClientSetHUD ( TSubclassOf< AHUD > NewHUDClass)
inline

Definition at line 2422 of file Actor.h.

◆ ClientSetHUD_Implementation() [1/2]

void APlayerController::ClientSetHUD_Implementation ( TSubclassOf< AHUD > NewHUDClass)
inline

Definition at line 2099 of file Actor.h.

◆ ClientSetHUD_Implementation() [2/2]

void APlayerController::ClientSetHUD_Implementation ( TSubclassOf< AHUD > NewHUDClass)
inline

Definition at line 2241 of file Actor.h.

◆ ClientTeamMessage() [1/2]

void APlayerController::ClientTeamMessage ( APlayerState * SenderPlayerState,
FString * S,
FName Type,
float MsgLifeTime )
inline

Definition at line 2263 of file Actor.h.

◆ ClientTeamMessage() [2/2]

void APlayerController::ClientTeamMessage ( APlayerState * SenderPlayerState,
FString * S,
FName Type,
float MsgLifeTime )
inline

Definition at line 2423 of file Actor.h.

◆ ClientTeamMessage_Implementation() [1/2]

void APlayerController::ClientTeamMessage_Implementation ( APlayerState * SenderPlayerState,
FString * S,
FName Type,
float MsgLifeTime )
inline

Definition at line 2104 of file Actor.h.

◆ ClientTeamMessage_Implementation() [2/2]

void APlayerController::ClientTeamMessage_Implementation ( APlayerState * SenderPlayerState,
FString * S,
FName Type,
float MsgLifeTime )
inline

Definition at line 2242 of file Actor.h.

◆ ClientTeleportSucceeded()

void APlayerController::ClientTeleportSucceeded ( FVector TeleportLoc,
FRotator TeleportRot,
bool bSimpleTeleport )
inline

Definition at line 2424 of file Actor.h.

◆ ClientUnmutePlayer() [1/2]

void APlayerController::ClientUnmutePlayer ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2264 of file Actor.h.

◆ ClientUnmutePlayer() [2/2]

void APlayerController::ClientUnmutePlayer ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2425 of file Actor.h.

◆ ClientUnmutePlayer_Implementation() [1/2]

void APlayerController::ClientUnmutePlayer_Implementation ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2197 of file Actor.h.

◆ ClientUnmutePlayer_Implementation() [2/2]

void APlayerController::ClientUnmutePlayer_Implementation ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2243 of file Actor.h.

◆ ClientUpdateLevelStreamingStatus()

void APlayerController::ClientUpdateLevelStreamingStatus ( FName PackageName,
bool bNewShouldBeLoaded,
bool bNewShouldBeVisible,
bool bNewShouldBlockOnLoad,
int LODIndex )
inline

Definition at line 2426 of file Actor.h.

◆ ClientVoiceHandshakeComplete() [1/2]

void APlayerController::ClientVoiceHandshakeComplete ( )
inline

Definition at line 2265 of file Actor.h.

◆ ClientVoiceHandshakeComplete() [2/2]

void APlayerController::ClientVoiceHandshakeComplete ( )
inline

Definition at line 2427 of file Actor.h.

◆ ClientVoiceHandshakeComplete_Implementation() [1/2]

void APlayerController::ClientVoiceHandshakeComplete_Implementation ( )
inline

Definition at line 2192 of file Actor.h.

◆ ClientVoiceHandshakeComplete_Implementation() [2/2]

void APlayerController::ClientVoiceHandshakeComplete_Implementation ( )
inline

Definition at line 2244 of file Actor.h.

◆ ClientWasKicked() [1/2]

void APlayerController::ClientWasKicked ( FText * KickReason)
inline

Definition at line 2266 of file Actor.h.

◆ ClientWasKicked() [2/2]

void APlayerController::ClientWasKicked ( FText * KickReason)
inline

Definition at line 2428 of file Actor.h.

◆ ClientWasKicked_Implementation() [1/2]

void APlayerController::ClientWasKicked_Implementation ( FText * KickReason)
inline

Definition at line 2201 of file Actor.h.

◆ ClientWasKicked_Implementation() [2/2]

void APlayerController::ClientWasKicked_Implementation ( FText * KickReason)
inline

Definition at line 2245 of file Actor.h.

◆ ConsoleCommand() [1/2]

FString * APlayerController::ConsoleCommand ( FString * result,
FString * Cmd,
bool bWriteToLog )
inline

Definition at line 2063 of file Actor.h.

◆ ConsoleCommand() [2/2]

FString * APlayerController::ConsoleCommand ( FString * result,
FString * Cmd,
bool bWriteToLog )
inline

Definition at line 2246 of file Actor.h.

+ Here is the caller graph for this function:

◆ CreateTouchInterface() [1/2]

void APlayerController::CreateTouchInterface ( )
inline

Definition at line 2089 of file Actor.h.

◆ CreateTouchInterface() [2/2]

void APlayerController::CreateTouchInterface ( )
inline

Definition at line 2247 of file Actor.h.

◆ CurrentClickablePrimitiveField() [1/2]

TWeakObjectPtr< UPrimitiveComponent > & APlayerController::CurrentClickablePrimitiveField ( )
inline

Definition at line 2004 of file Actor.h.

◆ CurrentClickablePrimitiveField() [2/2]

TWeakObjectPtr< UPrimitiveComponent > & APlayerController::CurrentClickablePrimitiveField ( )
inline

Definition at line 2149 of file Actor.h.

◆ CurrentClickTraceChannelField() [1/2]

TEnumAsByte< enum ECollisionChannel > & APlayerController::CurrentClickTraceChannelField ( )
inline

Definition at line 2001 of file Actor.h.

◆ CurrentClickTraceChannelField() [2/2]

TEnumAsByte< enum ECollisionChannel > & APlayerController::CurrentClickTraceChannelField ( )
inline

Definition at line 2146 of file Actor.h.

◆ CurrentMouseCursorField() [1/2]

TEnumAsByte< enum EMouseCursor::Type > & APlayerController::CurrentMouseCursorField ( )
inline

Definition at line 1999 of file Actor.h.

◆ CurrentMouseCursorField() [2/2]

TEnumAsByte< enum EMouseCursor::Type > & APlayerController::CurrentMouseCursorField ( )
inline

Definition at line 2144 of file Actor.h.

◆ CurrentTouchablePrimitivesField() [1/2]

FieldArray< TWeakObjectPtr< UPrimitiveComponent >, 11 > APlayerController::CurrentTouchablePrimitivesField ( )
inline

Definition at line 2005 of file Actor.h.

◆ CurrentTouchablePrimitivesField() [2/2]

FieldArray< TWeakObjectPtr< UPrimitiveComponent >, 11 > APlayerController::CurrentTouchablePrimitivesField ( )
inline

Definition at line 2150 of file Actor.h.

◆ DefaultCanUnpause() [1/2]

bool APlayerController::DefaultCanUnpause ( )
inline

Definition at line 2217 of file Actor.h.

◆ DefaultCanUnpause() [2/2]

bool APlayerController::DefaultCanUnpause ( )
inline

Definition at line 2248 of file Actor.h.

◆ DefaultClickTraceChannelField() [1/2]

TEnumAsByte< enum ECollisionChannel > & APlayerController::DefaultClickTraceChannelField ( )
inline

Definition at line 2000 of file Actor.h.

◆ DefaultClickTraceChannelField() [2/2]

TEnumAsByte< enum ECollisionChannel > & APlayerController::DefaultClickTraceChannelField ( )
inline

Definition at line 2145 of file Actor.h.

◆ DefaultMouseCursorField() [1/2]

TEnumAsByte< enum EMouseCursor::Type > & APlayerController::DefaultMouseCursorField ( )
inline

Definition at line 1998 of file Actor.h.

◆ DefaultMouseCursorField() [2/2]

TEnumAsByte< enum EMouseCursor::Type > & APlayerController::DefaultMouseCursorField ( )
inline

Definition at line 2143 of file Actor.h.

◆ DelayedNetCleanup() [1/2]

void APlayerController::DelayedNetCleanup ( )
inline

Definition at line 2102 of file Actor.h.

◆ DelayedNetCleanup() [2/2]

void APlayerController::DelayedNetCleanup ( )
inline

Definition at line 2249 of file Actor.h.

◆ DelayedPrepareMapChange() [1/2]

void APlayerController::DelayedPrepareMapChange ( )
inline

Definition at line 2182 of file Actor.h.

◆ DelayedPrepareMapChange() [2/2]

void APlayerController::DelayedPrepareMapChange ( )
inline

Definition at line 2250 of file Actor.h.

◆ DeprojectMousePositionToWorld() [1/2]

bool APlayerController::DeprojectMousePositionToWorld ( FVector * WorldLocation,
FVector * WorldDirection )
inline

Definition at line 2136 of file Actor.h.

◆ DeprojectMousePositionToWorld() [2/2]

bool APlayerController::DeprojectMousePositionToWorld ( FVector * WorldLocation,
FVector * WorldDirection )
inline

Definition at line 2251 of file Actor.h.

◆ DeprojectScreenPositionToWorld() [1/2]

bool APlayerController::DeprojectScreenPositionToWorld ( float ScreenX,
float ScreenY,
FVector * WorldLocation,
FVector * WorldDirection )
inline

Definition at line 2137 of file Actor.h.

◆ DeprojectScreenPositionToWorld() [2/2]

bool APlayerController::DeprojectScreenPositionToWorld ( float ScreenX,
float ScreenY,
FVector * WorldLocation,
FVector * WorldDirection )
inline

Definition at line 2252 of file Actor.h.

◆ Destroyed() [1/2]

void APlayerController::Destroyed ( )
inline

Definition at line 2108 of file Actor.h.

◆ Destroyed() [2/2]

void APlayerController::Destroyed ( )
inline

Definition at line 2254 of file Actor.h.

◆ DestroySpectatorPawn() [1/2]

void APlayerController::DestroySpectatorPawn ( )
inline

Definition at line 2223 of file Actor.h.

◆ DestroySpectatorPawn() [2/2]

void APlayerController::DestroySpectatorPawn ( )
inline

Definition at line 2253 of file Actor.h.

◆ DisableInput() [1/2]

void APlayerController::DisableInput ( APlayerController * PlayerController)
inline

Definition at line 2242 of file Actor.h.

◆ DisableInput() [2/2]

void APlayerController::DisableInput ( APlayerController * PlayerController)
inline

Definition at line 2255 of file Actor.h.

◆ EnableCheats() [1/2]

void APlayerController::EnableCheats ( FString pass)
inline

Definition at line 2087 of file Actor.h.

◆ EnableCheats() [2/2]

void APlayerController::EnableCheats ( FString pass)
inline

Definition at line 2256 of file Actor.h.

◆ EnableInput() [1/2]

void APlayerController::EnableInput ( APlayerController * PlayerController)
inline

Definition at line 2241 of file Actor.h.

◆ EnableInput() [2/2]

void APlayerController::EnableInput ( APlayerController * PlayerController)
inline

Definition at line 2257 of file Actor.h.

◆ EndPlay() [1/2]

void APlayerController::EndPlay ( EEndPlayReason::Type EndPlayReason)
inline

Definition at line 2107 of file Actor.h.

◆ EndPlay() [2/2]

void APlayerController::EndPlay ( EEndPlayReason::Type EndPlayReason)
inline

Definition at line 2258 of file Actor.h.

◆ EndPlayingState() [1/2]

void APlayerController::EndPlayingState ( )
inline

Definition at line 2219 of file Actor.h.

◆ EndPlayingState() [2/2]

void APlayerController::EndPlayingState ( )
inline

Definition at line 2259 of file Actor.h.

◆ EndSpectatingState() [1/2]

void APlayerController::EndSpectatingState ( )
inline

Definition at line 2227 of file Actor.h.

◆ EndSpectatingState() [2/2]

void APlayerController::EndSpectatingState ( )
inline

Definition at line 2260 of file Actor.h.

◆ FailedToSpawnPawn() [1/2]

void APlayerController::FailedToSpawnPawn ( )
inline

Definition at line 2059 of file Actor.h.

◆ FailedToSpawnPawn() [2/2]

void APlayerController::FailedToSpawnPawn ( )
inline

Definition at line 2262 of file Actor.h.

◆ FlushPressedKeys() [1/2]

void APlayerController::FlushPressedKeys ( )
inline

Definition at line 2143 of file Actor.h.

◆ FlushPressedKeys() [2/2]

void APlayerController::FlushPressedKeys ( )
inline

Definition at line 2263 of file Actor.h.

◆ ForceSingleNetUpdateFor() [1/2]

void APlayerController::ForceSingleNetUpdateFor ( AActor * Target)
inline

Definition at line 2070 of file Actor.h.

◆ ForceSingleNetUpdateFor() [2/2]

void APlayerController::ForceSingleNetUpdateFor ( AActor * Target)
inline

Definition at line 2264 of file Actor.h.

◆ FOV() [1/2]

void APlayerController::FOV ( float F)
inline

Definition at line 2109 of file Actor.h.

◆ FOV() [2/2]

void APlayerController::FOV ( float F)
inline

Definition at line 2261 of file Actor.h.

◆ GameHasEnded() [1/2]

void APlayerController::GameHasEnded ( AActor * EndGameFocus,
bool bIsWinner )
inline

Definition at line 2128 of file Actor.h.

◆ GameHasEnded() [2/2]

void APlayerController::GameHasEnded ( AActor * EndGameFocus,
bool bIsWinner )
inline

Definition at line 2265 of file Actor.h.

◆ GetActorEyesViewPoint() [1/2]

void APlayerController::GetActorEyesViewPoint ( FVector * out_Location,
FRotator * out_Rotation )
inline

Definition at line 2081 of file Actor.h.

◆ GetActorEyesViewPoint() [2/2]

void APlayerController::GetActorEyesViewPoint ( FVector * out_Location,
FRotator * out_Rotation )
inline

Definition at line 2266 of file Actor.h.

◆ GetAimedUseActor() [1/2]

AActor * APlayerController::GetAimedUseActor ( UActorComponent ** UseComponent,
int * hitBodyIndex,
bool bForceUseActorLocation )
inline

Definition at line 2049 of file Actor.h.

◆ GetAimedUseActor() [2/2]

AActor * APlayerController::GetAimedUseActor ( UActorComponent ** UseComponent,
int * hitBodyIndex,
bool bForceUseActorLocation )
inline

Definition at line 2192 of file Actor.h.

◆ GetAlwaysReleventNetworkActors()

TArray< AActor * > * APlayerController::GetAlwaysReleventNetworkActors ( )
inline

Definition at line 2047 of file Actor.h.

◆ GetAudioListenerPosition() [1/2]

void APlayerController::GetAudioListenerPosition ( FVector * OutLocation,
FVector * OutFrontDir,
FVector * OutRightDir )
inline

Definition at line 2161 of file Actor.h.

◆ GetAudioListenerPosition() [2/2]

void APlayerController::GetAudioListenerPosition ( FVector * OutLocation,
FVector * OutFrontDir,
FVector * OutRightDir )
inline

Definition at line 2267 of file Actor.h.

◆ GetFocalLocation() [1/2]

FVector * APlayerController::GetFocalLocation ( FVector * result)
inline

Definition at line 2079 of file Actor.h.

◆ GetFocalLocation() [2/2]

FVector * APlayerController::GetFocalLocation ( FVector * result)
inline

Definition at line 2268 of file Actor.h.

◆ GetHitResultAtScreenPosition() [1/6]

bool APlayerController::GetHitResultAtScreenPosition ( FVector2D ScreenPosition,
ECollisionChannel TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2139 of file Actor.h.

◆ GetHitResultAtScreenPosition() [2/6]

bool APlayerController::GetHitResultAtScreenPosition ( FVector2D ScreenPosition,
ECollisionChannel TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2270 of file Actor.h.

◆ GetHitResultAtScreenPosition() [3/6]

bool APlayerController::GetHitResultAtScreenPosition ( FVector2D ScreenPosition,
ETraceTypeQuery TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2140 of file Actor.h.

◆ GetHitResultAtScreenPosition() [4/6]

bool APlayerController::GetHitResultAtScreenPosition ( FVector2D ScreenPosition,
ETraceTypeQuery TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2271 of file Actor.h.

◆ GetHitResultAtScreenPosition() [5/6]

bool APlayerController::GetHitResultAtScreenPosition ( FVector2D ScreenPosition,
TArray< TEnumAsByte< enum EObjectTypeQuery > > * ObjectTypes,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2141 of file Actor.h.

◆ GetHitResultAtScreenPosition() [6/6]

bool APlayerController::GetHitResultAtScreenPosition ( FVector2D ScreenPosition,
TArray< TEnumAsByte< enum EObjectTypeQuery > > * ObjectTypes,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2269 of file Actor.h.

◆ GetHitResultUnderCursor() [1/2]

bool APlayerController::GetHitResultUnderCursor ( ECollisionChannel TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2130 of file Actor.h.

◆ GetHitResultUnderCursor() [2/2]

bool APlayerController::GetHitResultUnderCursor ( ECollisionChannel TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2272 of file Actor.h.

◆ GetHitResultUnderCursorByChannel() [1/2]

bool APlayerController::GetHitResultUnderCursorByChannel ( ETraceTypeQuery TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2131 of file Actor.h.

◆ GetHitResultUnderCursorByChannel() [2/2]

bool APlayerController::GetHitResultUnderCursorByChannel ( ETraceTypeQuery TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2273 of file Actor.h.

◆ GetHitResultUnderCursorForObjects() [1/2]

bool APlayerController::GetHitResultUnderCursorForObjects ( TArray< TEnumAsByte< enum EObjectTypeQuery > > * ObjectTypes,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2132 of file Actor.h.

◆ GetHitResultUnderCursorForObjects() [2/2]

bool APlayerController::GetHitResultUnderCursorForObjects ( TArray< TEnumAsByte< enum EObjectTypeQuery > > * ObjectTypes,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2274 of file Actor.h.

◆ GetHitResultUnderFinger() [1/2]

bool APlayerController::GetHitResultUnderFinger ( ETouchIndex::Type FingerIndex,
ECollisionChannel TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2133 of file Actor.h.

◆ GetHitResultUnderFinger() [2/2]

bool APlayerController::GetHitResultUnderFinger ( ETouchIndex::Type FingerIndex,
ECollisionChannel TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2275 of file Actor.h.

◆ GetHitResultUnderFingerByChannel() [1/2]

bool APlayerController::GetHitResultUnderFingerByChannel ( ETouchIndex::Type FingerIndex,
ETraceTypeQuery TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2134 of file Actor.h.

◆ GetHitResultUnderFingerByChannel() [2/2]

bool APlayerController::GetHitResultUnderFingerByChannel ( ETouchIndex::Type FingerIndex,
ETraceTypeQuery TraceChannel,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2276 of file Actor.h.

◆ GetHitResultUnderFingerForObjects() [1/2]

bool APlayerController::GetHitResultUnderFingerForObjects ( ETouchIndex::Type FingerIndex,
TArray< TEnumAsByte< enum EObjectTypeQuery > > * ObjectTypes,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2135 of file Actor.h.

◆ GetHitResultUnderFingerForObjects() [2/2]

bool APlayerController::GetHitResultUnderFingerForObjects ( ETouchIndex::Type FingerIndex,
TArray< TEnumAsByte< enum EObjectTypeQuery > > * ObjectTypes,
bool bTraceComplex,
FHitResult * HitResult )
inline

Definition at line 2277 of file Actor.h.

◆ GetHUD()

AHUD * APlayerController::GetHUD ( )
inline

Definition at line 2052 of file Actor.h.

◆ GetInputAnalogKeyState() [1/2]

float APlayerController::GetInputAnalogKeyState ( FKey Key)
inline

Definition at line 2235 of file Actor.h.

◆ GetInputAnalogKeyState() [2/2]

float APlayerController::GetInputAnalogKeyState ( FKey Key)
inline

Definition at line 2278 of file Actor.h.

◆ GetInputKeyTimeDown() [1/2]

float APlayerController::GetInputKeyTimeDown ( FKey Key)
inline

Definition at line 2238 of file Actor.h.

◆ GetInputKeyTimeDown() [2/2]

float APlayerController::GetInputKeyTimeDown ( FKey Key)
inline

Definition at line 2279 of file Actor.h.

◆ GetInputMotionState() [1/2]

void APlayerController::GetInputMotionState ( FVector * Tilt,
FVector * RotationRate,
FVector * Gravity,
FVector * Acceleration )
inline

Definition at line 2237 of file Actor.h.

◆ GetInputMotionState() [2/2]

void APlayerController::GetInputMotionState ( FVector * Tilt,
FVector * RotationRate,
FVector * Gravity,
FVector * Acceleration )
inline

Definition at line 2280 of file Actor.h.

◆ GetInputMouseDelta() [1/2]

void APlayerController::GetInputMouseDelta ( float * DeltaX,
float * DeltaY )
inline

Definition at line 2240 of file Actor.h.

◆ GetInputMouseDelta() [2/2]

void APlayerController::GetInputMouseDelta ( float * DeltaX,
float * DeltaY )
inline

Definition at line 2281 of file Actor.h.

◆ GetInputTouchState()

void APlayerController::GetInputTouchState ( ETouchIndex::Type FingerIndex,
float * LocationX,
float * LocationY,
bool * bIsCurrentlyPressed )
inline

Definition at line 2282 of file Actor.h.

◆ GetInputVectorKeyState() [1/2]

FVector * APlayerController::GetInputVectorKeyState ( FVector * result,
FKey Key )
inline

Definition at line 2236 of file Actor.h.

◆ GetInputVectorKeyState() [2/2]

FVector * APlayerController::GetInputVectorKeyState ( FVector * result,
FKey Key )
inline

Definition at line 2283 of file Actor.h.

◆ GetLifetimeReplicatedProps() [1/2]

void APlayerController::GetLifetimeReplicatedProps ( TArray< FLifetimeProperty > * OutLifetimeProps)
inline

Definition at line 2210 of file Actor.h.

◆ GetLifetimeReplicatedProps() [2/2]

void APlayerController::GetLifetimeReplicatedProps ( TArray< FLifetimeProperty > * OutLifetimeProps)
inline

Definition at line 2284 of file Actor.h.

◆ GetMouseCursor() [1/2]

EMouseCursor::Type APlayerController::GetMouseCursor ( )
inline

Definition at line 2149 of file Actor.h.

◆ GetMouseCursor() [2/2]

EMouseCursor::Type APlayerController::GetMouseCursor ( )
inline

Definition at line 2285 of file Actor.h.

◆ GetMousePosition() [1/2]

bool APlayerController::GetMousePosition ( float * LocationX,
float * LocationY )
inline

Definition at line 2239 of file Actor.h.

◆ GetMousePosition() [2/2]

bool APlayerController::GetMousePosition ( float * LocationX,
float * LocationY )
inline

Definition at line 2286 of file Actor.h.

◆ GetNetConnection() [1/2]

UNetConnection * APlayerController::GetNetConnection ( )
inline

Definition at line 2056 of file Actor.h.

◆ GetNetConnection() [2/2]

UNetConnection * APlayerController::GetNetConnection ( )
inline

Definition at line 2287 of file Actor.h.

◆ GetNetOwningPlayer() [1/2]

UPlayer * APlayerController::GetNetOwningPlayer ( )
inline

Definition at line 2055 of file Actor.h.

◆ GetNetOwningPlayer() [2/2]

UPlayer * APlayerController::GetNetOwningPlayer ( )
inline

Definition at line 2288 of file Actor.h.

◆ GetNetPriority()

float APlayerController::GetNetPriority ( FVector * ViewPos,
FVector * ViewDir,
APlayerController * Viewer,
UActorChannel * InChannel,
float Time,
bool bLowBandwidth )
inline

Definition at line 2289 of file Actor.h.

◆ GetNextViewablePlayer() [1/2]

APlayerState * APlayerController::GetNextViewablePlayer ( int dir)
inline

Definition at line 2170 of file Actor.h.

◆ GetNextViewablePlayer() [2/2]

APlayerState * APlayerController::GetNextViewablePlayer ( int dir)
inline

Definition at line 2290 of file Actor.h.

◆ GetPawnOrSpectator() [1/2]

APawn * APlayerController::GetPawnOrSpectator ( )
inline

Definition at line 2224 of file Actor.h.

◆ GetPawnOrSpectator() [2/2]

APawn * APlayerController::GetPawnOrSpectator ( )
inline

Definition at line 2291 of file Actor.h.

◆ GetPlayerNetworkAddress() [1/2]

FString * APlayerController::GetPlayerNetworkAddress ( FString * result)
inline

Definition at line 2216 of file Actor.h.

◆ GetPlayerNetworkAddress() [2/2]

FString * APlayerController::GetPlayerNetworkAddress ( FString * result)
inline

Definition at line 2292 of file Actor.h.

+ Here is the caller graph for this function:

◆ GetPlayerViewPoint() [1/2]

void APlayerController::GetPlayerViewPoint ( FVector * out_Location,
FRotator * out_Rotation )
inline

Definition at line 2083 of file Actor.h.

◆ GetPlayerViewPoint() [2/2]

void APlayerController::GetPlayerViewPoint ( FVector * out_Location,
FRotator * out_Rotation )
inline

Definition at line 2293 of file Actor.h.

◆ GetPrivateStaticClass()

static UClass * APlayerController::GetPrivateStaticClass ( const wchar_t * Package)
inlinestatic

Definition at line 2429 of file Actor.h.

◆ GetSeamlessTravelActorList() [1/2]

void APlayerController::GetSeamlessTravelActorList ( bool bToEntry,
TArray< AActor * > * ActorList )
inline

Definition at line 2186 of file Actor.h.

◆ GetSeamlessTravelActorList() [2/2]

void APlayerController::GetSeamlessTravelActorList ( bool bToEntry,
TArray< AActor * > * ActorList )
inline

Definition at line 2294 of file Actor.h.

◆ GetSpawnLocation()

FVector * APlayerController::GetSpawnLocation ( FVector * result)
inline

Definition at line 2053 of file Actor.h.

◆ GetSplitscreenPlayerCount() [1/2]

int APlayerController::GetSplitscreenPlayerCount ( )
inline

Definition at line 2204 of file Actor.h.

◆ GetSplitscreenPlayerCount() [2/2]

int APlayerController::GetSplitscreenPlayerCount ( )
inline

Definition at line 2295 of file Actor.h.

◆ GetViewportSize() [1/2]

void APlayerController::GetViewportSize ( int * SizeX,
int * SizeY )
inline

Definition at line 2091 of file Actor.h.

◆ GetViewportSize() [2/2]

void APlayerController::GetViewportSize ( int * SizeX,
int * SizeY )
inline

Definition at line 2297 of file Actor.h.

◆ GetViewTarget() [1/2]

AActor * APlayerController::GetViewTarget ( )
inline

Definition at line 2065 of file Actor.h.

◆ GetViewTarget() [2/2]

AActor * APlayerController::GetViewTarget ( )
inline

Definition at line 2296 of file Actor.h.

◆ HasClientLoadedCurrentWorld() [1/2]

bool APlayerController::HasClientLoadedCurrentWorld ( )
inline

Definition at line 2069 of file Actor.h.

◆ HasClientLoadedCurrentWorld() [2/2]

bool APlayerController::HasClientLoadedCurrentWorld ( )
inline

Definition at line 2298 of file Actor.h.

◆ HiddenActorsField() [1/2]

TArray< AActor * > APlayerController::HiddenActorsField ( )
inline

Definition at line 1981 of file Actor.h.

◆ HiddenActorsField() [2/2]

TArray< AActor * > APlayerController::HiddenActorsField ( )
inline

Definition at line 2129 of file Actor.h.

◆ IgnoreLookInputField() [1/2]

char & APlayerController::IgnoreLookInputField ( )
inline

Definition at line 2007 of file Actor.h.

◆ IgnoreLookInputField() [2/2]

char & APlayerController::IgnoreLookInputField ( )
inline

Definition at line 2152 of file Actor.h.

◆ IgnoreMoveInputField() [1/2]

char & APlayerController::IgnoreMoveInputField ( )
inline

Definition at line 2006 of file Actor.h.

◆ IgnoreMoveInputField() [2/2]

char & APlayerController::IgnoreMoveInputField ( )
inline

Definition at line 2151 of file Actor.h.

◆ InitInputSystem() [1/2]

void APlayerController::InitInputSystem ( )
inline

Definition at line 2072 of file Actor.h.

◆ InitInputSystem() [2/2]

void APlayerController::InitInputSystem ( )
inline

Definition at line 2299 of file Actor.h.

◆ InputAxis() [1/2]

bool APlayerController::InputAxis ( FKey Key,
float Delta,
float DeltaTime,
int NumSamples,
bool bGamepad )
inline

Definition at line 2145 of file Actor.h.

◆ InputAxis() [2/2]

bool APlayerController::InputAxis ( FKey Key,
float Delta,
float DeltaTime,
int NumSamples,
bool bGamepad )
inline

Definition at line 2300 of file Actor.h.

◆ InputKey() [1/2]

bool APlayerController::InputKey ( FKey Key,
EInputEvent EventType,
float AmountDepressed,
bool bGamepad )
inline

Definition at line 2144 of file Actor.h.

◆ InputKey() [2/2]

bool APlayerController::InputKey ( FKey Key,
EInputEvent EventType,
float AmountDepressed,
bool bGamepad )
inline

Definition at line 2301 of file Actor.h.

◆ InputMotion() [1/2]

bool APlayerController::InputMotion ( FVector * Tilt,
FVector * RotationRate,
FVector * Gravity,
FVector * Acceleration )
inline

Definition at line 2147 of file Actor.h.

◆ InputMotion() [2/2]

bool APlayerController::InputMotion ( FVector * Tilt,
FVector * RotationRate,
FVector * Gravity,
FVector * Acceleration )
inline

Definition at line 2302 of file Actor.h.

◆ InputPitchScaleField() [1/2]

float & APlayerController::InputPitchScaleField ( )
inline

Definition at line 1996 of file Actor.h.

◆ InputPitchScaleField() [2/2]

float & APlayerController::InputPitchScaleField ( )
inline

Definition at line 2141 of file Actor.h.

◆ InputRollScaleField() [1/2]

float & APlayerController::InputRollScaleField ( )
inline

Definition at line 1997 of file Actor.h.

◆ InputRollScaleField() [2/2]

float & APlayerController::InputRollScaleField ( )
inline

Definition at line 2142 of file Actor.h.

◆ InputTouch() [1/2]

bool APlayerController::InputTouch ( unsigned int Handle,
ETouchType::Type Type,
FVector2D * TouchLocation,
FDateTime DeviceTimestamp,
unsigned int TouchpadIndex )
inline

Definition at line 2146 of file Actor.h.

◆ InputTouch() [2/2]

bool APlayerController::InputTouch ( unsigned int Handle,
ETouchType::Type Type,
FVector2D * TouchLocation,
FDateTime DeviceTimestamp,
unsigned int TouchpadIndex )
inline

Definition at line 2303 of file Actor.h.

◆ InputYawScaleField() [1/2]

float & APlayerController::InputYawScaleField ( )
inline

Definition at line 1995 of file Actor.h.

◆ InputYawScaleField() [2/2]

float & APlayerController::InputYawScaleField ( )
inline

Definition at line 2140 of file Actor.h.

◆ IsFrozen() [1/2]

bool APlayerController::IsFrozen ( )
inline

Definition at line 2095 of file Actor.h.

◆ IsFrozen() [2/2]

bool APlayerController::IsFrozen ( )
inline

Definition at line 2304 of file Actor.h.

◆ IsInputKeyDown() [1/2]

bool APlayerController::IsInputKeyDown ( FKey Key)
inline

Definition at line 2232 of file Actor.h.

◆ IsInputKeyDown() [2/2]

bool APlayerController::IsInputKeyDown ( FKey Key)
inline

Definition at line 2305 of file Actor.h.

◆ IsLocalController()

bool APlayerController::IsLocalController ( )
inline

Definition at line 2057 of file Actor.h.

◆ IsLookInputIgnored() [1/2]

bool APlayerController::IsLookInputIgnored ( )
inline

Definition at line 2158 of file Actor.h.

◆ IsLookInputIgnored() [2/2]

bool APlayerController::IsLookInputIgnored ( )
inline

Definition at line 2307 of file Actor.h.

◆ IsMoveInputIgnored() [1/2]

bool APlayerController::IsMoveInputIgnored ( )
inline

Definition at line 2156 of file Actor.h.

◆ IsMoveInputIgnored() [2/2]

bool APlayerController::IsMoveInputIgnored ( )
inline

Definition at line 2308 of file Actor.h.

◆ IsNetRelevantFor() [1/2]

bool APlayerController::IsNetRelevantFor ( APlayerController * RealViewer,
AActor * Viewer,
FVector * SrcLocation )
inline

Definition at line 2215 of file Actor.h.

◆ IsNetRelevantFor() [2/2]

static bool APlayerController::IsNetRelevantFor ( FTimespan A,
FTimespan B )
inlinestatic

Definition at line 2193 of file Actor.h.

◆ IsPaused() [1/2]

bool APlayerController::IsPaused ( )
inline

Definition at line 2121 of file Actor.h.

◆ IsPaused() [2/2]

bool APlayerController::IsPaused ( )
inline

Definition at line 2309 of file Actor.h.

◆ IsPlayerMuted() [1/4]

bool APlayerController::IsPlayerMuted ( FString * VivoxUsername)
inline

Definition at line 2199 of file Actor.h.

◆ IsPlayerMuted() [2/4]

bool APlayerController::IsPlayerMuted ( FString * VivoxUsername)
inline

Definition at line 2310 of file Actor.h.

◆ IsPlayerMuted() [3/4]

bool APlayerController::IsPlayerMuted ( FUniqueNetId * PlayerId)
inline

Definition at line 2198 of file Actor.h.

◆ IsPlayerMuted() [4/4]

bool APlayerController::IsPlayerMuted ( FUniqueNetId * PlayerId)
inline

Definition at line 2311 of file Actor.h.

◆ IsPrimaryPlayer() [1/2]

bool APlayerController::IsPrimaryPlayer ( )
inline

Definition at line 2202 of file Actor.h.

◆ IsPrimaryPlayer() [2/2]

bool APlayerController::IsPrimaryPlayer ( )
inline

Definition at line 2312 of file Actor.h.

◆ IsSplitscreenPlayer() [1/2]

bool APlayerController::IsSplitscreenPlayer ( int * OutSplitscreenPlayerIndex)
inline

Definition at line 2203 of file Actor.h.

◆ IsSplitscreenPlayer() [2/2]

bool APlayerController::IsSplitscreenPlayer ( int * OutSplitscreenPlayerIndex)
inline

Definition at line 2313 of file Actor.h.

◆ LastCharacterMovementTeleportUnstasisLocationField()

FVector & APlayerController::LastCharacterMovementTeleportUnstasisLocationField ( )
inline

Definition at line 2162 of file Actor.h.

◆ LastCompletedSeamlessTravelCountField() [1/2]

unsigned __int16 & APlayerController::LastCompletedSeamlessTravelCountField ( )
inline

Definition at line 2015 of file Actor.h.

◆ LastCompletedSeamlessTravelCountField() [2/2]

unsigned __int16 & APlayerController::LastCompletedSeamlessTravelCountField ( )
inline

Definition at line 2159 of file Actor.h.

◆ LastReplicatedFocalLocField() [1/2]

FVector & APlayerController::LastReplicatedFocalLocField ( )
inline

Definition at line 2017 of file Actor.h.

◆ LastReplicatedFocalLocField() [2/2]

FVector & APlayerController::LastReplicatedFocalLocField ( )
inline

Definition at line 2163 of file Actor.h.

◆ LastRetryPlayerTimeField() [1/2]

float & APlayerController::LastRetryPlayerTimeField ( )
inline

Definition at line 2013 of file Actor.h.

◆ LastRetryPlayerTimeField() [2/2]

float & APlayerController::LastRetryPlayerTimeField ( )
inline

Definition at line 2157 of file Actor.h.

◆ LastSpectatorStateSynchTimeField() [1/2]

float & APlayerController::LastSpectatorStateSynchTimeField ( )
inline

Definition at line 1982 of file Actor.h.

◆ LastSpectatorStateSynchTimeField() [2/2]

float & APlayerController::LastSpectatorStateSynchTimeField ( )
inline

Definition at line 2130 of file Actor.h.

◆ LastTeleportDistanceField() [1/2]

float & APlayerController::LastTeleportDistanceField ( )
inline

Definition at line 2019 of file Actor.h.

◆ LastTeleportDistanceField() [2/2]

float & APlayerController::LastTeleportDistanceField ( )
inline

Definition at line 2165 of file Actor.h.

◆ LastValidUnstasisCasterFrameField()

int & APlayerController::LastValidUnstasisCasterFrameField ( )
inline

Definition at line 2161 of file Actor.h.

◆ LocalPlayerCachedLODDistanceFactorField() [1/2]

float & APlayerController::LocalPlayerCachedLODDistanceFactorField ( )
inline

Definition at line 1974 of file Actor.h.

◆ LocalPlayerCachedLODDistanceFactorField() [2/2]

float & APlayerController::LocalPlayerCachedLODDistanceFactorField ( )
inline

Definition at line 2122 of file Actor.h.

◆ LocalTravel()

void APlayerController::LocalTravel ( FString * FURL)
inline

Definition at line 2314 of file Actor.h.

◆ MuteListField()

FPlayerMuteList & APlayerController::MuteListField ( )
inline

Definition at line 1990 of file Actor.h.

◆ MyHUDField() [1/2]

AHUD * APlayerController::MyHUDField ( )
inline

Definition at line 1975 of file Actor.h.

◆ MyHUDField() [2/2]

AHUD * APlayerController::MyHUDField ( )
inline

Definition at line 2123 of file Actor.h.

◆ NetConnectionField() [1/2]

UNetConnection * APlayerController::NetConnectionField ( )
inline

Definition at line 1992 of file Actor.h.

◆ NetConnectionField() [2/2]

UNetConnection * APlayerController::NetConnectionField ( )
inline

Definition at line 2138 of file Actor.h.

◆ NetConnectionHasActiveActor() [1/2]

bool APlayerController::NetConnectionHasActiveActor ( AActor * AnActor)
inline

Definition at line 2249 of file Actor.h.

◆ NetConnectionHasActiveActor() [2/2]

bool APlayerController::NetConnectionHasActiveActor ( AActor * AnActor)
inline

Definition at line 2315 of file Actor.h.

◆ NetPlayerIndexField() [1/2]

char & APlayerController::NetPlayerIndexField ( )
inline

Definition at line 1989 of file Actor.h.

◆ NetPlayerIndexField() [2/2]

char & APlayerController::NetPlayerIndexField ( )
inline

Definition at line 2136 of file Actor.h.

◆ NetSpawnActorAtLocation()

void APlayerController::NetSpawnActorAtLocation ( TSubclassOf< AActor > AnActorClass,
FVector_NetQuantize AtLocation,
FRotator_NetQuantize AtRotation,
USceneComponent * attachToComponent,
int dataIndex,
FName attachSocketName )
inline

Definition at line 2430 of file Actor.h.

◆ NetSpawnActorAtLocation_Implementation() [1/2]

void APlayerController::NetSpawnActorAtLocation_Implementation ( TSubclassOf< AActor > AnActorClass,
FVector_NetQuantize AtLocation,
FRotator_NetQuantize AtRotation,
USceneComponent * attachToComponent,
int dataIndex,
FName attachSocketName )
inline

Definition at line 2246 of file Actor.h.

◆ NetSpawnActorAtLocation_Implementation() [2/2]

void APlayerController::NetSpawnActorAtLocation_Implementation ( TSubclassOf< AActor > AnActorClass,
FVector_NetQuantize AtLocation,
FRotator_NetQuantize AtRotation,
USceneComponent * attachToComponent,
int dataIndex,
FName attachSocketName )
inline

Definition at line 2316 of file Actor.h.

◆ NotifyDirectorControl()

void APlayerController::NotifyDirectorControl ( bool bNowControlling,
AMatineeActor * CurrentMatinee )
inline

Definition at line 2317 of file Actor.h.

◆ NotifyLoadedWorld() [1/2]

void APlayerController::NotifyLoadedWorld ( FName WorldPackageName,
bool bFinalDest )
inline

Definition at line 2127 of file Actor.h.

◆ NotifyLoadedWorld() [2/2]

void APlayerController::NotifyLoadedWorld ( FName WorldPackageName,
bool bFinalDest )
inline

Definition at line 2318 of file Actor.h.

◆ NotifyServerReceivedClientData() [1/2]

bool APlayerController::NotifyServerReceivedClientData ( APawn * InPawn,
float TimeStamp )
inline

Definition at line 2173 of file Actor.h.

◆ NotifyServerReceivedClientData() [2/2]

bool APlayerController::NotifyServerReceivedClientData ( APawn * InPawn,
float TimeStamp )
inline

Definition at line 2319 of file Actor.h.

◆ OnNetCleanup() [1/2]

void APlayerController::OnNetCleanup ( UNetConnection * Connection)
inline

Definition at line 2101 of file Actor.h.

◆ OnNetCleanup() [2/2]

void APlayerController::OnNetCleanup ( UNetConnection * Connection)
inline

Definition at line 2320 of file Actor.h.

◆ Pause() [1/2]

void APlayerController::Pause ( )
inline

Definition at line 2122 of file Actor.h.

◆ Pause() [2/2]

void APlayerController::Pause ( )
inline

Definition at line 2321 of file Actor.h.

◆ PawnLeavingGame() [1/2]

void APlayerController::PawnLeavingGame ( )
inline

Definition at line 2106 of file Actor.h.

◆ PawnLeavingGame() [2/2]

void APlayerController::PawnLeavingGame ( )
inline

Definition at line 2322 of file Actor.h.

◆ PendingMapChangeLevelNamesField() [1/2]

TArray< FName > & APlayerController::PendingMapChangeLevelNamesField ( )
inline

Definition at line 1988 of file Actor.h.

◆ PendingMapChangeLevelNamesField() [2/2]

TArray< FName > & APlayerController::PendingMapChangeLevelNamesField ( )
inline

Definition at line 2135 of file Actor.h.

◆ PendingSwapConnectionField() [1/2]

UNetConnection * APlayerController::PendingSwapConnectionField ( )
inline

Definition at line 1991 of file Actor.h.

◆ PendingSwapConnectionField() [2/2]

UNetConnection * APlayerController::PendingSwapConnectionField ( )
inline

Definition at line 2137 of file Actor.h.

◆ PlayerCameraManagerClassField() [1/2]

TSubclassOf< APlayerCameraManager > & APlayerController::PlayerCameraManagerClassField ( )
inline

Definition at line 1977 of file Actor.h.

◆ PlayerCameraManagerClassField() [2/2]

TSubclassOf< APlayerCameraManager > & APlayerController::PlayerCameraManagerClassField ( )
inline

Definition at line 2125 of file Actor.h.

◆ PlayerCameraManagerField() [1/2]

APlayerCameraManager * APlayerController::PlayerCameraManagerField ( )
inline

Definition at line 1976 of file Actor.h.

◆ PlayerCameraManagerField() [2/2]

APlayerCameraManager * APlayerController::PlayerCameraManagerField ( )
inline

Definition at line 2124 of file Actor.h.

◆ PlayerField() [1/2]

UPlayer * APlayerController::PlayerField ( )
inline

Definition at line 1972 of file Actor.h.

◆ PlayerField() [2/2]

UPlayer * APlayerController::PlayerField ( )
inline

Definition at line 2120 of file Actor.h.

◆ PlayerInputField()

UPlayerInput * APlayerController::PlayerInputField ( )
inline

Definition at line 1987 of file Actor.h.

◆ PlayerTick() [1/2]

void APlayerController::PlayerTick ( float DeltaTime)
inline

Definition at line 2142 of file Actor.h.

◆ PlayerTick() [2/2]

void APlayerController::PlayerTick ( float DeltaTime)
inline

Definition at line 2323 of file Actor.h.

◆ Possess() [1/2]

void APlayerController::Possess ( APawn * PawnToPossess)
inline

Definition at line 2076 of file Actor.h.

◆ Possess() [2/2]

void APlayerController::Possess ( APawn * PawnToPossess)
inline

Definition at line 2324 of file Actor.h.

◆ PostInitializeComponents() [1/2]

void APlayerController::PostInitializeComponents ( )
inline

Definition at line 2085 of file Actor.h.

◆ PostInitializeComponents() [2/2]

void APlayerController::PostInitializeComponents ( )
inline

Definition at line 2325 of file Actor.h.

◆ PostLoad() [1/2]

void APlayerController::PostLoad ( )
inline

Definition at line 2080 of file Actor.h.

◆ PostLoad() [2/2]

void APlayerController::PostLoad ( )
inline

Definition at line 2326 of file Actor.h.

◆ PostProcessInput() [1/2]

void APlayerController::PostProcessInput ( const float DeltaTime,
const bool bGamePaused )
inline

Definition at line 2152 of file Actor.h.

◆ PostProcessInput() [2/2]

void APlayerController::PostProcessInput ( const float DeltaTime,
const bool bGamePaused )
inline

Definition at line 2327 of file Actor.h.

◆ PreviousRotationInputField()

FRotator & APlayerController::PreviousRotationInputField ( )
inline

Definition at line 1994 of file Actor.h.

◆ ProcessForceFeedback() [1/2]

void APlayerController::ProcessForceFeedback ( const float DeltaTime,
const bool bGamePaused )
inline

Definition at line 2207 of file Actor.h.

◆ ProcessForceFeedback() [2/2]

void APlayerController::ProcessForceFeedback ( const float DeltaTime,
const bool bGamePaused )
inline

Definition at line 2328 of file Actor.h.

◆ ProcessPlayerInput() [1/2]

void APlayerController::ProcessPlayerInput ( const float DeltaTime,
const bool bGamePaused )
inline

Definition at line 2151 of file Actor.h.

◆ ProcessPlayerInput() [2/2]

void APlayerController::ProcessPlayerInput ( const float DeltaTime,
const bool bGamePaused )
inline

Definition at line 2329 of file Actor.h.

◆ ProjectWorldLocationToScreen() [1/2]

bool APlayerController::ProjectWorldLocationToScreen ( FVector WorldLocation,
FVector2D * ScreenLocation )
inline

Definition at line 2330 of file Actor.h.

◆ ProjectWorldLocationToScreen() [2/2]

bool APlayerController::ProjectWorldLocationToScreen ( FVector WorldLocation,
FVector2D * ScreenLocation,
FVector * Out_ViewLocation,
FBox2D * Out_ViewRect,
bool * Out_bIsScreenLocationInsideViewRect )
inline

Definition at line 2138 of file Actor.h.

◆ ReceivedPlayer() [1/2]

void APlayerController::ReceivedPlayer ( )
inline

Definition at line 2078 of file Actor.h.

◆ ReceivedPlayer() [2/2]

void APlayerController::ReceivedPlayer ( )
inline

Definition at line 2331 of file Actor.h.

◆ ReceivedSpectatorClass() [1/2]

void APlayerController::ReceivedSpectatorClass ( TSubclassOf< AGameMode > SpectatorClass)
inline

Definition at line 2209 of file Actor.h.

◆ ReceivedSpectatorClass() [2/2]

void APlayerController::ReceivedSpectatorClass ( TSubclassOf< AGameMode > SpectatorClass)
inline

Definition at line 2332 of file Actor.h.

◆ Reset() [1/2]

void APlayerController::Reset ( )
inline

Definition at line 2092 of file Actor.h.

◆ Reset() [2/2]

void APlayerController::Reset ( )
inline

Definition at line 2333 of file Actor.h.

◆ ResetCameraMode() [1/2]

void APlayerController::ResetCameraMode ( )
inline

Definition at line 2113 of file Actor.h.

◆ ResetCameraMode() [2/2]

void APlayerController::ResetCameraMode ( )
inline

Definition at line 2334 of file Actor.h.

◆ ResetIgnoreInputFlags() [1/2]

void APlayerController::ResetIgnoreInputFlags ( )
inline

Definition at line 2153 of file Actor.h.

◆ ResetIgnoreInputFlags() [2/2]

void APlayerController::ResetIgnoreInputFlags ( )
inline

Definition at line 2335 of file Actor.h.

◆ RestartLevel()

void APlayerController::RestartLevel ( )
inline

Definition at line 2336 of file Actor.h.

◆ RotationInputField() [1/2]

FRotator & APlayerController::RotationInputField ( )
inline

Definition at line 1993 of file Actor.h.

◆ RotationInputField() [2/2]

FRotator & APlayerController::RotationInputField ( )
inline

Definition at line 2139 of file Actor.h.

◆ SafeRetryClientRestart() [1/2]

void APlayerController::SafeRetryClientRestart ( )
inline

Definition at line 2073 of file Actor.h.

◆ SafeRetryClientRestart() [2/2]

void APlayerController::SafeRetryClientRestart ( )
inline

Definition at line 2337 of file Actor.h.

◆ SafeServerCheckClientPossession() [1/2]

void APlayerController::SafeServerCheckClientPossession ( )
inline

Definition at line 2165 of file Actor.h.

◆ SafeServerCheckClientPossession() [2/2]

void APlayerController::SafeServerCheckClientPossession ( )
inline

Definition at line 2338 of file Actor.h.

◆ SafeServerUpdateSpectatorState() [1/2]

void APlayerController::SafeServerUpdateSpectatorState ( )
inline

Definition at line 2166 of file Actor.h.

◆ SafeServerUpdateSpectatorState() [2/2]

void APlayerController::SafeServerUpdateSpectatorState ( )
inline

Definition at line 2339 of file Actor.h.

◆ SeamlessTravelCountField() [1/2]

unsigned __int16 & APlayerController::SeamlessTravelCountField ( )
inline

Definition at line 2014 of file Actor.h.

◆ SeamlessTravelCountField() [2/2]

unsigned __int16 & APlayerController::SeamlessTravelCountField ( )
inline

Definition at line 2158 of file Actor.h.

◆ SeamlessTravelFrom() [1/2]

void APlayerController::SeamlessTravelFrom ( APlayerController * OldPC)
inline

Definition at line 2187 of file Actor.h.

◆ SeamlessTravelFrom() [2/2]

void APlayerController::SeamlessTravelFrom ( APlayerController * OldPC)
inline

Definition at line 2340 of file Actor.h.

◆ SendClientAdjustment() [1/2]

void APlayerController::SendClientAdjustment ( )
inline

Definition at line 2115 of file Actor.h.

◆ SendClientAdjustment() [2/2]

void APlayerController::SendClientAdjustment ( )
inline

Definition at line 2341 of file Actor.h.

◆ ServerAcknowledgePossession()

void APlayerController::ServerAcknowledgePossession ( APawn * P)
inline

Definition at line 2431 of file Actor.h.

◆ ServerAcknowledgePossession_Implementation() [1/2]

void APlayerController::ServerAcknowledgePossession_Implementation ( APawn * P)
inline

Definition at line 2096 of file Actor.h.

◆ ServerAcknowledgePossession_Implementation() [2/2]

void APlayerController::ServerAcknowledgePossession_Implementation ( APawn * P)
inline

Definition at line 2342 of file Actor.h.

◆ ServerAcknowledgePossession_Validate() [1/2]

bool APlayerController::ServerAcknowledgePossession_Validate ( APawn * P)
inline

Definition at line 2097 of file Actor.h.

◆ ServerAcknowledgePossession_Validate() [2/2]

bool APlayerController::ServerAcknowledgePossession_Validate ( APawn * P)
inline

Definition at line 2343 of file Actor.h.

◆ ServerCamera()

void APlayerController::ServerCamera ( FName NewMode)
inline

Definition at line 2432 of file Actor.h.

◆ ServerCamera_Implementation() [1/2]

void APlayerController::ServerCamera_Implementation ( FName NewMode)
inline

Definition at line 2111 of file Actor.h.

◆ ServerCamera_Implementation() [2/2]

void APlayerController::ServerCamera_Implementation ( FName NewMode)
inline

Definition at line 2344 of file Actor.h.

◆ ServerChangeName() [1/2]

void APlayerController::ServerChangeName ( FString * S)
inline

Definition at line 2267 of file Actor.h.

◆ ServerChangeName() [2/2]

void APlayerController::ServerChangeName ( FString * S)
inline

Definition at line 2433 of file Actor.h.

◆ ServerChangeName_Implementation() [1/2]

void APlayerController::ServerChangeName_Implementation ( FString * S)
inline

Definition at line 2125 of file Actor.h.

◆ ServerChangeName_Implementation() [2/2]

void APlayerController::ServerChangeName_Implementation ( FString * S)
inline

Definition at line 2345 of file Actor.h.

◆ ServerChangeName_Validate() [1/2]

bool APlayerController::ServerChangeName_Validate ( FString * S)
inline

Definition at line 2126 of file Actor.h.

◆ ServerChangeName_Validate() [2/2]

bool APlayerController::ServerChangeName_Validate ( FString * S)
inline

Definition at line 2346 of file Actor.h.

◆ ServerCheckClientPossession()

void APlayerController::ServerCheckClientPossession ( )
inline

Definition at line 2434 of file Actor.h.

◆ ServerCheckClientPossession_Implementation() [1/2]

void APlayerController::ServerCheckClientPossession_Implementation ( )
inline

Definition at line 2164 of file Actor.h.

◆ ServerCheckClientPossession_Implementation() [2/2]

void APlayerController::ServerCheckClientPossession_Implementation ( )
inline

Definition at line 2347 of file Actor.h.

◆ ServerLastReceivedSpectatorLocTimeField() [1/2]

long double & APlayerController::ServerLastReceivedSpectatorLocTimeField ( )
inline

Definition at line 1984 of file Actor.h.

◆ ServerLastReceivedSpectatorLocTimeField() [2/2]

long double & APlayerController::ServerLastReceivedSpectatorLocTimeField ( )
inline

Definition at line 2132 of file Actor.h.

◆ ServerMutePlayer() [1/2]

void APlayerController::ServerMutePlayer ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2268 of file Actor.h.

◆ ServerMutePlayer() [2/2]

void APlayerController::ServerMutePlayer ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2435 of file Actor.h.

◆ ServerMutePlayer_Implementation() [1/2]

void APlayerController::ServerMutePlayer_Implementation ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2193 of file Actor.h.

◆ ServerMutePlayer_Implementation() [2/2]

void APlayerController::ServerMutePlayer_Implementation ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2348 of file Actor.h.

◆ ServerMutePlayer_Validate()

bool APlayerController::ServerMutePlayer_Validate ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2349 of file Actor.h.

◆ ServerNotifyLoadedWorld()

void APlayerController::ServerNotifyLoadedWorld ( FName WorldPackageName)
inline

Definition at line 2436 of file Actor.h.

◆ ServerNotifyLoadedWorld_Implementation() [1/2]

void APlayerController::ServerNotifyLoadedWorld_Implementation ( FName WorldPackageName)
inline

Definition at line 2068 of file Actor.h.

◆ ServerNotifyLoadedWorld_Implementation() [2/2]

void APlayerController::ServerNotifyLoadedWorld_Implementation ( FName WorldPackageName)
inline

Definition at line 2350 of file Actor.h.

◆ ServerNotifyLoadedWorld_Validate() [1/2]

bool APlayerController::ServerNotifyLoadedWorld_Validate ( FName WorldPackageName)
inline

Definition at line 2067 of file Actor.h.

◆ ServerNotifyLoadedWorld_Validate() [2/2]

bool APlayerController::ServerNotifyLoadedWorld_Validate ( FName WorldPackageName)
inline

Definition at line 2351 of file Actor.h.

◆ ServerPause()

void APlayerController::ServerPause ( )
inline

Definition at line 2437 of file Actor.h.

◆ ServerPause_Implementation() [1/2]

void APlayerController::ServerPause_Implementation ( )
inline

Definition at line 2123 of file Actor.h.

◆ ServerPause_Implementation() [2/2]

void APlayerController::ServerPause_Implementation ( )
inline

Definition at line 2352 of file Actor.h.

◆ ServerPause_Validate() [1/2]

bool APlayerController::ServerPause_Validate ( )
inline

Definition at line 2058 of file Actor.h.

◆ ServerPause_Validate() [2/2]

bool APlayerController::ServerPause_Validate ( )
inline

Definition at line 2306 of file Actor.h.

◆ ServerReceivedPlayerControllerAck()

void APlayerController::ServerReceivedPlayerControllerAck ( )
inline

Definition at line 2438 of file Actor.h.

◆ ServerReceivedPlayerControllerAck_Implementation() [1/2]

void APlayerController::ServerReceivedPlayerControllerAck_Implementation ( )
inline

Definition at line 2247 of file Actor.h.

◆ ServerReceivedPlayerControllerAck_Implementation() [2/2]

void APlayerController::ServerReceivedPlayerControllerAck_Implementation ( )
inline

Definition at line 2353 of file Actor.h.

◆ ServerRestartPlayer() [1/2]

void APlayerController::ServerRestartPlayer ( )
inline

Definition at line 2269 of file Actor.h.

◆ ServerRestartPlayer() [2/2]

void APlayerController::ServerRestartPlayer ( )
inline

Definition at line 2439 of file Actor.h.

◆ ServerRestartPlayer_Implementation() [1/2]

void APlayerController::ServerRestartPlayer_Implementation ( )
inline

Definition at line 2174 of file Actor.h.

◆ ServerRestartPlayer_Implementation() [2/2]

void APlayerController::ServerRestartPlayer_Implementation ( )
inline

Definition at line 2354 of file Actor.h.

◆ ServerSetSpectatorLocation()

void APlayerController::ServerSetSpectatorLocation ( FVector NewLoc)
inline

Definition at line 2440 of file Actor.h.

◆ ServerSetSpectatorLocation_Implementation() [1/2]

void APlayerController::ServerSetSpectatorLocation_Implementation ( FVector NewLoc)
inline

Definition at line 2167 of file Actor.h.

◆ ServerSetSpectatorLocation_Implementation() [2/2]

void APlayerController::ServerSetSpectatorLocation_Implementation ( FVector NewLoc)
inline

Definition at line 2355 of file Actor.h.

◆ ServerShortTimeout()

void APlayerController::ServerShortTimeout ( )
inline

Definition at line 2441 of file Actor.h.

◆ ServerToggleAILogging_Implementation() [1/2]

void APlayerController::ServerToggleAILogging_Implementation ( )
inline

Definition at line 2105 of file Actor.h.

◆ ServerToggleAILogging_Implementation() [2/2]

void APlayerController::ServerToggleAILogging_Implementation ( )
inline

Definition at line 2356 of file Actor.h.

◆ ServerUnmutePlayer() [1/2]

void APlayerController::ServerUnmutePlayer ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2270 of file Actor.h.

◆ ServerUnmutePlayer() [2/2]

void APlayerController::ServerUnmutePlayer ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2442 of file Actor.h.

◆ ServerUnmutePlayer_Implementation() [1/2]

void APlayerController::ServerUnmutePlayer_Implementation ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2195 of file Actor.h.

◆ ServerUnmutePlayer_Implementation() [2/2]

void APlayerController::ServerUnmutePlayer_Implementation ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2357 of file Actor.h.

◆ ServerUnmutePlayer_Validate() [1/2]

bool APlayerController::ServerUnmutePlayer_Validate ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2194 of file Actor.h.

◆ ServerUnmutePlayer_Validate() [2/2]

bool APlayerController::ServerUnmutePlayer_Validate ( FUniqueNetIdRepl PlayerId)
inline

Definition at line 2358 of file Actor.h.

◆ ServerUpdateCamera_Implementation() [1/2]

void APlayerController::ServerUpdateCamera_Implementation ( FVector_NetQuantize CamLoc,
int CamPitchAndYaw )
inline

Definition at line 2119 of file Actor.h.

◆ ServerUpdateCamera_Implementation() [2/2]

void APlayerController::ServerUpdateCamera_Implementation ( FVector_NetQuantize CamLoc,
int CamPitchAndYaw )
inline

Definition at line 2359 of file Actor.h.

◆ ServerUpdateLevelVisibility()

void APlayerController::ServerUpdateLevelVisibility ( FName PackageName,
bool bIsVisible )
inline

Definition at line 2443 of file Actor.h.

◆ ServerUpdateLevelVisibility_Implementation() [1/2]

void APlayerController::ServerUpdateLevelVisibility_Implementation ( FName PackageName,
bool bIsVisible )
inline

Definition at line 2061 of file Actor.h.

◆ ServerUpdateLevelVisibility_Implementation() [2/2]

void APlayerController::ServerUpdateLevelVisibility_Implementation ( FName PackageName,
bool bIsVisible )
inline

Definition at line 2360 of file Actor.h.

◆ ServerUpdateLevelVisibility_Validate() [1/2]

bool APlayerController::ServerUpdateLevelVisibility_Validate ( FName PackageName,
bool bIsVisible )
inline

Definition at line 2062 of file Actor.h.

◆ ServerUpdateLevelVisibility_Validate() [2/2]

bool APlayerController::ServerUpdateLevelVisibility_Validate ( FName PackageName,
bool bIsVisible )
inline

Definition at line 2361 of file Actor.h.

◆ ServerVerifyViewTarget() [1/2]

void APlayerController::ServerVerifyViewTarget ( )
inline

Definition at line 2271 of file Actor.h.

◆ ServerVerifyViewTarget() [2/2]

void APlayerController::ServerVerifyViewTarget ( )
inline

Definition at line 2444 of file Actor.h.

◆ ServerVerifyViewTarget_Implementation() [1/2]

void APlayerController::ServerVerifyViewTarget_Implementation ( )
inline

Definition at line 2159 of file Actor.h.

◆ ServerVerifyViewTarget_Implementation() [2/2]

void APlayerController::ServerVerifyViewTarget_Implementation ( )
inline

Definition at line 2362 of file Actor.h.

◆ ServerViewNextPlayer()

void APlayerController::ServerViewNextPlayer ( )
inline

Definition at line 2445 of file Actor.h.

◆ ServerViewNextPlayer_Implementation() [1/2]

void APlayerController::ServerViewNextPlayer_Implementation ( )
inline

Definition at line 2168 of file Actor.h.

◆ ServerViewNextPlayer_Implementation() [2/2]

void APlayerController::ServerViewNextPlayer_Implementation ( )
inline

Definition at line 2363 of file Actor.h.

◆ ServerViewPrevPlayer_Implementation() [1/2]

void APlayerController::ServerViewPrevPlayer_Implementation ( )
inline

Definition at line 2169 of file Actor.h.

◆ ServerViewPrevPlayer_Implementation() [2/2]

void APlayerController::ServerViewPrevPlayer_Implementation ( )
inline

Definition at line 2364 of file Actor.h.

◆ SetAudioListenerOverride() [1/2]

void APlayerController::SetAudioListenerOverride ( USceneComponent * AttachedComponent,
FVector Location,
FRotator Rotation )
inline

Definition at line 2162 of file Actor.h.

◆ SetAudioListenerOverride() [2/2]

void APlayerController::SetAudioListenerOverride ( USceneComponent * AttachedComponent,
FVector Location,
FRotator Rotation )
inline

Definition at line 2365 of file Actor.h.

◆ SetCameraMode() [1/2]

void APlayerController::SetCameraMode ( FName NewCamMode)
inline

Definition at line 2112 of file Actor.h.

◆ SetCameraMode() [2/2]

void APlayerController::SetCameraMode ( FName NewCamMode)
inline

Definition at line 2238 of file Actor.h.

◆ SetCinematicMode() [1/4]

void APlayerController::SetCinematicMode ( bool bInCinematicMode,
bool bAffectsMovement,
bool bAffectsTurning )
inline

Definition at line 2154 of file Actor.h.

◆ SetCinematicMode() [2/4]

void APlayerController::SetCinematicMode ( bool bInCinematicMode,
bool bAffectsMovement,
bool bAffectsTurning )
inline

Definition at line 2367 of file Actor.h.

◆ SetCinematicMode() [3/4]

void APlayerController::SetCinematicMode ( bool bInCinematicMode,
bool bHidePlayer,
bool bAffectsHUD,
bool bAffectsMovement,
bool bAffectsTurning )
inline

Definition at line 2178 of file Actor.h.

◆ SetCinematicMode() [4/4]

void APlayerController::SetCinematicMode ( bool bInCinematicMode,
bool bHidePlayer,
bool bAffectsHUD,
bool bAffectsMovement,
bool bAffectsTurning )
inline

Definition at line 2366 of file Actor.h.

◆ SetIgnoreLookInput() [1/2]

void APlayerController::SetIgnoreLookInput ( bool bNewLookInput)
inline

Definition at line 2157 of file Actor.h.

◆ SetIgnoreLookInput() [2/2]

void APlayerController::SetIgnoreLookInput ( bool bNewLookInput)
inline

Definition at line 2368 of file Actor.h.

◆ SetIgnoreMoveInput() [1/2]

void APlayerController::SetIgnoreMoveInput ( bool bNewMoveInput)
inline

Definition at line 2155 of file Actor.h.

◆ SetIgnoreMoveInput() [2/2]

void APlayerController::SetIgnoreMoveInput ( bool bNewMoveInput)
inline

Definition at line 2369 of file Actor.h.

◆ SetInitialLocationAndRotation() [1/2]

void APlayerController::SetInitialLocationAndRotation ( FVector * NewLocation,
FRotator * NewRotation )
inline

Definition at line 2118 of file Actor.h.

◆ SetInitialLocationAndRotation() [2/2]

void APlayerController::SetInitialLocationAndRotation ( FVector * NewLocation,
FRotator * NewRotation )
inline

Definition at line 2370 of file Actor.h.

◆ SetKickedNotification()

void APlayerController::SetKickedNotification ( FString APIKey)
inline

Definition at line 2048 of file Actor.h.

◆ SetName() [1/2]

void APlayerController::SetName ( FString * S)
inline

Definition at line 2124 of file Actor.h.

◆ SetName() [2/2]

void APlayerController::SetName ( FString * S)
inline

Definition at line 2371 of file Actor.h.

◆ SetNetSpeed()

void APlayerController::SetNetSpeed ( int NewSpeed)
inline

Definition at line 2372 of file Actor.h.

◆ SetPawn() [1/2]

void APlayerController::SetPawn ( APawn * InPawn)
inline

Definition at line 2211 of file Actor.h.

◆ SetPawn() [2/2]

void APlayerController::SetPawn ( APawn * InPawn)
inline

Definition at line 2373 of file Actor.h.

◆ SetPlayer() [1/2]

void APlayerController::SetPlayer ( UPlayer * InPlayer)
inline

Definition at line 2213 of file Actor.h.

◆ SetPlayer() [2/2]

void APlayerController::SetPlayer ( UPlayer * InPlayer)
inline

Definition at line 2374 of file Actor.h.

◆ SetSpawnLocation() [1/2]

void APlayerController::SetSpawnLocation ( FVector * NewLocation)
inline

Definition at line 2117 of file Actor.h.

◆ SetSpawnLocation() [2/2]

void APlayerController::SetSpawnLocation ( FVector * NewLocation)
inline

Definition at line 2375 of file Actor.h.

◆ SetSpectatorPawn()

void APlayerController::SetSpectatorPawn ( ASpectatorPawn * NewSpectatorPawn)
inline

Definition at line 2221 of file Actor.h.

◆ SetupInputComponent() [1/2]

void APlayerController::SetupInputComponent ( )
inline

Definition at line 2150 of file Actor.h.

◆ SetupInputComponent() [2/2]

void APlayerController::SetupInputComponent ( )
inline

Definition at line 2377 of file Actor.h.

◆ SetVirtualJoystickVisibility() [1/2]

void APlayerController::SetVirtualJoystickVisibility ( bool bVisible)
inline

Definition at line 2243 of file Actor.h.

◆ SetVirtualJoystickVisibility() [2/2]

void APlayerController::SetVirtualJoystickVisibility ( bool bVisible)
inline

Definition at line 2376 of file Actor.h.

◆ ShouldReplicateVoicePacketFrom() [1/2]

bool APlayerController::ShouldReplicateVoicePacketFrom ( FUniqueNetId * Sender,
char ShouldUseSuperRange,
char * PlaybackFlags )
inline

Definition at line 2200 of file Actor.h.

◆ ShouldReplicateVoicePacketFrom() [2/2]

bool APlayerController::ShouldReplicateVoicePacketFrom ( FUniqueNetId * Sender,
char ShouldUseSuperRange,
char * PlaybackFlags )
inline

Definition at line 2378 of file Actor.h.

◆ ShouldShowMouseCursor() [1/2]

bool APlayerController::ShouldShowMouseCursor ( )
inline

Definition at line 2148 of file Actor.h.

◆ ShouldShowMouseCursor() [2/2]

bool APlayerController::ShouldShowMouseCursor ( )
inline

Definition at line 2379 of file Actor.h.

◆ SmoothTargetViewRotation() [1/2]

void APlayerController::SmoothTargetViewRotation ( APawn * TargetPawn,
float DeltaSeconds )
inline

Definition at line 2071 of file Actor.h.

◆ SmoothTargetViewRotation() [2/2]

void APlayerController::SmoothTargetViewRotation ( APawn * TargetPawn,
float DeltaSeconds )
inline

Definition at line 2380 of file Actor.h.

◆ SpawnDefaultHUD() [1/2]

void APlayerController::SpawnDefaultHUD ( )
inline

Definition at line 2088 of file Actor.h.

◆ SpawnDefaultHUD() [2/2]

void APlayerController::SpawnDefaultHUD ( )
inline

Definition at line 2381 of file Actor.h.

◆ SpawnHUD()

void APlayerController::SpawnHUD ( TSubclassOf< AHUD > NewHUDClass)
inline

Definition at line 2382 of file Actor.h.

◆ SpawnLocationField() [1/2]

FVector & APlayerController::SpawnLocationField ( )
inline

Definition at line 2012 of file Actor.h.

◆ SpawnLocationField() [2/2]

FVector & APlayerController::SpawnLocationField ( )
inline

Definition at line 2156 of file Actor.h.

◆ SpawnPlayerCameraManager() [1/2]

void APlayerController::SpawnPlayerCameraManager ( )
inline

Definition at line 2160 of file Actor.h.

◆ SpawnPlayerCameraManager() [2/2]

void APlayerController::SpawnPlayerCameraManager ( )
inline

Definition at line 2383 of file Actor.h.

◆ SpawnSpectatorPawn()

ASpectatorPawn * APlayerController::SpawnSpectatorPawn ( )
inline

Definition at line 2222 of file Actor.h.

◆ SpectatorPawnField()

ASpectatorPawn * APlayerController::SpectatorPawnField ( )
inline

Definition at line 2011 of file Actor.h.

◆ StartFire() [1/2]

void APlayerController::StartFire ( char FireModeNum)
inline

Definition at line 2172 of file Actor.h.

◆ StartFire() [2/2]

void APlayerController::StartFire ( char FireModeNum)
inline

Definition at line 2384 of file Actor.h.

◆ StartSpectatingOnly() [1/2]

void APlayerController::StartSpectatingOnly ( )
inline

Definition at line 2218 of file Actor.h.

◆ StartSpectatingOnly() [2/2]

void APlayerController::StartSpectatingOnly ( )
inline

Definition at line 2385 of file Actor.h.

◆ StartTalking() [1/2]

void APlayerController::StartTalking ( )
inline

Definition at line 2189 of file Actor.h.

◆ StartTalking() [2/2]

void APlayerController::StartTalking ( )
inline

Definition at line 2386 of file Actor.h.

◆ StaticClass()

static UClass * APlayerController::StaticClass ( )
inlinestatic

Definition at line 2051 of file Actor.h.

◆ StaticRegisterNativesAPlayerController() [1/2]

static void APlayerController::StaticRegisterNativesAPlayerController ( )
inlinestatic

Definition at line 2252 of file Actor.h.

◆ StaticRegisterNativesAPlayerController() [2/2]

static void APlayerController::StaticRegisterNativesAPlayerController ( )
inlinestatic

Definition at line 2446 of file Actor.h.

◆ StopTalking() [1/2]

void APlayerController::StopTalking ( )
inline

Definition at line 2190 of file Actor.h.

◆ StopTalking() [2/2]

void APlayerController::StopTalking ( )
inline

Definition at line 2387 of file Actor.h.

◆ SwitchLevel()

void APlayerController::SwitchLevel ( FString * FURL)
inline

Definition at line 2388 of file Actor.h.

◆ TargetViewRotationField() [1/2]

FRotator & APlayerController::TargetViewRotationField ( )
inline

Definition at line 1979 of file Actor.h.

◆ TargetViewRotationField() [2/2]

FRotator & APlayerController::TargetViewRotationField ( )
inline

Definition at line 2127 of file Actor.h.

◆ TickPlayerInput() [1/2]

void APlayerController::TickPlayerInput ( const float DeltaSeconds,
const bool bGamePaused )
inline

Definition at line 2214 of file Actor.h.

◆ TickPlayerInput() [2/2]

void APlayerController::TickPlayerInput ( const float DeltaSeconds,
const bool bGamePaused )
inline

Definition at line 2389 of file Actor.h.

◆ ToggleSpeaking() [1/2]

void APlayerController::ToggleSpeaking ( bool bSpeaking,
bool bUseSuperRange )
inline

Definition at line 2191 of file Actor.h.

◆ ToggleSpeaking() [2/2]

void APlayerController::ToggleSpeaking ( bool bSpeaking,
bool bUseSuperRange )
inline

Definition at line 2390 of file Actor.h.

◆ TransformComponentField() [1/2]

TSubobjectPtr< USceneComponent > & APlayerController::TransformComponentField ( )
inline

Definition at line 2003 of file Actor.h.

◆ TransformComponentField() [2/2]

TSubobjectPtr< USceneComponent > & APlayerController::TransformComponentField ( )
inline

Definition at line 2148 of file Actor.h.

◆ UnPossess() [1/2]

void APlayerController::UnPossess ( )
inline

Definition at line 2098 of file Actor.h.

◆ UnPossess() [2/2]

void APlayerController::UnPossess ( )
inline

Definition at line 2391 of file Actor.h.

◆ UpdateCameraManager() [1/2]

void APlayerController::UpdateCameraManager ( float DeltaSeconds)
inline

Definition at line 2244 of file Actor.h.

◆ UpdateCameraManager() [2/2]

void APlayerController::UpdateCameraManager ( float DeltaSeconds)
inline

Definition at line 2392 of file Actor.h.

◆ UpdatePing()

void APlayerController::UpdatePing ( float InPing)
inline

Definition at line 2393 of file Actor.h.

◆ UpdateRotation() [1/2]

void APlayerController::UpdateRotation ( float DeltaTime)
inline

Definition at line 2084 of file Actor.h.

◆ UpdateRotation() [2/2]

void APlayerController::UpdateRotation ( float DeltaTime)
inline

Definition at line 2394 of file Actor.h.

◆ UpdateStateInputComponents() [1/2]

void APlayerController::UpdateStateInputComponents ( )
inline

Definition at line 2225 of file Actor.h.

◆ UpdateStateInputComponents() [2/2]

void APlayerController::UpdateStateInputComponents ( )
inline

Definition at line 2395 of file Actor.h.

◆ ViewAPlayer() [1/2]

void APlayerController::ViewAPlayer ( int dir)
inline

Definition at line 2171 of file Actor.h.

◆ ViewAPlayer() [2/2]

void APlayerController::ViewAPlayer ( int dir)
inline

Definition at line 2396 of file Actor.h.

◆ WasInputKeyJustPressed() [1/2]

bool APlayerController::WasInputKeyJustPressed ( FKey Key)
inline

Definition at line 2233 of file Actor.h.

◆ WasInputKeyJustPressed() [2/2]

bool APlayerController::WasInputKeyJustPressed ( FKey Key)
inline

Definition at line 2397 of file Actor.h.

◆ WasInputKeyJustReleased() [1/2]

bool APlayerController::WasInputKeyJustReleased ( FKey Key)
inline

Definition at line 2234 of file Actor.h.

◆ WasInputKeyJustReleased() [2/2]

bool APlayerController::WasInputKeyJustReleased ( FKey Key)
inline

Definition at line 2398 of file Actor.h.


The documentation for this struct was generated from the following files: