When attempting to replace a global float variable with a local float variable that is connected to a Timer node in a blueprint function, an error will appear after trying to compile. This does not ...
AI Perception does not detect multiple actors across multiple sublevels. It appears that sublevels recognize the persistent level actors but do not recognize other sublevel actors. In the sample pro ...
Having an extra semicolon on the line before declaring a UPROPERTY will cause UHT to miss parsing the following UPROPERTY. This is expected, but an error is usually given when this is the case. This ...
Projectiles do not register collision components if collision is not set as the root of the actor in the components pane. ...
When the Experimental HTML5 Networking Plugin is enable in the editor it allows for C++ classes with the WebSocketNetDriver parent to be created. Creating a C++ class of this type fails in the edit ...
Users can select ctrl + z while playing in Editor causing PIE to stop and undo last change, often freezing the editor temporarily, and sometimes causing a crash. Workaround: This does not occur if ...
"Asterisk" is misspelled as "Asterix" in a Blueprint Node ...
When a particle system has a ribbon trail it will not render when viewed in a packaged game. Attached sample asset from Content Examples with Ribbon Trail. This issue did not occur in 4.10.4, bu ...
In a function, creating a local Pawn or Actor variable, getting it, and then converting the Get to a Validated Get will cause the editor to crash upon compiling the blueprint. Found in 4.10.2 binar ...
Enable fullscreen immersive on kitkat and above devices does not properly work on devices with onscreen buttons. ...