Level Streaming Blocking Loads Do Not Work

UE - Gameplay - Jun 4, 2018

It is believed that If Should Block On Load is TRUE, the entire game should freeze up until the entire level is loaded. Then If Should Block On Load is FALSE, the game continues to play while the le ...

OnAudioPlacebackPercentage PlaybackPercentage (float) doesn't take into account "Start Time" from Play or FadeIn nodes

UE - Audio - Aug 17, 2020

PlaybackPercent on the OnAudioPlaybackPercent event does not account for Start Offset from the Play or FadeIn node. Reported and tested in version 4.25.3 (CL-13942748) and version 4.24.3 (CL-115903 ...

"Favorite Levels" not persisting correctly when changed in the Editor

UE - Editor - Workflow Systems - Nov 21, 2023

In the Level Editor's "File" menu, there is a "Favorite Levels" list, which is persisted in the config file "EditorPerProjectUserSettings.ini" under section "[FavoriteFiles]". Manually editing this ...

Characters with disabled Net Load on Client are loaded twice on a Standalone Client

UE - Networking - Jun 16, 2015

Characters with disabled Net Load on Client are loaded twice on a Standalone Client. This does not occur on the Server. This only occurs in Standalone, not in PIE nor in packaged games. Reproduced ...

Actors animated with sequencer cause "Begin/End Overlap" events to fire every tick

UE - Anim - Sequencer - Jul 18, 2016

Actors animated with sequencer cause "Begin/End Overlap" events to fire every tick while overlapping another actor ...

Hierarchical Instanced Static Meshes do not render in Custom Depth

UE - Graphics Features - Jan 6, 2016

When rendering a custom depth post process material Hierarchical Instanced Static Meshes will not use this even if they have been enabled to do so. Sample Project attached. ...

Android.NewKeyboard CVar doesn't work

UE - Platform - Mobile - Jun 1, 2017

Android.NewKeyboard cvar doesn't behave as documented. ...

The Select node will accept both a Parent Class and a Child Class as inputs if the Parent is added first

UE - Gameplay - Blueprint - Sep 2, 2015

The Select node will accept both a Parent Class and a Child Class as inputs if the Parent is added first. The node will compile if the Index is set to anything other than Wildcard. Note that the no ...