External textures only work in pixel shaders

UE - Platform - Mobile - Nov 21, 2017

External textures currently only support pixel shaders, presumably because some platforms, such as Android only have pixel shader support. On other platforms this causes a regression though: For exa ...

Freeze occurs after some time when tick group is set to TG_PostUpdateWork on a class

UE - Gameplay - Nov 21, 2017

Multiple users have reported an issue where their packaged games are freezing after an indeterminate period of time. The reproduction steps and logs of each user are different but the reproduction s ...

[CrashReport] UE4Editor_MaterialEditor!FMaterialEditor::GetToolkitName() materialeditor.cpp:820

UE - Rendering Architecture - Materials - Nov 21, 2017

This is a new crash coming out of the 4.18.1 hotfix. There is no record of it previously occurring, so it is possible it may be a regression. Users have not provided any descriptions of their actio ...

[CrashReport] UE4Editor_Engine!FColorVertexBuffer::GetVertexColors() [colorvertexbuffer.cpp:313]

Tools - Nov 21, 2017

This is a common crash in the 4.18 release. Users have not provided any descriptions about their actions when the crash occurred. Source Context 301 /** 302 * Specialized assignme ...

[CrashReport] UE4Editor_Engine!FBoneContainer::GetParentBoneIndex() [bonecontainer.cpp:273]

UE - Anim - Rigging - Nov 21, 2017

This is a common crash coming out of the 4.18 release. User Descriptionsnow it crashes every time I click the "Two Bone IK" node. Hmmm... Source Context 261 int32 FBoneContainer::GetParen ...

BP - Class default value is temporary reset after parent c++ class compile.

UE - Foundation - Cpp Tools - Hot Reload - Nov 21, 2017

class default value after c++ class compile will temporary initialized. It will be restored when opening the project again. ...

Artifact holes appear within thick font outline

UE - Editor - UI Systems - Nov 21, 2017

When you make the outline very thick, holes can appear within the area of the thick outline. This would happen both in English and Japanese. ...

Virtual joysticks is not properly working when running multiple clients in PIE

UE - Editor - UI Systems - Slate - Nov 21, 2017

When running multiple clients in PIE, It looks like first created viewport client handles every input event. I tried to narrow down the causes and found that it's because SlateApplication knows jus ...

MediaAssets: Crash in UMediaSoundComponent::UpdatePlayer

Media Framework - Nov 20, 2017

When assigning the same Player ...

Ensure exiting PIE after stepping into Blueprint Function Library

UE - Gameplay - Blueprint - Nov 20, 2017

Ensure occurs when the user exits PIE after debugging a blueprint and stepping into a blueprint function library. ...