Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 2.07 KB

File metadata and controls

68 lines (51 loc) · 2.07 KB

Summary

  • <what changed, 1-3 bullets>

Motivation

<why this change is needed — the problem it solves or the goal it enables>

Linked issue

Fixes # / Related to #

Build + test evidence

=== URLab build+test summary ===
Timestamp : <UTC>
Host      : <machine>
Git HEAD  : <short-sha> (<branch>)
Engine    : <engine root>
Build     : <Succeeded|Failed>
Tests     : <pass> / <total> passed (<fail> failed)
Log       : <path>  (sha256: <hash>)
================================

Manual verification steps

Heads-up: URLab avoids shipping .uasset files where possible so the plugin stays portable across UE versions (engine content is loaded at runtime instead). If your change adds one, call it out in the summary so we can discuss — it's not a blocker, just something we try to minimise.

Checklist

  • Builds locally against UE 5.7+
  • Full URLab.* automation suite passes
  • Docs updated for user-facing changes