If the User starts up the VR preview mode with an Oculus rift plugged in the editor will crash. ...
Only seen on an Intel HD4600 GPU This is a regression from 4.13 Did not occur on an Intel HD530 GPU ...
While writing test cases for the Blueprint Communication Content example, I came across this inconsistency. The logo continues to spin even after the button is no longer active. I expected the logo ...
From user: "I believe the issue is deal to the implementation of FAndroidOpenGL, there is no overriding of FOpenGL::SupportsMapBuffer(),which always return from the base FOpenGLES2 method and it is ...
Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...
Shader Template files like MaterialTemplate.ush do not submit previous chunks when encountering a `%` character, unless that `%` character is `%s` or `% {...} `. Because the error is happening ...
If you name an Event something like "Event Foo", overriding the event in a ChildBP gives you "Event Event Foo" To avoid this, please make Custom Event names Start with "Event" ...
If you create 3 curves in AnimSequence A and name them 1, 2 and 3 respectively, then create 3 curves in AnimSequence B and name them 4,5 and 6 respectively... In AnimSequence B you will not be able ...