# Source URL: https://dev.epicgames.com/documentation/en-us/uefn/create-custom-npc-behavior-in-unreal-editor-for-fortnite
# Local doc: epic-docs/documentation/en-us/uefn/create-custom-npc-behavior-in-unreal-editor-for-fortnite.md
# Section: Create a dedicated debug channel to draw to for this behavior
# How long in seconds to render the look at arrow's debug draw.
@editable_number(float):
Categories:=array{my_first_npc_behavior_message_module.SettingsCategory},
MinValue:=option{0.5}
LookAtDebugDrawDuration:float = 0.5
Verse Library
verse
13 Create A Dedicated Debug Channel To Draw To For Th
Configures an editor variable controlling the display duration for AI look-at debug visuals.
extracted-snippets/documentation/en-us/uefn/create-custom-npc-behavior-in-unreal-editor-for-fortnite/13-create-a-dedicated-debug-channel-to-draw-to-for-th.verse