In any newly opened project the 'Keyboard Shortcuts' within the 'Editor Preferences' for the 'Blueprint Editor' do not appear until you have opened a blueprint within the project. After closing and ...
When a project with an InstancedStaticMesh is used in a level, the static mesh is failing to render on a mobile device Tested on a nexus 5 and an iPad air OS 8.1 ...
[NickW] Should perform a search in children, at least warn if this will break children. — Delete Unused Variables deletes variables used in Child Blueprints. Note: Not only child blueprints. If ...
Sight perception is being blocked by Procedural Foliage Blocking Volumes. Setting the volume to No Collision resolves the issue, but then the volume will not block foliage. Found in 4.12 Preview 5 ...
Error message: Stack overflow - code c00000fd (first/second chance not available) Source Context: 687 if (SyncGroup != NAME_None) 688 { 689 CollectMarkers(); 690 ...
If a user enables the 'Lock Read-Only Levels' option in the Levels tab (Window -> Levels) of the editor and then attempts to submit a level to source control, it will cause the editor to crash. Not ...
When changing the Orientation in the iOS settings to Portrait and Upside Down, the splash screen will still appear in the landscape orientation when the project opens. this issue will only occur on ...
The editor crashes when pasting a comment box from a blueprint into a behavior tree. Found in 4.12.1 binary. Reproduced in 4.11.2 binary and Main CL 3005971 Source Context94 95 fo ...
Widget node IsHovered does not register a TouchUp when you TouchDown onto a touchscreen device. It keeps the same x,y coordinates when moving your finger along the screen. I have spoken with Chris ...
Duplicating a blueprint that has a node hooked up to BeginPlay causes the BeginPlay in the duplicate blueprint to target the original blueprint. This does not appear to affect functionality. Occur ...