SetCollisionProfileName and SetCollisionEnabled aren't working in Construction Script

UE - Simulation - Physics - Dec 5, 2019

This is a regression from 4.22.3 (CL-7053642) where this setup executed as expected. Toggling Collision Profiles in 4.23.1 (CL-9631420) and onward do not affect the Static Mesh and it acts as if it ...

AudioMixer has private include in public header

UE - Audio - Dec 4, 2019

It is possible to receive a compilation error when including a public header (AudioMixerDevice.h) because it includes a private header (AudioMixerSourceManager.h)  Tested In :  4.22.3 CL#7053642  ...

Gameplay Tag Query Variables Don't Retain Custom Default Values in Custom Structs

UE - Gameplay - Dec 4, 2019

Gameplay Tag Query variables in custom structs created via the content browser do not retain custom default values. Found in 4.23.1 CL# 9631420 Reproduced in 4.24 Preview 4 CL3# 10387632, 4.25 Main ...

r.AllowOcclussionQueries causing "huge RenderQuery Result" wait time in VR

UE - Graphics Features - Dec 3, 2019

Running r.AllowOcclusionQueries 0 command seems to set bWait = true, causing large wait times Tested: 4.22.3 CL#7053642 ,   4.24P4 CL#10387632 , 4.25 CL#10479005 Link to the users video, which ...

Crash on Package When Using Nativizing Animation Blueprint Has AnimGraph Connected with Enum

UE - Gameplay - Blueprint - Dec 3, 2019

If an AnimNode connected with Enum and AnimBP is nativized, the package will occur crash. Following settings is solve this issue. [BlueprintNativizationSettings] +ExcludedBlueprintTypes=/Script/En ...

SteamVR - WidgetComponent DrawAtDesiredSize lag spike

UE - Platform - XR - Dec 3, 2019

Having an actor with a WidgetComponent + DrawAtDesiredSize will cause a lag spike when size changes in VR. Additionally, If you enter a value other than 100 in SetWorldToMetersScale the 'draw at ...

Oculus controllers are hidden in Collab VR template

UE - Platform - XR - Dec 2, 2019

Oculus Rift motion controllers aren't visible and don't respond to button input from the controllers in Collab VR. Found in 4.23.1 CL#9631420 Reproduced in 4.24 Preview 4 CL#10387632, 4.25 Main CL# ...

The Details Panel overlaps search bars when resized

Tools - Dec 2, 2019

The search fields overlap when the details section in the Details Panel is dragged up as high as possible. This also occurs when when the Details Panel is compressed. Found in 4.23.1 CL#9631420 ...

Show collision command turns on lights that have 'Visibility' set to false

UE - Graphics Features - Dec 2, 2019

Running the console command "Show Collision" when lights are placed in the scene with "Visibility" off results in the lights turning back on. Tested in: 4.22.3 CL#7053642 , 4.24.P4 CL#10387632, 4 ...

Crash to desktop after creating Level Sequence with Widget Blueprint

Tools - Nov 30, 2019

Newly created Level Sequence assets cant be opened when they have been created via Editor Blueprint Widget. They are created successfully through a button click for instance, but when you try to ope ...