The user comment on the Salesforce issue " This is a regression from the behaviour in 5.3.X, and I've reproduced it in 5.4.0, 5.4.1, and 5.4.2. The specific issue/change that caused this regression ...
FCableSceneProxy::BuildCableMesh in CableComponent.cpp:233 showed up as a hot spot in profiling because the two TArray allocators in SetDynamicData_RenderThread used by BuildCableMesh are created an ...
Effects Quality settings within the device profiles, or even set in the .ini file seem to be ignored. Even when you're calling sg.effectsquality in the console command, it's ignored. The only way I ...
The new SceneCapture2d feature 'SceneDepth in R' is not rendering the scenes depth in both Perspective and Orthographic projections as expected. The user originally mentioned he was using Orthograp ...
If a struct has a variable set to a class type, then the object of that class type is moved to a new folder in the editor, the struct will replace the class type with "class", which causes the edito ...
Standalone is crashing when a map containing a sub level that has an actor containing a child actor component is streamed in, or if the level is set to be always loaded. To be clear, this is not c ...
Whenever you use the same login to connect to SVN source control in the editor, the editor's SVN plugin is unable to differentiate between two working copies of the same repo. Any checkouts made in ...
While going through a GPU pass, film setting in post processing isn't working as expected. This does not seem to be GPU specific The displays should resemble the images in the documentation - PPE ...
I came across this bug while attempting to verify UE-41073. That bug is verified, but I accidentally added the struct into the collapsed node without going into the collapsed graph and split the col ...
It is not possible to use the Create StaticMesh button to create a Static Mesh from a Procedural Mesh with only 3 verts. The following if check is the reason:if (RawMesh.VertexPositions.Num() > 3 && ...