Non replicated actor is not destroyed on Client when added to the level

UE - Networking - May 7, 2018

When placing an actor into the level that is not replicated the client will not destroy its copy when destroy actor is called. ...

Foliage Culling is Broken on Linux

UE - Platform - Linux - Apr 25, 2018

When viewing foliage on Linux it culls in and out as the camera comes closer to it. Also changing the way it is rendered to become grey and transparent (and changing back to normal, perhaps dependin ...

The nativized 'Array_Get' custom thunk implementation fails to properly initialize the item returned in the invalid index case.

UE - Gameplay - Blueprint - Apr 19, 2018

FCustomThunkTemplates::Array_Get() fails to properly initialize a default item when the index is invalid: Item = U{}; That will leave the item uninitialized (e.g. UDS types). Should be using the ...

[CrashReport] UE4Editor_Engine!FMaterialShaderMap::GetMeshShaderMap() [materialshader.cpp:2395]

UE - Graphics Features - Mar 30, 2018

User comments in crash group:Duplicating material and switched it cause i have to use itChanging a landscape material.I just import World Machine landscape with multi-layered.Crash when reaching 16 ...

Xcode does not appear to search Library/Frameworks for a framework file that is included in a project

UE - Platform - Apple - Mar 9, 2018

Trying to build a project after including a header file from a framework located in `Library/Frameworks` fails because the file cannot be found. It looks like `Library/Frameworks` is not searched ev ...

Dithered LOD Shadowing transition issue when using Stencil with HISM

UE - Graphics Features - Feb 27, 2018

Hierarchical instance static meshes appear to have a shadowing issues when transitioning between LODs when dithering using Stencils. Note: This issue may be related to [Link Removed] or [Link Remo ...

Assets set to Literal Soft Reference Pins in Async Load nodes are not referenced

UE - Gameplay - Feb 15, 2018

When Soft Class/Object references are set to Async Load nodes by using the Literal Pin, they are not referenced by the loading blueprint. ...

Role and RemoteRole may not be correct after changing

UE - Networking - Jan 25, 2018

There are cases where changing the Role and RemoteRole of a Pawn doesn't get properly replicated. The underlying issue has to do with ScopedRoleDowngrades and Shared Shadow State. A workaround is t ...

Can't delete a folder from the World Outliner

Tools - Jan 7, 2018

This issue is in the operation of World Outliner. If it attach another actor to the actor, even if you deleted folder that existed before, the folder will exist after restarting the editor. If it mo ...

[CrashReport] UE4Editor-MetalRHI.dylib!TRefCountPtr<FRHIUnorderedAccessView>::operator=()

UE - Graphics Features - Jan 4, 2018

There are currently no comments from users ...