UVisualLoggerKismetLibrary::LogLocation

Logs location as sphere with given radius - 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 LogLocation
(
    UObject * WorldContextObject,
    FVector Location,
    FString Text,
    FLinearColor ObjectColor,
    float Radius,
    FName LogCategory,
    bool bAddToMessageLog
)

Remarks

Logs location as sphere with given radius - 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