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 Capsule Shape", AdvancedDisplay="WorldContextObject, bAddToMessageLog", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject"))
static void LogCapsule
(
UObject * WorldContextObject,
FVector Base,
float HalfHeight,
float Radius,
FQuat Rotation,
FString Text,
FLinearColor ObjectColor,
FName LogCategory,
bool bAddToMessageLog,
bool bWireframe
)
Remarks
Logs capsule shape - recording for Visual Logs has to be enabled to record this data