The ICVFX view is displaying parameters for the entire cluster when the group in the right-most index is selected. Its expected that the right-most index group should behave like every other group, ...
AbilitySystemComponent crashes when RemoveActiveGameplayEffect is called during world teardown for an active gameplay effect that ticks periodically, by unsafe GetWorld()->GetTimerManager() access w ...
CopyFile function in CommandUtils.cs assumes that an exception will be thrown if the number of retries is exceeded, but the loop condition prevents it from being thrown. Following fix works:publics ...
There seems to be a leak in the ContactShadow determination in DeferredLightingCommon.ush ShadowRayCast(), but I could not determine if this is the specification. This problem always occurs from 4. ...
The user has added a property to material expressions input node that has a complex expression in its "EditCondition" which isn't supported and results in a crash. Investigate adding support to thi ...
Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...
The bone proxy details customization for the animation editors doesn't currently reset modifications correctly. When a transform channel is modified and then reset, the bone proxy doesn't start liv ...
This happens because of how FLANSession::Tick will handle receiving multiple response packets from a single host. FLANSession will cache the ResponseGuids of any incoming host response packets, so i ...
If you set ComponentClass override in child class BP and grandchild class BP respectively, it is ignored in grandchild class. This issue is probably related to [Link Removed]. The fix for [Link Rem ...