UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FGameplayDebuggerInputConfig Struct Reference

#include <GameplayDebuggerConfig.h>

Public Member Functions

 FGameplayDebuggerInputConfig ()
 

Public Attributes

FString ConfigName
 
FKey Key
 
uint32 bModShift: 1
 
uint32 bModCtrl: 1
 
uint32 bModAlt: 1
 
uint32 bModCmd: 1
 

Constructor & Destructor Documentation

◆ FGameplayDebuggerInputConfig()

FGameplayDebuggerInputConfig::FGameplayDebuggerInputConfig ( )
inline

Member Data Documentation

◆ bModAlt

uint32 FGameplayDebuggerInputConfig::bModAlt

◆ bModCmd

uint32 FGameplayDebuggerInputConfig::bModCmd

◆ bModCtrl

uint32 FGameplayDebuggerInputConfig::bModCtrl

◆ bModShift

uint32 FGameplayDebuggerInputConfig::bModShift

◆ ConfigName

FString FGameplayDebuggerInputConfig::ConfigName

◆ Key

FKey FGameplayDebuggerInputConfig::Key

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