Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VisualLogger > API/Runtime/Engine/VisualLogger/FVisualLogger
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/VisualLogger/VisualLogger.h |
| Include | #include "VisualLogger/VisualLogger.h" |
| Source | /Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLogger.cpp |
static FVisualLogEntry * GetEntryToWrite
(
const UObject * LogOwner,
const FLogCategoryBase & LogCategory
)
Remarks
Returns the current (or new) entry for the given object; alternatively nullptr if we aren't allowed to vlog with the given parameters.
Parameters
| Name | Description |
|---|---|
| LogOwner | The UObject (typically an AActor) we are going to write log entries about. This becomes the row in the Visual Logger timeline. |
| LogCategory | The LogCategory we are logging about. This function will only return a valid log entry if the visual logging is enabled for the category. |