This is not a regression. Tested in //UE5/Release-5.1 CL23901901 Texture Filter Nearest isn't respected in Packaged Shipping Builds. When playing in editor, stand alone, or packaging in any other f ...
Reproduced 3/3 times. Was not able to reproduce in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. ...
Tested at X=20,000 with no issue Tested at X=500,000 with no issue Tested at X=1,000,000 issue occurs NOT A REGRESSION ...
Sequencer's View Options>Expand/Collapse Nodes and Descendants (Shift+V) does not Collapse after being Expanded (UE5.6). As described in the Steps to Reproduce section, the command expands the prope ...
This is a common crash affecting users in 4.15 and 4.16, affecting over 200 unique users so far. User Descriptionsattempt to import bp from example Source Context 5124 { 5125 // I ...
Please see the Additional Link for related UDN information. The UV popping described can be subtle, depending on settings; it's affected by spawn rate and GPU vs CPU. The popping shown in the gif t ...
I'm not sure where to set this value, but it's extremely noticeable when the value defaults to -7 and you go and place a node and it looks like a colorful square smaller than your fingernail. I tri ...
Morph Targets do not update in Construction Script Tested in 4.5 Release and in Latest Promoted (//depot/UE4/Promoted-CL-2323471) ...
Widget 3D Component isn't rendering properly on the Samsung devices. I've tested on the Samsung Galaxy Note 2, Samsung Nexus S, Samsung Galaxy S3. I'm not having any trouble on the Nexus 5 though. ...
USTRUCT(BlueprintType) struct FTestStruct { GENERATED_USTRUCT_BODY() UPROPERTY(BlueprintReadWrite) uint32 ValueC : 1 ; UPROPERTY(BlueprintReadWrite) uint32 ValueD : 1 ; }; A ...