A licensee is reporting a crash when he transforms/moves a single instance of foliage, when there are 15,000 or more painted instances of that mesh in a single map. Regression Yes, I tested the sam ...
As the title suggests, whenever you attempt to add a third player using splitscreen, whenever the third player is created the viewport renders black. This only occurs when the viewport is sized to a ...
Arrays chosen through a Select node cannot be altered. Note - This is also reproducible using any of these nodes instead of using 'Add':Add UniqueSet Array ElemInsert ...
When using a Two-Sided Material and Shadowing Two-Sided for a Plane or Landscape, with non-flat normals, there are parts of the material which are still illuminated. I have provided a test project ...
When importing a Static Mesh into UE4 that is using the SOCKET_ naming, and is part of a Level of Detail set, the socket is discarded. If the Level of Detail set is removed from the Static Mesh, t ...
An apk packaged in 4.8 release with 'Package game data inside .apk' unchecked does not create a SaveGame folder in the device's directory and does not create a .sav file. File is saved if the SaveGa ...
Child character's Variable changes to the default value in a packaged project. User Description: Name of player character resets (to default value specified in parent class) after packaging. 3. P ...
Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 785] Array index out of bounds: 2 from an array of size 2 Source Context: 363 return OwnerController->GetPawn(); ...
Looking at the propagate function:void UAnimStateTransitionNode::PropagateCrossfadeSettings() { UEdGraph* CurrentGraph = GetGraph(); for (int32 idx = 0; idx < CurrentGraph->Nodes.Num(); idx++) ...
The new custom editor build steps don't properly advance when we complete an async build step, looks like it was untested. ...