Material stats incorrectly flag 17/16 samplers even if GL4 allows 32

UE - Rendering Architecture - RHI - Jul 15, 2015

From AnswerHub: Utilising 128 textures in a material does not work in Linux, its still limited to 16 (actual 12) on OpenGL platforms, I looked at the commit that implemented it and I don't see anyth ...

Scaling Radius of capsule collision components fudges it

UE - Gameplay - Components - Jul 14, 2015

add a capsule component to a blueprint, and scrub the "radius" value with your mouse till it's as high as it can go. If you exceed the half-height value, your capsule is now totally fudged until yo ...

Setting the Camera Modifier to 'None' crashes the editor

UE - Gameplay - Jul 14, 2015

The PlayerCameraManager will cause the engine to crash if you set the first element to 'none' under the Camera Modifier. ...

Material Function Warning: Only transparent or postprocess materials can read from scene depth.

UE - Rendering Architecture - Materials - Jul 14, 2015

In a material function, after adding a scene depth node and applying it to the Output Result node a warning pops up. This warning is Only transparent or postprocess materials can read from scene dep ...

The Dynamic setting for the Nav Mesh generation causes a large dip in frame rates

UE - AI - Jul 14, 2015

When using a fairly large level the Dynamic setting for the Nav mesh generation can cause large drops in frame rates. (Example: 120 fps when running Dynamic with Modifiers only to 42 fps with Dynami ...

Auto-Reimport Dialog cannot be dismissed

Tools - Jul 14, 2015

If you have set your project to Auto Import Assets from a certain folder and are connected to Source Control, you will get a pop up warning message which states: "We noticed that your auto-reimport ...

Set Actor Enable Collision is not replicated

UE - Networking - Jul 14, 2015

Set Actor Enable Collision is not replicated. Reproduced in 4.7.6, 4.8.2, and Main (//depot/UE4/Promotable-CL-2619427) ...

Camera Rotation Stays locked in Place after Ejecting the Player Controller

Tools - Jul 14, 2015

Camera Rotation Stays locked in place after Ejecting the Player Controller so that even when PIE is stopped the camera position stays locked in it's rotated position rather than returning back to no ...

Ensure triggered by level blueprint when Play as Listen Server is set

UE - Gameplay - Blueprint - Jul 14, 2015

When Editor Multiplayer Mode is set to Play As Listen Server the editor will trigger a breakpoint on exiting PIE if any event is ran though the level blueprint ...

Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location

UE - AI - Jul 14, 2015

Pawns using Floating Pawn Movement will teleport to the location specified in Move To Location. From fix CL 2619989: "Fixed FloatingPawnMovement component's issue when controlling AI pawn. Basicall ...