Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.35 KB

File metadata and controls

41 lines (33 loc) · 1.35 KB

Dev Notes

A collaborative notes plugin for Unreal 5

Features

  • Backend server decoupled from Unreal Engine
  • Persistent notes and note waypoints
  • Note tagging
  • Note filtering
  • Teleport to notes in other levels
  • Persistent sessions - you don't have to log in again until the server restarts
  • Runtime note creation for bug reports
  • Automatic syncing between machines and instances of Unreal
  • Auto refresh every 30 seconds

Setup

Consult the User Manual for more information.

  • Get and set up the DevNotes Server
  • Install the DevNotes plugin to YourProject/Plugins/DevNotes
  • Locate DevNotes Settings under Project Settings -> Engine
  • Configure server address to match the IP and port of your DevNotes server
  • Open the Notes dropdown from the Unreal Toolbar
  • Sign in using your DevNotes server credentials

Filter Syntax

Lookup: field=value

map=TestMap
user=DefaultUser
tag=Bug

AND: field=value1 value2

tag=Bug art "level design"
user="Runtime Submission" DefaultUser

OR: field=value1 field=value2

tag=bug tag=art
user=DefaultUser user="Runtime Submission" tag=bug

Wildcard: value1 value2

DefaultUser bug art