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. ...
When attempting to create or use a translucent material the skylight reflection does not render. Regression: Yes Working:2946394 (binary) Broken:2963582 ...
Customer provides details, including a fix for the problem. See UDN post attached. ...
Attempting to connect to perforce as the source control provider, the editor is crashing with listed callstack. ...
Enums are unusable in data tables for importing. They import solely as their default "zero" value (albeit with the name wrong - but that still "functions" fine). Sample enum: Dog, Cat, Bird Sample ...
Get Random Point in Raduis is being replaced by Get Random Reachable Point in Raduis. In the code it is marked, commented and all but actually completely deprecated. Just needs to be pulled out com ...