If the user uses an integer to select a member of an enum, the enumeration will crash if the integer is higher than the number of members in the enum. ...
Retargeting a skeleton to a looping animation results in the animation skipping at the end of the loop (Appears to miss 1 or 2 frames.) ...
A user pointed out a potential to have an index out of range error in the source code. There are also a few magic numbers scattered around in this function. ...
Rendering appears to be inconsistent between the left and right eye of the oculus when setting r.SeparateTranslucencyScreenPercentage to a number below 100 (99 in this example) ...
Also occurs in 4.16 Tested on iPhone6S+_4982 OS: 10.2.1 and tvOS 10.2 ...
In the Mesh Paint Mode in UE 5.1, the keyboard shortcuts to change the brush (size, falloff, etc) are not working. ...
Consider a Niagara Function Script containing a Static Switch node with the "Expose as Pin" option disabled for its selector variable. Now consider another Niagara Function Script or Module Script ...
When changing the name of the math expression node it will in turn change the expression. Trying to name the node results in the math being replaced with the new name. This also works in reverse. If ...
From the UDN: > Open HapticsFeedbackEffect.cpp and naivgate ~ line 150; note HapticBuffer has length populated but never write the actual buffer data. LikeReplySelect as Best Seems like a simple f ...