UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGameplayDebuggerExtension_Spectator Class Reference

#include <GameplayDebuggerExtension_Spectator.h>

+ Inheritance diagram for FGameplayDebuggerExtension_Spectator:

Public Member Functions

 FGameplayDebuggerExtension_Spectator ()
 
virtual void OnDeactivated () override
 
virtual FString GetDescription () const override
 
- Public Member Functions inherited from FGameplayDebuggerExtension
virtual ~FGameplayDebuggerExtension ()
 
virtual GAMEPLAYDEBUGGER_API void OnGameplayDebuggerActivated () override
 
virtual GAMEPLAYDEBUGGER_API void OnGameplayDebuggerDeactivated () override
 
virtual GAMEPLAYDEBUGGER_API void OnActivated ()
 
GAMEPLAYDEBUGGER_API bool IsLocal () const
 
- Public Member Functions inherited from FGameplayDebuggerAddonBase
virtual ~FGameplayDebuggerAddonBase ()
 
int32 GetNumInputHandlers () const
 
FGameplayDebuggerInputHandlerGetInputHandler (int32 HandlerId)
 
GAMEPLAYDEBUGGER_API FString GetInputHandlerDescription (int32 HandlerId) const
 
GAMEPLAYDEBUGGER_API UWorldGetWorldFromReplicator () const
 
GAMEPLAYDEBUGGER_API UWorldGetDataWorld (const APlayerController *OwnerPC, const AActor *DebugActor) const
 
- Public Member Functions inherited from TSharedFromThis< FGameplayDebuggerAddonBase >
TSharedRef< FGameplayDebuggerAddonBase, Mode > AsShared ()
 
TSharedRef< FGameplayDebuggerAddonBase const, Mode > AsShared () const
 
TSharedRef< SubobjectType, Mode > AsSharedSubobject (SubobjectType *SubobjectPtr) const
 
TWeakPtr< FGameplayDebuggerAddonBase, Mode > AsWeak ()
 
TWeakPtr< FGameplayDebuggerAddonBase const, Mode > AsWeak () const
 
TWeakPtr< SubobjectType, Mode > AsWeakSubobject (SubobjectType *SubobjectPtr) const
 
void UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const
 
void UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const
 
UE_FORCEINLINE_HINT bool DoesSharedInstanceExist () const
 

Static Public Member Functions

static TSharedRef< FGameplayDebuggerExtensionMakeInstance ()
 
- Static Public Member Functions inherited from FGameplayDebuggerAddonBase
static GAMEPLAYDEBUGGER_API bool IsSimulateInEditor ()
 

Protected Member Functions

void ToggleSpectatorMode ()
 
- Protected Member Functions inherited from FGameplayDebuggerExtension
GAMEPLAYDEBUGGER_API APlayerControllerGetPlayerController () const
 
- Protected Member Functions inherited from FGameplayDebuggerAddonBase
GAMEPLAYDEBUGGER_API AActorFindLocalDebugActor () const
 
GAMEPLAYDEBUGGER_API AGameplayDebuggerCategoryReplicatorGetReplicator () const
 
template<class UserClass >
bool BindKeyPress (FName KeyName, UserClass *KeyHandlerObject, typename FGameplayDebuggerInputHandler::FHandler::TMethodPtr< UserClass > KeyHandlerFunc, EGameplayDebuggerInputMode InputMode=EGameplayDebuggerInputMode::Local)
 
template<class UserClass >
bool BindKeyPress (FName KeyName, FGameplayDebuggerInputModifier KeyModifer, UserClass *KeyHandlerObject, typename FGameplayDebuggerInputHandler::FHandler::TMethodPtr< UserClass > KeyHandlerFunc, EGameplayDebuggerInputMode InputMode=EGameplayDebuggerInputMode::Local)
 
template<class UserClass >
bool BindKeyPress (const FGameplayDebuggerInputHandlerConfig &InputConfig, UserClass *KeyHandlerObject, typename FGameplayDebuggerInputHandler::FHandler::TMethodPtr< UserClass > KeyHandlerFunc, EGameplayDebuggerInputMode InputMode=EGameplayDebuggerInputMode::Local)
 
- Protected Member Functions inherited from TSharedFromThis< FGameplayDebuggerAddonBase >
 TSharedFromThis ()
 
 TSharedFromThis (TSharedFromThis const &)
 
UE_FORCEINLINE_HINT TSharedFromThisoperator= (TSharedFromThis const &)
 
 ~TSharedFromThis ()
 

Protected Attributes

uint32 bHasInputBinding: 1
 
uint32 bIsCachedDescriptionValid: 1
 
FString CachedDescription
 
TWeakObjectPtr< ADebugCameraControllerSpectatorController
 

Additional Inherited Members

- Static Protected Member Functions inherited from TSharedFromThis< FGameplayDebuggerAddonBase >
static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > SharedThis (OtherType *ThisPtr)
 
static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > SharedThis (const OtherType *ThisPtr)
 

Constructor & Destructor Documentation

◆ FGameplayDebuggerExtension_Spectator()

FGameplayDebuggerExtension_Spectator::FGameplayDebuggerExtension_Spectator ( )

Member Function Documentation

◆ GetDescription()

FString FGameplayDebuggerExtension_Spectator::GetDescription ( ) const
overridevirtual

[LOCAL] description for gameplay debugger's header row, newline character is ignored

Reimplemented from FGameplayDebuggerExtension.

◆ MakeInstance()

TSharedRef< FGameplayDebuggerExtension > FGameplayDebuggerExtension_Spectator::MakeInstance ( )
static

◆ OnDeactivated()

void FGameplayDebuggerExtension_Spectator::OnDeactivated ( )
overridevirtual

[LOCAL] called when removed from debugger tool or tool is deactivated

Reimplemented from FGameplayDebuggerExtension.

◆ ToggleSpectatorMode()

void FGameplayDebuggerExtension_Spectator::ToggleSpectatorMode ( )
protected

Member Data Documentation

◆ bHasInputBinding

uint32 FGameplayDebuggerExtension_Spectator::bHasInputBinding
protected

◆ bIsCachedDescriptionValid

uint32 FGameplayDebuggerExtension_Spectator::bIsCachedDescriptionValid
mutableprotected

◆ CachedDescription

FString FGameplayDebuggerExtension_Spectator::CachedDescription
mutableprotected

◆ SpectatorController

TWeakObjectPtr<ADebugCameraController> FGameplayDebuggerExtension_Spectator::SpectatorController
protected

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