8 lines
305 B
C++
8 lines
305 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "SVisualLoggerTableRow.h"
|
|
|
|
const FLazyName SVisualLoggerTableRow::ColumnId_CategoryLabel("Category");
|
|
const FLazyName SVisualLoggerTableRow::ColumnId_VerbosityLabel("Verbosity");
|
|
const FLazyName SVisualLoggerTableRow::ColumnId_LogLabel("Log");
|