Verse Library verse

01 Snippet

Device displaying in-game debug messages via a customizable per-player UI window.

extracted-snippets/community/snippets/rV0r/fortnite-debug-log-window/01-snippet.verse

# Source URL: https://dev.epicgames.com/community/snippets/rV0r/fortnite-debug-log-window
# Local doc:  epic-docs/community/snippets/rV0r/fortnite-debug-log-window.md
  GDebugLog<public> := module:
  <#
  Created by Gorosuke
  Version: 1.1.0
  Don't rename these modules
  モジュール名の変更はしないでください
  #>
  using { /Verse.org/Assets }
  using { /Verse.org/Colors }
  using { /Verse.org/Simulation }
  using { /UnrealEngine.com/Temporary/SpatialMath }
  using { /UnrealEngine.com/Temporary/UI }
  using { /Fortnite.com/Characters }
  using { /Fortnite.com/Devices }
  using { /Fortnite.com/UI }
  using { Categories }
  using { Data }
  using { Devices }
  using { Internal }
  using { Functions }
  using { Widgets }
  using { WidgetInternal }
  Devices<public> := module:
  debug_log_device<public> := class(creative_device):
  @editable
  DebugMode<private>:debug_mode = debug_mode.Development
  @editable
  ShowButton:button_device = button_device{}

Sign in free to read the full source 🌴

This Verse Library file is members-only. Create a free account to view the complete source and download the .verse file.

Sign in with Discord

Comments

    Sign in to vote, comment, or suggest an edit. Sign in