In professional UE5 development, what is the recommended approach when an engine bug is discovered that blocks production?
-
A
Stop the project until Epic releases a fix
-
B
Document the bug, report it to Epic via the issue tracker, and implement a targeted workaround or engine fork fix
-
C
Downgrade to an older engine version immediately
-
D
Rewrite the affected system in Blueprint to avoid C++