UVisualLoggerKismetLibrary::LogText

Logs simple text string with Visual Logger - recording for Visual Logs has to be enabled to record this data

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerKismetLibrary.h

Include

#include "VisualLogger/VisualLoggerKismetLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/VisualLogger/VisualLoggerKismetLibrary.cpp

Syntax

static void LogText
(
    UObject * WorldContextObject,
    FString Text,
    FName LogCategory,
    bool bAddToMessageLog
)

Remarks

Logs simple text string with Visual Logger - recording for Visual Logs has to be enabled to record this data

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