Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/VisualLogger
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UVisualLoggerKismetLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/VisualLogger/VisualLoggerKismetLibrary.h |
| Include | #include "VisualLogger/VisualLoggerKismetLibrary.h" |
Syntax
class UVisualLoggerKismetLibrary : public UBlueprintFunctionLibrary
Constructors
| Type | Name | Description | |
|---|---|---|---|
UVisualLoggerKismetLibrary
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnableRecording
(
bool bEnabled |
||
| void | LogBox
(
UObject* WorldContextObject, |
Logs box shape - recording for Visual Logs has to be enabled to record this data | |
| void | LogLocation
(
UObject* WorldContextObject, |
Logs location as sphere with given radius - recording for Visual Logs has to be enabled to record this data | |
| void | LogSegment
(
UObject* WorldContextObject, |
||
| void | Logs simple text string with Visual Logger - recording for Visual Logs has to be enabled to record this data | ||
| void | RedirectVislog
(
UObject* SourceOwner, |
Makes SourceOwner log to DestinationOwner's vislog |