When a C++ project is named Test on a Binary version of the editor, the project will fail to compile. I'm assuming this is from the editor seeing a precompiled header from another file in the engine ...
Converting a C++ enum to a string should be a consistent result, however when running in the editor it returns the display-name value instead of the index value. This prevents C++ UENUMs from being ...
UBlueprint::IsDataValid() does not currently check component templates inherited from a parent Blueprint class asset's SimpleConstructionScript; only the current class hierarchy is considered. Given ...
Bindless textures do not appear to stream mip levels. This issue is separate from an already reported bindless virtual texture streaming issue. When the editor is freshly launched or when mip level ...
Dynamically loaded animation blueprints do not work within packaged product. Download the pre-made project from here: [Link Removed] ...
Customer Provided Description:This was experienced in UE 5.01 - custom installed engine (No changes to UE code, simply added the Debug build configuration, see the following command): "c:%ue_dire ...
When launching a packaged game from the nDisplay Switchboard, the nDisplayConfig file fails to link the cameras to the viewports. Inside the log generated by the Switchboard an error is displayed th ...
When moving along a positive axis using world origin shifting, the value of the axis will increase and the origin will shift until it reaches a maximum value of 2147483648.000, it will transport the ...
The editor crashes when activating cvar options for shader compilation and debugging. ...
Context One File Per Actor (OFPA) reduces overlap between users by saving data for instances of Actors in external files, removing the need to save the main Level file when making changes to its Act ...