I believe this is happening because when you change your logged in user, the Slate Application will automatically create a new second slate user with an ID of 2. This is bad because the Slate App is ...
The Duration Magnitude property is not zeroed out if a Gameplay Effect's duration policy is changed from HasDuration to Instant. As a result, UAbilitySystemComponent::ApplyGameplayEffectSpecToSelf e ...
UAbilityTask_GrantNearbyInteraction passes itself as the source object when making the Interaction Ability Spec in UAbilityTask_GrantNearbyInteraction::QueryInteractables. This causes the "Warning: ...
This is a crash related to copying depth-stencil render targets to the CPU. See linked UDN for more info. ...
Arithmetic assignment operators seem to be applied twice when committed in the Niagara stack. This occurs when entering *= 2.0 for example into a float input. This may be the result of the SNiagar ...
FSequencer::UpdatePlaybackRange does not check the exclusivity of the new bounds when setting them, but UMovieScene::UpgradeTimeRanges does. ...
When a level sequence animates level visibility as well as skeletal animation on an actor within that sub-level, restoring state will first unstream the level, which will unregister the skeletal mes ...
Since changing the temporal history buffer to 11:11:10 from FP16, it looks as there is visible dithered quantization to remove banding when rendering. (Taken from conversation on Forum Post linked f ...
It only seems to be this user's game that crashes when he packages or does launch on windows I have reproduced this locally. I honestly don't know why this repro's, but I have an example project a ...