Niagara Crash : ExportParticleDataToBlueprint module causes buffer overrun

UE - Niagara - Aug 10, 2021

This buffer overrun is probably caused by the ExportParticleDataToBlueprint module does not respecting the GPUAllocation Fixed Size setting in the module. In fact, out-of-range export data is not c ...

Copying and pasting event tracks will break endpoint bindings

UE - Anim - Sequencer - Aug 6, 2021

See linked UDN for more info. There appears to be an issue with mismatching parents when copying causing this to fail. ...

Pasting a component binding onto a Spawnable will not set up parenting correctly

UE - Anim - Sequencer - Aug 6, 2021

It appears that for spawnable bindings, when adding a child binding through a copy/paste it is not added to the child bindings array on the spawnable, so when GetChildPossessables is called, there a ...

DefaultEditor.ini dirtied when UpdateSingleSectionOfConfigFile is called for an object containing an array property

UE - Foundation - Core - Aug 5, 2021

Closing an AdvancedPreviewScene results in a call to UAssetViewerSettings::Save to save the preview scene settings, regardless of whether or not anything has been modified. This in turn calls Update ...

TextRenderComponents exist on editor dedicated server instances

UE - Networking - Aug 3, 2021

It seems as though TextRenderComponents are not intended to exist on dedicated servers. In BaseEngine.ini, they are explicitly excluded: "+ClassesExcludedOnDedicatedServer=TextRenderComponent" This ...

Crash when adding a streaming level to the world through Python

UE - World Creation - Worldbuilding Tools - World Composition - Aug 3, 2021

When using the Python plugin to add an existing level as a streaming level, the editor crashes. It seems that this happens regardless of what level is added or what the contents of that level are. A ...

A node in function run even if disabling compile of the node

UE - Gameplay - Aug 3, 2021

Disabling BP node will function properly in event and macro, but it does not work in function. ...

TriggerMontageEndedEvent will clear queued notifies for all instances of a montage

UE - Anim - Runtime - Jul 29, 2021

When a montage finishes and TriggerMontageEndedEvent is called, all queued notifies for that montage are cleared. However, this assumes that there is only one instance of the montage active at any ...

InstanceDecorators of URichTextBlock is increased everytime add it to viewport

UE - Editor - UI Systems - Jul 29, 2021

URichTextBlock::UpdateStyleData() does not check whether DecoratorClasses already had any specificed DecoratorClass. So every time you turn UMG on and off from the Viewport, Decorator Classes will i ...

Realtime Rendering toggle disabled after using Cloth Painting

UE - Simulation - Physics - Character - Jul 29, 2021

After finishing cloth painting, the ability to toggle Realtime Rendering in the viewport is greyed out. Additionally, the Disable Realtime Override button doesn't seem to have any effect. This probl ...