FVisualLogger::GetEntryToWrite

Returns current entry for given TimeStap or creates another one but first it serialize previous entry as completed to vislog devices.

Windows
MacOS
Linux

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

Syntax

FVisualLogEntry * GetEntryToWrite
(
    const UObject * Object,
    float TimeStamp,
    ECreateIfNeeded ShouldCreate
)

Remarks

Returns current entry for given TimeStap or creates another one but first it serialize previous entry as completed to vislog devices. Use VisualLogger::DontCreate to get current entry without serialization

this function can return null

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss