Navigation
API > API/Runtime > API/Runtime/GameplayDebugger
| Name | EGameplayDebuggerInputMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerTypes.h |
| Include Path | #include "GameplayDebuggerTypes.h" |
Syntax
enum EGameplayDebuggerInputMode
{
Local,
Replicated,
}
Values
| Name | Remarks |
|---|---|
| Local | Input handler is called on local category |
| Replicated | Input handler is replicated to authority category and called there |