If an asset is referenced using FStringAssetReference::ResolveObject in a blueprint, it cannot be garbage collected

UE - Gameplay - Blueprint - Nov 15, 2016

A licensee has reported that using FStringAssetReference::ResolveObject to reference an asset in Blueprints will result in that asset never being garbage collected. Doing the same workflow in C++ do ...

TRACKS: Icons occluded when track/actor name is longer than the panel

UE - Anim - Sequencer - Feb 11, 2016

Icons are being occluded when you shrink the actor panel in Sequencer. The expected behavior from the rest of the editor is to prioritize the functional UI elements [Image Removed] ...

Sequencer Actor details panel lacking parity with Matinee Actor details panel

UE - Anim - Sequencer - Dec 6, 2016

Sequencer Actor details panel lacking parity with Matinee Actor details panel ...

Suspend Clothing Simulation doesn't work when running from Construction Script

UE - Simulation - Physics - Character - Jan 5, 2017

If the user sets up Suspend Clothing Simulation in the Construction Script of a blueprint, it will not work when playing. It will work if setup in the Event Graph on Begin Play. ...

Ensures for Pixel and Vertex Shaders occur when running TM-ShaderModels with -onethread

UE - Graphics Features - Jan 20, 2017

Two ensures fire when opening the TM-ShaderModels Map in QAGame with the -onethread argument. The callstacks look identical with the exception that one is for a pixel shader and the other is for a v ...

Memory-only FMOD assets cause 'unable to find cached package' spam in log

UE - Foundation - Core - Cooker - Jan 23, 2017

When loading individual events/sounds in an FMOD bank file, the cook will emit a warning for each asset which pollutes the log file with superfluous messages. This is because the actual event/sound ...

Character No Longer Able to Use Nav Link After NavMesh Update

UE - AI - Feb 10, 2017

Causing a Nav Mesh update, such as by moving an actor into the NavMesh that will create a hole, seems to be breaking Nav Link Proxies by preventing characters from being able to use them. ...

Levels will not Move With Containing Folder That is Moved to Another Folder in the Content Browser

UE - Editor - Content Pipeline - Content Browser - Feb 17, 2017

When attempting to move a folder 1 that contains a level/map to another folder 2, a duplicate of the folder 1 containing the level will be generated in folder 2 while the level and original containi ...

FAssetRegistry::SaveRegistryData fails check on redirected umaps

Tools - Feb 22, 2017

When FAssetRegistry::SaveRegistryData() is invoked for a umap redirector it will fail the check check(!bIsMap || (InDependencyType == EAssetRegistryDependencyType::Soft)); Because the redirector ...

Painted Foliage Instances Randomly Culling in Splitscreen Multiplayer

UE - World Creation - Worldbuilding Tools - Foliage - Mar 15, 2017

Foliage instances are behaving strangely when playing splitscreen multiplayer in a single instance window. The instances will cull in and out of visibility depending on the size of the current playa ...