Undoing the deletion of an actor with a child actor component added via the details panel (IWCE) duplicates the child actor and the hierarchy is incorrect in the scene outliner. This seems to only h ...
Destroying the owning actor as a response to an anim montage's anim notify causes unsafe access of the current anim montage. See repro steps. ...
See licensee video here which shows the issue - [Link Removed] ...
If executing CreateDynamicMaterialInstance and SetTextureParameterValue on BeginPlay for the decal component, the decal will be different the first and second time level streaming. ...
In the following section, AnimationStreamingManager incorrectly adds in Audio's LLMTag. void FAnimationStreamingManager::UpdateResourceStreaming(float DeltaTime, bool bProcessEverything /*= fals ...
The problem seems to be that FLevelSequenceBindingReference::Resolve () fails due to LoadPackageAsync() called in the FStreamableManager::StreamInternal() function. The licensee reports that the pro ...
Vehicle wheel friction values are applied too high relative to the vehicle centre of mass. They are applied at the wheels original rest position rather than the base of the current wheel location. ...