A licensee has reported that when using Create Material Instance Dynamic and adjusting a material at run-time is not working with HLODs. It doesn't seem supported (yet) and unchecking the "merge m ...
As the title suggests, whenever you add a Sound Cue or Wave to a level and set it's 'Falloff Distance' to 0.0 the sound will no long play. I have attached a project to provide a simple regression t ...
The editor is not allowing users to save or close a project after an .FBX file has been copied to the project's Content directory and allowing the Content Browser to discover the change in source fi ...
All major UE target platforms are little-endian. Saving packages with byte-swapping seems to have been broken for more than six years, when CL# 1495479 changed `FArchive::ByteOrderSerialize()` so th ...
The assert in BasePassRendering.cpp:693 fires, crashing to desktop when using this console command in the editor, in PIE, and closes out the window when playing in Standalone. Does not crash when us ...
UDN customer mentioned: "there looks to be support for motion vectors as exported from DCC apps (for rare cases like fluid sim), but regular in-engine motion vector calculation for regular motion bl ...
Passing a parameter by reference for an RPC does not seem to be a supported operation, and UnrealHeaderTool will already throw an error if a networked UFUNCTION includes any OutParms. However, users ...
When attempting to use the "All Desktop" packaging functionality, in the editor, the user is redirected to the main splash page for UE Documentation: https://docs.unrealengine.com/en-us/ I do belie ...
This is a not a regression. Tested in UE5(Binary), UE4(Binary), and UE5 Main(P4). Procedural Meshes have the option for CPDs listed in their details panel under Rendering > Advanced >Custom Primit ...
There is code in the FIntVector class (IntVector.h) that seems to be copied from the FIntRect class which is a problem since FIntRect is two dimensonal while FIntVector is three dimensional. The one ...