Clearing a search query in My Blueprints tab collapses all sections

UE - Gameplay - Blueprint Editor - May 6, 2019

After clearing a search query in the My Blueprint tab in the blueprint editor, all the sections will be collapsed even if they were expanded prior to searching. ...

Fill Data Table from CSV File crashes editor if the data table is open

Tools - May 6, 2019

Attempting to use the Fill Data Table from CSV File node will result in a crash if the CSV file is open when running. ...

Trigger Montage Ended Event results in Unhanded Exception

OLD - Anim - May 6, 2019

TriggerMontageEndedEvent is calling RemoveAtSwap after the NotifyEnd callback which is not safe if the ActiveAninNotifyState array is modified by the callback. WorkAround:   Add a Delay node befo ...

Deprecated: CharacterMovementComponent::bRequestedMoveUseAcceleration

UE - Gameplay - Player Movement - May 3, 2019

Licensee has brought into question the difference between NavMovementComp::bUseAccelerationForPaths Vs. CharacterMovementComponent::bRequestedMoveUseAcceleration. This led to a discussion in a Supp ...

TrackFieldData and SubSectionFieldData structs not properly being serialized during cook in the Precompiled Evaluation Template

UE - Anim - Sequencer - May 3, 2019

During compile on the fly if the evaluation field is invalidated SubSectionField data will not have been properly serialized and the meta data will not be populated correctly, as the custom serializ ...

Niagara GPU particles will always have a lifetime of one second if they use a Collision Module

UE - Niagara - May 2, 2019

GPU Particles will always have a lifetime of one second when using a collision module. This is a result of an issue with how off screen timing is handled. GPU particles that are off screen should on ...

Niagara Components can unregister themselves in the process of component registration

UE - Niagara - May 1, 2019

Spawn system attached with a system where bAutorDestroy is true and one data interface is invalid will crash the engine. ...

PVehicleDrive not null-ed in UWheeledVehicleMovementComponent::OnDestroyPhysicsState

UE - Simulation - Physics - Apr 30, 2019

PVehicleDrive is not null-ed during OnDestroyPhysicsState, which can lead to crashes during future function calls. ...

Assertion failed after closing project on Oculus Mobile - Referencing AudioMixerSourceManager.cpp:300

UE - Audio - Apr 30, 2019

This assertion seems to occur when closing the project while a sound is playing on the device. Assertion failed: CommandBuffers[NextIndex].SourceCommandQueue.Num() == 0 [File:D:/P4Workspaces/Switch ...

FAnimInstanceProxy::LODLevel isn't initialized, causing UB in PreUpdate

OLD - Anim - Apr 29, 2019

FAnimInstanceProxy::LODLevel isn't initialized before it is used in PreUpdate, causing UB on the first call. ...