When using a source build of 4.12, the crash report client window does not open even if Crash Report Client is manually built alongside the editor. UPDATE: Only affecting Source builds from Github. ...
In the given answerhub example, the user has a print string coming from IsNotValid on a check of *TryGetPawnOwner*. This is returning a false negative to him when he PIE's because the Preview insta ...
Selecting a blueprint with a camera in it will allow you to preview the camera, but if your blueprint has more than one camera you can only preview the highest one in its heirarchy. With the abilit ...
When trying to set the rotation value of a blueprint transform variable, changing the Y value will usually reset to 0 and change the value of X and Z as well. ...
Errors spam in output log when any variable is right clicked in the blueprint event graph. Update: This seems to occur only in character blueprints. Attempted in Actor BP with no success. ...
Child blueprint cannot set value of inherited struct variable to same value as parent. ...
Repro steps: 1. Create a new project with Third Person C++ Template. 2. Build Editor 3. Build Android 4. Cook the default map with ETC1 5. Deploy to the device and launch. No BSP is being rendered a ...
When the user launches a packaged game for the Android S3 Mobile Devices, any BSP's that were in the level are not visible. Collision still exists, but they are not visible when playing. ...
A Blueprint marked Dirty will appear in the Windows Task Bar with an asterisk beside its name. Saving this Blueprint will remove the Dirty flag, but the Task Bar will continue to show the BP as Dirt ...
Deleting a bound function from a widget sets the binding to None which causes compile to fail. Deleting a bound function from a widget sets the binding to None which causes compile to fail The li ...