unreal.VisualLoggerLibrary
¶
- class unreal.VisualLoggerLibrary(outer=None, name='None')¶
Bases:
unreal.BlueprintFunctionLibrary
Visual Logger Kismet Library
C++ Source:
Module: Engine
File: VisualLoggerKismetLibrary.h
- classmethod log_box(world_context_object, box_shape, text, object_color=[0.0, 0.0, 0.0, 0.0], log_category='VisLogBP', add_to_message_log=False) → None¶
Logs box shape - recording for Visual Logs has to be enabled to record this data
- classmethod log_location(world_context_object, location, text, object_color=[0.0, 0.0, 0.0, 0.0], radius=10.0, log_category='VisLogBP', add_to_message_log=False) → None¶
Logs location as sphere with given radius - recording for Visual Logs has to be enabled to record this data
- classmethod log_segment(world_context_object, segment_start, segment_end, text, object_color=[0.0, 0.0, 0.0, 0.0], thickness=0.0, category_name='VisLogBP', add_to_message_log=False) → None¶
Log Segment