Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...
Stepping in the inner area updates the Control Bus on the Patch, but the Modulation is applied to the Volume destination instead of Pitch. Reproduction rate: 5/5 This also occurs in //UE5/Release- ...
Project debug symbols are not appearing in crash reports in 4.8. In 4.7.6, these symbols would be included in the crash reports, but in 4.8 these lines have no information other than the project nam ...
When running Shooter Game, Highrise map, there are red artifacts rendered in the boundary areas between AO and Reflections. This is a regression from 4.7.6. In 4.7.6 - [Image Removed] In 4.8.0, Li ...
Set Actor Enable Collision is not replicated. Reproduced in 4.7.6, 4.8.2, and Main (//depot/UE4/Promotable-CL-2619427) ...
Sweep on Set Actor Location is ignored for all components that aren't the Blueprint's root. Reproduced in 4.7.6 and Main (//depot/UE4/Promotable-CL-2568226) ...
The new AI Perception system's BP API, marketed in release notes, depends on UAIPerceptionComponent::GetActorsPerception, that, as one AnswerHub user points out, is useless due to a buggy condition ...
Setting the SetActorEnableCollision blueprint node to false does not disable collision for a destructible mesh. Workaround: Adding a static Mesh component and setting any mesh will cause the collis ...
Looks like this behavior was working as expected until 5.1 Preview 2 ...