The following code can often be found in UNiagaraDataInterfaceChaosDestruction.const int32 ParticleID = ParticleIDParam.GetAndAdvance() - LastSpawnedPointID + 1; The LastSpawnedPointID is usual ...
Copying a grouped MaterialInstanceParameterDetail property that has spaces on it's name does not enclose it in double quotes, and later pasting won't work as expected. The licensee noticed this in a ...
When duplicating a blueprint interface, the GraphGuids of the original BP interface's function graphs are unchanged: function graphs across the two BP interfaces now have the same GraphGuid. This is ...
Temporal samples cause more than one frame to be rendered with a custom range of 1 frame ...
it appears that meshes cannot be removed from the main pass and still write to the custom depth pass when using ES3.1 ...
Widget components appear to be affected by lighting. This causes differences in color between widget components and widgets that have been added to the viewport. ...
Using the sg.ResolutionQuality command in code or the console has no effect in 4.6.1 or 4.7. ...
I tried to debug. In:for (int32 StackIndex = Stack.Num() - 1; StackIndex >= FirstStackIndexToRemove; --StackIndex) { Stack[StackIndex]->Dismiss(); // <-- here } It crashes because Stack is em ...
If the Preview rendering level is changed to Android ES3.1 Preview during PIE, the editor will crash. ...
The editor crashes when activating cvar options for shader compilation and debugging. ...