UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PlayerController.h File Reference

Go to the source code of this file.

Classes

struct  FDynamicForceFeedbackDetails
 
struct  FInputModeDataBase
 
struct  FInputModeUIOnly
 
struct  FUpdateLevelStreamingLevelStatus
 
struct  FInputModeGameAndUI
 
struct  FInputModeGameOnly
 
struct  FAsyncPhysicsTimestamp
 
class  APlayerController
 
class  ANoPawnPlayerController
 

Namespaces

namespace  EControllerAnalogStick
 
namespace  EDynamicForceFeedbackAction
 

Typedefs

typedef uint64 FDynamicForceFeedbackHandle
 

Enumerations

enum  EDynamicForceFeedbackAction::Type : int { EDynamicForceFeedbackAction::Start , EDynamicForceFeedbackAction::Update , EDynamicForceFeedbackAction::Stop }
 

Functions

 DECLARE_DELEGATE_RetVal (bool, FCanUnpause)
 
 DECLARE_DELEGATE_ThreeParams (FGetAudioListenerPos, FVector &, FVector &, FVector &)
 
ENGINE_API DECLARE_LOG_CATEGORY_EXTERN (LogPlayerController, Log, All)
 
 DECLARE_STATS_GROUP (TEXT("PlayerController"), STATGROUP_PlayerController, STATCAT_Advanced)
 

Typedef Documentation

◆ FDynamicForceFeedbackHandle

Function Documentation

◆ DECLARE_DELEGATE_RetVal()

DECLARE_DELEGATE_RetVal ( bool  ,
FCanUnpause   
)

Default delegate that provides an implementation for those that don't have special needs other than a toggle

◆ DECLARE_DELEGATE_ThreeParams()

DECLARE_DELEGATE_ThreeParams ( FGetAudioListenerPos  ,
FVector ,
FVector ,
FVector  
)

delegate used to override default viewport audio listener position calculated from camera

◆ DECLARE_LOG_CATEGORY_EXTERN()

ENGINE_API DECLARE_LOG_CATEGORY_EXTERN ( LogPlayerController  ,
Log  ,
All   
)

◆ DECLARE_STATS_GROUP()

DECLARE_STATS_GROUP ( TEXT("PlayerController")  ,
STATGROUP_PlayerController  ,
STATCAT_Advanced   
)