 Unreal Engine Issues
Unreal Engine IssuesWhen using the StringToBytes() function it returns one less byte due to the -1 at the end of the return. The function takes a string and converts it to bytes but it always returns one less byte than ...
Found on: //UE4/Dev-VR CL-2967563 Both the console and stat unit numbers render incorrectly, their positions in each eye do not line up correctly, causing you to 'see double'. ...
If a value with nine or more digits is entered into a numerical field the number the last few digits will be converted to another number upon accepting input. This happens in blueprints as well as ...
Specifying which orientations the iOS app supports are not honoured correctly. ie: a landscape only game will still render in Portrait mode even when Portrait is disabled in the iOS Settings panel ...
When firing a projectile that has CCD activated, the first hit on an object that is either a bsp or very thin wilil draw a debug line through the object instead of drawing away from the impact point ...
The Support UV From Hit Results flag in Project Settings does not take effect until the user restarts the editor. Enabling this doesn't let the user know that they have to restart the editor. ...
When HitTest(Self/Child) is disabled in RetainerBox, the child widget is assumed to not fire all hit test events. However, in this case, the hit test event is fired in the child widget. This is an i ...
A player with UMG widget created on BeginPlay works fine when hitting play with only 1 player, but if you set the number of player > 1 it will crash. User believes this is somewhere related with t ...
Line Trace's chained together into a ricochet do not work on all normal directions. They seem to fire inside of the object. The blueprint setup in screenshot #2 is in the MyCharacter bp. ...
Inconsistency in clickable widgets when a selection is held down . In this example the button widget reacts only once, while the combo box appears to repeatedly fire while the enter key is held ...