static void EnableRecording
(
bool bEnabled
)
|
|
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(DisplayName="Enable VisLog Recording", CallableWithoutWorldContext, DevelopmentOnly)
|
static void LogArrow
(
UObject* WorldContextObject,
const FVector SegmentStart,
const FVector SegmentEnd,
FString Text,
FLinearColor ObjectColor,
FName CategoryName,
bool bAddToMessageLog,
float ArrowHeadSize
)
|
Logs arrow - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Arrow", AdvancedDisplay="WorldContextObject, bAddToMessageLog, Thickness", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject")
|
static void LogBox
(
UObject* WorldContextObject,
FBox BoxShape,
FString Text,
FLinearColor ObjectColor,
FName LogCategory,
bool bAddToMessageLog,
bool bWireframe
)
|
Logs box shape - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Box 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
)
|
Logs capsule shape - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Capsule Shape", AdvancedDisplay="WorldContextObject, bAddToMessageLog", 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,
bool bWireframe
)
|
Logs circle - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Circle", AdvancedDisplay="WorldContextObject, bAddToMessageLog, Thickness", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject")
|
static void LogCone
(
UObject* WorldContextObject,
FVector Origin,
FVector Direction,
float Length,
float Angle,
FString Text,
FLinearColor ObjectColor,
FName LogCategory,
bool bAddToMessageLog,
bool bWireframe
)
|
Logs cone shape - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Cone Shape", AdvancedDisplay="WorldContextObject, bAddToMessageLog", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject")
|
static void LogCylinder
(
UObject* WorldContextObject,
FVector Start,
FVector End,
float Radius,
FString Text,
FLinearColor ObjectColor,
FName LogCategory,
bool bAddToMessageLog,
bool bWireframe
)
|
Logs cylinder shape - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Cylinder Shape", AdvancedDisplay="WorldContextObject, bAddToMessageLog", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject")
|
static void LogLocation
(
UObject* WorldContextObject,
FVector Location,
FString Text,
FLinearColor ObjectColor,
float Radius,
FName LogCategory,
bool bAddToMessageLog
)
|
Logs location as sphere with given radius - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Location", 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
)
|
Logs oriented box shape - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Oriented Box Shape", AdvancedDisplay="WorldContextObject, bAddToMessageLog", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject")
|
static void LogSegment
(
UObject* WorldContextObject,
const FVector SegmentStart,
const FVector SegmentEnd,
FString Text,
FLinearColor ObjectColor,
const float Thickness,
FName CategoryName,
bool bAddToMessageLog
)
|
Logs segment - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Segment", AdvancedDisplay="WorldContextObject, bAddToMessageLog, Thickness", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject")
|
static void LogSphere
(
UObject* WorldContextObject,
FVector Center,
float Radius,
FString Text,
FLinearColor ObjectColor,
FName LogCategory,
bool bAddToMessageLog,
bool bWireframe
)
|
Logs sphere shape - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Sphere Shape", AdvancedDisplay="WorldContextObject, bAddToMessageLog", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject")
|
static void LogText
(
UObject* WorldContextObject,
FString Text,
FName LogCategory,
bool bAddToMessageLog
)
|
Logs simple text string with Visual Logger - recording for Visual Logs has to be enabled to record this data |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, DisplayName="VisLog Text", AdvancedDisplay="WorldContextObject, bAddToMessageLog", CallableWithoutWorldContext, DevelopmentOnly, DefaultToSelf="WorldContextObject")
|
static void RedirectVislog
(
UObject* SourceOwner,
UObject* DestinationOwner
)
|
Makes SourceOwner log to DestinationOwner's vislog |
VisualLogger/VisualLoggerKismetLibrary.h |
- BlueprintCallable
- Category="Debug|VisualLogger"
- Meta=(BlueprintThreadSafe, CallableWithoutWorldContext, DevelopmentOnly)
|