Navigation
API > API/Runtime > API/Runtime/Engine
| Name | IVisualLoggerEditorInterface |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path | #include "VisualLogger/VisualLoggerTypes.h" |
Syntax
struct IVisualLoggerEditorInterface
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| VisualLogger/VisualLoggerTypes.h | |||
| VisualLogger/VisualLoggerTypes.h | |||
const TArray< FVisualLogDevice::FVisualLogEntryItem > & GetRowItems
(
FName RowName |
VisualLogger/VisualLoggerTypes.h | ||
const FVisualLogDevice::FVisualLogEntryItem & GetSelectedItem
(
FName RowName |
VisualLogger/VisualLoggerTypes.h | ||
int32 GetSelectedItemIndex
(
FName RowName |
VisualLogger/VisualLoggerTypes.h | ||
| VisualLogger/VisualLoggerTypes.h | |||
UWorld * GetWorld() |
VisualLogger/VisualLoggerTypes.h | ||
bool IsItemVisible
(
FName RowName, |
VisualLogger/VisualLoggerTypes.h | ||
bool IsRowVisible
(
FName RowName |
VisualLogger/VisualLoggerTypes.h | ||
bool MatchCategoryFilters
(
const FString& String, |
VisualLogger/VisualLoggerTypes.h |