The game window in the Safari browser expands to a huge size along the Y axis. We do not see this issue on Safari version 10. The game window expands for about 5 minutes before the game is playab ...
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. ...
So far this has been tested on Mac deploying SunTemple to an iPhone 7 (10.3.3). It occurred with both Launch On and File Package. This does not occur when deploying StrategyGame from the same Mac t ...
When the SetMaterialAttributes Material Expression is used without an input to MaterialAttributes, it will cause Landscape Layer Blend expressions to fail to compile if it is the only layer on a par ...
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" ...