Networked voice starts before local player is registered

UE - Networking - May 23, 2018

The voice engine starts before it is ready. FOnlineVoiceImpl::StartNetworkedVoice is called prior to VoiceEngine->RegisterLocalTalker() in FOnlineVoiceImpl::RegisterLocalTalker(). This leads to the ...

Assertion failed: UnscaledViewRect.Width() > 0

Tools - May 23, 2018

Crash when using new FCanvasDrawer Licencee notes that crash does not occur if "new FCanvasDrawer" is commented out. ...

Instanced Static Mesh component instances in levels that are not currently loaded do not have their defaults updated properly

UE - World Creation - Worldbuilding Tools - Foliage - May 17, 2018

Editing the properties of an Instanced Static Mesh or Hierarchical Instanced Static Mesh does not propagate those edits to the defaults of instances that are in levels that are not currently loaded. ...

DebugCanvas handling Windows HighDPI scaling incorectly

UE - Editor - UI Systems - Slate - May 16, 2018

Change windows DPI scaling to something other than 100% causes the DebugCanvas to display incorrect position and text size. ...

Launch URL places http:// before the given string on Android, causing some commands to fail

UE - Platform - Mobile - May 14, 2018

Attempting to launch URLs on Android causes http:// to be placed before the string that is given. This causes issues when using commands such as mailto: and tel: which do not work properly when this ...

Crash when calling a RPC function with a TSet or TMap parameter on a client

UE - Networking - May 11, 2018

Calling a RPC function with a TSet or TMap parameter on a client causes the editor to crash. Regression?: No This also occurs in 4.18 ...

Cascade drag and drop and scaling changes based on docked location with high DPI

UE - Niagara - May 11, 2018

Scaling for Cascade changes when different particle effects become docked or un-docked to different windows. Drag and drop functionality is also skewed, as the module moves further than your mouse d ...

[CrashReport] UAIBlueprintHelperLibrary::CreateMoveToProxyObject [aiblueprinthelperlibrary.h:26]

UE - Foundation - Core - May 9, 2018

User comments in crash group:I tried making an AI run into my sidescroller characterstarting level with ai 2188 void RemoveAllSwap(const PREDICATE_CLASS& Predicate, bool bAllowShrinking = tru ...

-culture= Launch Parameter no longer working when launching standalone game

UE - Editor - UI Systems - Localization - May 8, 2018

Launch parameter for changing culture no longer working with additional launch parameters. Also tested on packaged 4.19 project with same result. ...

PostRepNotifies may not always be called

UE - Networking - May 8, 2018

FObjectReplicator::UpdateUnmappedObjects calls  CallRepNotifies, but does not call PostRepNotifies. Further, the order of CallRepNotifies and PostNetReceive in FObjectReplicator::UpdateUnmappedObje ...