Navigation
API > API/Runtime > API/Runtime/GameplayDebugger
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGameplayDebuggerConfig
References
| Module | GameplayDebugger |
| Header | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerConfig.h |
| Include | #include "GameplayDebuggerConfig.h" |
Syntax
class UGameplayDebuggerConfig : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FKey | ActivationKey | Key used to activate visual debugger tool | |
| bool | bDebugCanvasEnableTextShadow | Enable text shadow by default | |
| TArray< FGameplayDebuggerCategoryConfig > | Categories | ||
| FKey | CategoryRowNextKey | Select next category row | |
| FKey | CategoryRowPrevKey | Select previous category row | |
| FKey | CategorySlot0 | Select category slot 0 | |
| FKey | CategorySlot1 | Select category slot 1 | |
| FKey | CategorySlot2 | Select category slot 2 | |
| FKey | CategorySlot3 | Select category slot 3 | |
| FKey | CategorySlot4 | Select category slot 4 | |
| FKey | CategorySlot5 | Select category slot 5 | |
| FKey | CategorySlot6 | Select category slot 6 | |
| FKey | CategorySlot7 | Select category slot 7 | |
| FKey | CategorySlot8 | Select category slot 8 | |
| FKey | CategorySlot9 | Select category slot 9 | |
| float | DebugCanvasPaddingBottom | Additional canvas padding: bottom | |
| float | DebugCanvasPaddingLeft | Additional canvas padding: left | |
| float | DebugCanvasPaddingRight | Additional canvas padding: right | |
| float | DebugCanvasPaddingTop | Additional canvas padding: top | |
| TArray< FGameplayDebuggerExtensionConfig > | Extensions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGameplayDebuggerConfig
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Remove all category and extension data from unknown sources (outdated entries) | ||
| void | UpdateCategoryConfig
(
const FName CategoryName, |
Updates entry in Categories array and modifies category creation params | |
| void | UpdateCategoryInputConfig
(
const FName CategoryName, |
Updates entry in Categories array and modifies input binding params | |
| void | UpdateExtensionConfig
(
const FName ExtensionName, |
Updates entry in Extensions array and modifies extension creation params | |
| void | UpdateExtensionInputConfig
(
const FName ExtensionName, |
Updates entry in Categories array and modifies input binding params |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. | |
| void | Handles reading, writing, and reference collecting using FArchive. |