Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FDebugLineItem
| |
|
| Name |
EDebugLineType |
| Type |
enum |
| Header File |
/Engine/Source/Editor/Kismet/Public/Debugging/SKismetDebugTreeView.h |
| Include Path |
#include "Debugging/SKismetDebugTreeView.h" |
Syntax
enum EDebugLineType
{
DLT_Message,
DLT_TraceStackParent,
DLT_TraceStackChild,
DLT_Parent,
DLT_SelfWatch,
DLT_Watch,
DLT_WatchChild,
DLT_LatentAction,
DLT_Breakpoint,
DLT_BreakpointParent,
}
Values
| Name |
Remarks |
| DLT_Message |
|
| DLT_TraceStackParent |
|
| DLT_TraceStackChild |
|
| DLT_Parent |
|
| DLT_SelfWatch |
|
| DLT_Watch |
|
| DLT_WatchChild |
|
| DLT_LatentAction |
|
| DLT_Breakpoint |
|
| DLT_BreakpointParent |
|