Event Graph 'Begin Overlap' event fires while not in Simulate or PIE. It seems to somehow be linked to the components. If the actor contains a Box Collision component and either a Static Mesh comp ...
Licensee has reported intermittent crashes when loading a map that contains Child Actors with Text Render Components. When the child actor blueprint is spawned all of the text render components st ...
From UDN. This is a hotreload bug - even though it uses FBlueprintCompileReinstancer. ...
Editor crashes on map reload, if an actor in the level is accessed by blutility get selection set. ...
This crash occurs in 4.19 and 4.20 but not 4.18. Repro'd in 4.19.0-3944462 and 4.20.0-3955769 and 3964322. This is a regression. Per UDN licensee: When I'm showing/hiding levels in editor (in le ...
When a Landscape is edited with the Retopologize tool, Dynamic Navmesh is no longer generated. This was also tested with Static Navmesh and yielded the same results. ...
Changing a variable of a component with an instance of BP derived from StaticMeshActor or SkeletalMeshActor attached to another actor will cause that variable to be read-only. It did not reproduce w ...
UPlayMontageCallbackProxy::CreateProxyObjectForPlayMontage creates a proxy object and immediately calls PlayMontage. If the montage fails to play (no mesh component, no animinstance, Montage_Play it ...
Two Sided materials are lit incorrectly on Niagara ribbons. The sides will be flipped of how they should be. ...
A UDistributionFloat property is reset to NULL when compiling a Blueprint sub-class of a C++ class that has a UDistributionFloat property. ...