# 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 to wait in seconds after the NPC navigates to a point before moving on.
@editable_number(float):
Categories:=array{my_first_npc_behavior_message_module.SettingsCategory},
MinValue:=option{0.5},
MaxValue:=option{10.0}
MoveToWaitDuration:float = 5.0
Verse Library
verse
09 Create A Dedicated Debug Channel To Draw To For Th
Defines an editable float variable with UI sliders for tuning NPC behavior parameters.
extracted-snippets/documentation/en-us/uefn/create-custom-npc-behavior-in-unreal-editor-for-fortnite/09-create-a-dedicated-debug-channel-to-draw-to-for-th.verse