Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VisualLogger > API/Runtime/Engine/VisualLogger/UVisualLoggerKismetLibrary
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 |
UFUNCTION (BlueprintCallable, Category="Debug|VisualLogger",
Meta=(DisplayName="VisLog Circle", AdvancedDisplay="WorldContextObject, bAddToMessageLog, Thickness", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject"))
static void LogCircle
(
UObject * WorldContextObject,
FVector Center,
FVector UpAxis,
float Radius,
FString Text,
FLinearColor ObjectColor,
const float Thickness,
FName CategoryName,
bool bAddToMessageLog
)
Remarks
Logs circle - recording for Visual Logs has to be enabled to record this data