Bisecting a BSP with another BSP with an axis scale value at a value < .25 breaks bsp faces, causing them to no longer render correctly. NOTES The value at which this begins to occur is 0.249992 ...
Currently AActor::PostEditChangeProperty always sets bDoDelayedUpdateCullDistanceVolumes to true, which will call UpdateCullDistanceVolumes. Licensees report this can take several hundred ms, which ...
The pixel format conversion code in MediaTextureResource is currently reusing the global bound shader state for different pixel shaders. This is not supported. There needs to be one shader state per ...
A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...
Editor is crashing when attempting to move a spline point after making it the root component of the blueprint ...
Standalone window in editor will hit assert in a bit of time. Issue doesn't happen is playing standalone via Visual Studio. ...
During workflow I came across this bug when I was trying to move multiple items around in the blueprint to create a structure. The weird part is that even though it doesn't reflect the movement in t ...
If the Windows Taskbar is docked on the right side of the screen, when Playing in Editor (Standalone Mode) game AND/OR a final packaged game, entering fullscreen results in the game window opening t ...
This is in response to the reported bug from UDN, here: https://udn.unrealengine.com/questions/313095/in-the-shadowdirectional-light-always-light-skelet.html ...
Fix Up Redirectors does not affect redirectors within renamed folder. ...