Zdexby TheHolyOneZ
5,360 classes
Class

UVisualLoggerKismetLibrary

: UBlueprintFunctionLibrary : UObject
/Script/Engine.VisualLoggerKismetLibrary 0x0028 (40 B) align 8 inherited 0x0028 vtable /Script/Engine
0x00x0028

Members 0

OffsetSizeNameTypeFlagsDefault
No reflected members.

Functions 13

SignatureFlagsNativeParams
void RedirectVislog(UObject* SourceOwner, UObject* DestinationOwner)FinalNative+2 flags0x10
void LogText(UObject* WorldContextObject, const FString& Text, const FName& LogCategory, bool bAddToMessageLog)FinalNative+2 flags0x21
void LogSphere(UObject* WorldContextObject, const FVector& Center, float Radius, const FString& Text, const FLinearColor& ObjectColor, const FName& LogCategory, bool bAddToMessageLog, bool bWireframe)FinalNative+2 flags0x52
void LogSegment(UObject* WorldContextObject, const FVector& SegmentStart, const FVector& SegmentEnd, const FString& Text, const FLinearColor& ObjectColor, float Thickness, const FName& CategoryName, bool bAddToMessageLog)FinalNative+2 flags0x65
void LogOrientedBox(UObject* WorldContextObject, const FBox& BoxShape, const FTransform& Transform, const FString& Text, const FLinearColor& ObjectColor, const FName& LogCategory, bool bAddToMessageLog, bool bWireframe)FinalNative+2 flags0xCA
void LogLocation(UObject* WorldContextObject, const FVector& Location, const FString& Text, const FLinearColor& ObjectColor, float Radius, const FName& LogCategory, bool bAddToMessageLog)FinalNative+2 flags0x4D
void LogCylinder(UObject* WorldContextObject, const FVector& Start, const FVector& End, float Radius, const FString& Text, const FLinearColor& ObjectColor, const FName& LogCategory, bool bAddToMessageLog, bool bWireframe)FinalNative+2 flags0x6A
void LogCone(UObject* WorldContextObject, const FVector& Origin, const FVector& Direction, float Length, float Angle, const FString& Text, const FLinearColor& ObjectColor, const FName& LogCategory, bool bAddToMessageLog, bool bWireframe)FinalNative+2 flags0x6A
void LogCircle(UObject* WorldContextObject, const FVector& Center, const FVector& UpAxis, float Radius, const FString& Text, const FLinearColor& ObjectColor, float Thickness, const FName& CategoryName, bool bAddToMessageLog, bool bWireframe)FinalNative+2 flags0x6E
void LogCapsule(UObject* WorldContextObject, const FVector& base, float HalfHeight, float Radius, const FQuat& Rotation, const FString& Text, const FLinearColor& ObjectColor, const FName& LogCategory, bool bAddToMessageLog, bool bWireframe)FinalNative+2 flags0x7A
void LogBox(UObject* WorldContextObject, const FBox& BoxShape, const FString& Text, const FLinearColor& ObjectColor, const FName& LogCategory, bool bAddToMessageLog, bool bWireframe)FinalNative+2 flags0x6A
void LogArrow(UObject* WorldContextObject, const FVector& SegmentStart, const FVector& SegmentEnd, const FString& Text, const FLinearColor& ObjectColor, const FName& CategoryName, bool bAddToMessageLog, float ArrowHeadSize)FinalNative+2 flags0x68
void EnableRecording(bool bEnabled)FinalNative+2 flags0x01