No user comments in crash group 208 check(Layout.ResourceOffsets.Num() == NumResources); 209 210 for (int32 i = 0; i < NumResources; ++i) 211 { 212 ...
Launching the editor with the "-d3ddebug" command line option and then enabling the "LOD Coloration" view mode (under "Lit") results in the following D3D warning: D3D11 WARNING: ID3D11DeviceContext ...
Unreal Editor can get in an infinite while loop when the action Asset->Source Control->History is used in a Blueprint Asset. Reportedly, this issue is only encountered when using the Branches featur ...
This is a trending crash coming out of the 4.18 release. Users have not provided any descriptions of their actions when the crash occurred. It appears to crash without a project loaded, and only for ...
When using ComplexCollisionMesh of StaticMesh asset, at the time of hit, the physical material refers to the material of the drawing mesh side using the material index of the collision mesh side. T ...
Adding variables to a structure that is an input parameter of an interface function causes a compile error in any blueprint that implements the interface until the interface is recompiled. Compile ...
When we create curves on additive animations, we are creating a curve based on whether the curve exists in either the base or additive pose. This wouldn't be the expected behaviour for a user when ...
If user lock assets with Japanese comments outside source control, XML acquired in svn status may contain Japanese strings, and XML parsing may fail and become NotControlled. This issue does not oc ...
Calling the NetSerialize() function of FUniqueNetIdRepl from a custom NetSerialize() causes a crash. This only seems to occur when the struct is part of an array RPC parameter. ...
This is a common crash on Mac that occurs in the 4.16 release. This appears similar to [Link Removed], which was closed with the 4.13 release. Users have not provided descriptions. Many (but not a ...