[CrashReport] <unknown module>!NvClothPROFILE_x64!physx::shdfnd::Array<nv::cloth::`anonymous namespace'::VertexDistanceCount,nv::cloth::NonTrackingAllocator>::growAndPushBack()

UE - Simulation - Physics - Aug 9, 2018

No user comments in crash group 760 PX_ASSERT((!capacity) || (newData && (newData != mData))); 761 copy(newData, newData + mSize, mData); 762 763 // inserting elem ...

InputTouch not listed alongside other input events in 'My Blueprint' panel

UE - Gameplay - Blueprint - Aug 9, 2018

InputTouch is not listed with other events/inputs when added to a BP Graph. ...

Physics replication is not working correctly and clients receive different results

UE - Simulation - Physics - Aug 9, 2018

Physics replication is not working properly. The replicated physics are different than what is on the server. The user who reported this issue pointed out this line as well which seems to not do any ...

Infinite Loop When Generating HLOD Clusters

UE - World Creation - Worldbuilding Tools - HLOD - Aug 8, 2018

The HLOD system gets stuck in a infinite loop when building.  Comment from the user: ++I've tracked it down to this code: const AActor* UHLODProxy::FindFirstActor(const ALODActor* LODActor) { a ...

Find Session and Join Session to join a session over LAN on iOS is inconsistent and requires being run multiple times to work

UE - Networking - Aug 8, 2018

Attempting to use Find Session / Join Session to join a LAN session on iOS results in inconsistent results, requiring the client to press the join button multiple times to join properly. Currently ...

Vertex Interpolate Node Doesn't Work with Lightmass

UE - Graphics Features - Lumen - Aug 8, 2018

The vertex interpolate node doesn't work with lightmass. Found in 4.19 CL# 4033788, 4.20 CL# 4233996, and 4.21 CL# 4258917 ...

Crash upon attempting to load into session via Join Session in Blueprints on iOS

UE - Networking - Aug 8, 2018

Joining a session on iOS using the Join Session node in Blueprints causes a crash on iOS. This is similar to [Link Removed] but was requested to be entered separately. This has not been reproduced ...

MeshEditor Crashes When Tool is Selected

Tools - Aug 8, 2018

MeshEditor Crashes When Tool is Selected. Found in 4.20 CL# 4233996 and 4.21 CL# 4258917 ...

Child Actors do not replicate to clients when running project with "-game" command

UE - Networking - Aug 7, 2018

Child Actors do not replicated properly to clients when running a project using the "-game" commandline argument. This does functionality does work properly in PIE and in a cooked build however. Re ...

Actor Component Replication Not Working on Dynamically Spawned Components in Blueprint

UE - Networking - Aug 7, 2018

Actor components that are spawned dynamically through Blueprint are not being properly replicated to the client.  Found in 4.20 CL# 4233996 and reproduced in 4.21 Main CL# 4258917 Unable to test i ...