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 Oriented Box Shape", AdvancedDisplay="WorldContextObject, bAddToMessageLog", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject"))
static void LogOrientedBox
(
UObject * WorldContextObject,
FBox BoxShape,
FTransform Transform,
FString Text,
FLinearColor ObjectColor,
FName LogCategory,
bool bAddToMessageLog,
bool bWireframe
)
Remarks
Logs oriented box shape - recording for Visual Logs has to be enabled to record this data