The Editor crashes when attempting to convert a Landscape into a Blueprint Class. Looking back to //UE4/Release-4.24 cl 11590231, this option seems to be unselectable (see attached image), which lea ...
Using old behavior by applying true to NMakeUseOemCodePage property solves this issue. in VCProject.cs// Project globals (project GUID, project type, SCC bindings, etc) { VCProjectFi ...
Because the proxy class is set to something within the game module, no warning is placed on the node as the outer package ends up being a valid Runtime module. This should actually be a warning in ...
If the ISM component is not in a blueprint, but added directly inside the level, the CPD works. If the CPD value is set from a construction script through either the Default or Transient function, i ...
The attached project was created in 4.27 and is rendered on render target when checked in 4.27. However, this does not reproduce in 5.0 or later. ...
Hit the following Ensure when trying to use the Spectrum Analyser. Also hit this in 4.26 so it doesn't appear to be a regression. Occurs with any of the following Band Settings or when creating you ...
Video example: [Link Removed] Occurs in 5.2 as well as 5.2. ...
If you add Static Mesh (cube) in this Level Sequence and click on it in Sequencer, you can observe the Spline Path that the cube is following is changing its shape when keys in Sequencer are zoomed ...
In Unreal Engine version 5.4, all Physics Linear Velocity functions inside PrimitiveComponent class are returning always a velocity of (0,0,0), even if the Body Instances are moving. This was workin ...