Currently some (if not all or most) foliage CVars affect both foliage and HISMC. It would be nice to split this so that users can change the values of one without affecting the other. ...
Seems to be somehow related to components being instanced in the Construction Script according to a spline. The transforms are slightly off by more than 1.e-2f. They are reconstructed on load with a ...
Changing a gameplay tag query's root expression in a make query node will assert if the tag editor widget is open. ...
When using the search bar while adding a new actor to the level, the search results revert back to their default state when selecting the actor. This results in behavior that appears like you're cli ...
FConsoleVariable::OnChangedCallback was changed to a multicast delegate in 4.26. Along with this, FConsoleVariableBase::SetOnChangedCallback was implemented to emulate a single delegate for compatib ...
There is a scenario where delta struct serialized fast arrays can replicate changes that introduce additional elements to the array, but without changelists containing the new data. This needs furt ...