BuildTextMesh function queued as AsyncTasks may be called during saving (renaming) a level containing Text3DComponents. The following workaround fix the problem. void UText3DComponent::BuildTextMe ...
Crash when editing a FRuntimeFloatCurve curve exposed through EventTrack or a self-made Struct from the sequencer key edit window. FRuntimeFloatCurve does not support Expose to Cinematic, so this m ...
With plural shot tracks in different rows in the sequencer window, selecting these tracks and dragging one of them (but not the bottom one) left or right will merge the rows. Please check the attach ...
User reports of stack overflow happening in canRemoveVertex in DetourTileCacheBuilder.cpp if a poly has more than 16 vertices. The array for edges is a fixed array and is written to without checking ...
A note from the user, seems like they have a fix for this already I've changed the type of UGameplayDebuggerConfig::ActivationKey to FInputChord and with ony small changes to surrounding code it ...
The blend stack node doesn't generate any values for its DeltaTimeRecord. This can be tested with the fix for [Link Removed] ...
The main landscape actor's outer level's WorldSettings gets nullified by GC on PIE end, which leads to this problem. For some reason, this only seems to occur with the attached custom game mode : it ...
Reported in SF [Link Removed] SketchUp models containing grouped elements that are mirrored will incorrectly display these elements with the default material when imported using the Keep Hierarchy ...
TextureCollectionParameters in a material assigned to a Post Process Overlay are not overridden by a MID because CopyInterpParameters in Engine\Source\Runtime\Engine\Private\Materials\MaterialInsta ...
UE4Editor crashes when creating static meshes. Event at startup time while it tries to create default object it crash sometimes. ...