Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FVisualLogDevice > API/Runtime/Engine/FVisualLogDevice/FVisualLogEntryItem
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
VisualLogger/VisualLoggerTypes.h |
|
|
|
VisualLogger/VisualLoggerTypes.h |
|
|
|
VisualLogger/VisualLoggerTypes.h |
|
FVisualLogEntryItem()
| |
|
| Name |
FVisualLogEntryItem |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path |
#include "VisualLogger/VisualLoggerTypes.h" |
FVisualLogEntryItem()
FVisualLogEntryItem(FName, FName, const FVisualLogEntry &)
| |
|
| Name |
FVisualLogEntryItem |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path |
#include "VisualLogger/VisualLoggerTypes.h" |
FVisualLogEntryItem
(
FName InOwnerName,
FName InOwnerClassName,
const FVisualLogEntry & LogEntry
)
FVisualLogEntryItem(const FName &, const FName &, const FName &, const FVisualLogEntry &)
| |
|
| Name |
FVisualLogEntryItem |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLoggerTypes.h |
| Include Path |
#include "VisualLogger/VisualLoggerTypes.h" |
FVisualLogEntryItem
(
const FName & InOwnerName,
const FName & InOwnerDisplayName,
const FName & InOwnerClassName,
const FVisualLogEntry & InLogEntry
)