Collision is not generated for Planes

UE - Gameplay - Jan 30, 2017

Single Planes do not generate collision on import or with the Convex Decomposition window. Workaround: box Collision can be added via the Collision > Add Box Simplified Collision. I checked as fa ...

GetSubPaths does not return any paths when used in Standalone

Tools - Jan 30, 2017

Using the GetSubPaths command in Standalone does not return any paths. From the answerhub user's research, it seems that CachedPathTree in AssetRegistry.cpp is not being initialized like it is in ei ...

UObjectLibary::RemoveObject removes from the wrong array

UE - Gameplay - Jan 26, 2017

The UObjectLibrary::RemoveObject function has mixed up logic inside of it that causes it to remove objects from the incorrect array. It currently removes from the Objects array if bUseWeakReferences ...

Tooltips Not Displayed for Local Blueprint Variables

UE - Gameplay - Blueprint - Jan 25, 2017

Local blueprint variables do not appear to be displaying their tooltips when Get or Set. This is inconsistent behavior, as adding a non-local variable displays the tooltip when Get or Set. ...

[CrashReport] UE4Editor_UnrealEd!FEdGraphUtilities::PostProcessPastedNodes() [edgraphutilities.cpp:138]

UE - Gameplay - Blueprint - Jan 24, 2017

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Access violation - code c0000005 ( ...

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 Can Jump Indefinitely on the Client When JumpMaxHoldTime > 0

UE - Gameplay - Jan 23, 2017

Characters on the client can jump indefinitely when using a Jump Max Hold Time of > 0. It appears that this option is not available on the client. ...

Compiling a project while any editor process is open triggers a hot reload

UE - Foundation - Cpp Tools - Hot Reload - Jan 20, 2017

If you attempt to compile a project while an editor process is running, even if it is of another project entirely, it will hot reload the project instead of doing a normal compile. This can create i ...

Possible crash reimporting destructible assets

UE - Simulation - Physics - Destruction - Jan 20, 2017

This won't always happen, but the call in ImportDestructibleMeshFromApexDestructibleAsset to LODModel.ReleaseResources(); will enqueue render commands to release the resource, but the call after tha ...

Crash Occurs When Using NetProfile While Running Packaged Build With Connected Client

UE - Networking - Jan 19, 2017

A crash is occurring when attempting to use the netprofile command while running a packaged game with the server on one PC and the client on another. ...