Another thread: https://answers.unrealengine.com/questions/241358/amd-cpu-very-low-performance-because-ixaudio2sourc.html Note: This not a regression and has existed since our first implementation ...
In the description for delta time given for the tick event it states "Game time elapsed since last call to Tick". This sounds as though it is supposed to calculate the time in between ticks. However ...
Enum Variable doesn't pull/print the correct Default Value User Description: (Blueprint) User defined enum in 4.9 getting corrupted I believe there is a severe underlying issue in 4.9 regarding u ...
The SphereGradient 3D Material Function has a 'Custom Simple Depth Biased Alpha' section which utilizes Scene Depth but remain unconnected to the output of the material function. Users are reportin ...
If a multi-line comment is made in a header file using the format /*/ at the beginning and ending of the comment, UHT will fail to compile the project and will display the following errors: 1> C:/ ...
If a Component/ variable is given a custom category in code, using the HideCategories specifer inside the UCLASS macro does not hide the category. ...
If the user adds two widgets to a switcher and then tries to drag one out of it the editor will crash ...
SceneRenderTargets.cpp includes LightPropagationVolumeBlendable.h, which means if you disable the LightPropagationVolume plugin and compile, you will get compile errors. ...
A licensee requested this ticket be entered as a bug report. The pivot vertex snapping functionality has changed and no longer functions as it did in prior versions of the engine. Somewhere the key ...
If a macro is referencing a custom enum within a struct and compiled after another output pin is removed, an internal compiler error will appear and the blueprint will not compile. ...