Physics Constraints have unexpected behavior when used on nested static mesh components. Simulating inside of the blueprint has a similar effect to what is expected but when the BP is added to the l ...
Using the shot console command or the RequestScreenshot function to take a screenshot in Gear VR causes the app to crash. This was tested on Android-19, ETC-1 configuration, with both Developer Mode ...
https://udn.unrealengine.com/questions/236428/bug-blueprints-executing-zombie-code.html Blueprint MyCharacter is based on native class CodeFirstPersonCharacter. CodeFirstPersonCharacter has compone ...
The "Get Tangent at Distance Along Spline" node returns incorrect tangent values compared to "Get Location and Tangent at Spline Point", where the spline point is at the same distance along the path ...
It seems to output an error message like the following. D3D11 ERROR: ID3D11DeviceContext::Dispatch: The Shader Resource View in slot 2 of the Compute Shader unit was not created with the D3D11_BUFF ...
from licensee:"Expected behavior: The LOD selected to be edited should be saved correctly, allowing different remesh results to be saved as different LODs of the same mesh, _i.e. remesh with 1 cm t ...
Since FDeprecateSlateVector2D has been implemented in 5.2, the following function calls will always fail. Therefore, the ImageSize is not updated. This problem does not occur in 5.1. void SBrus ...
This bug causes an editor crash. This crash occurs when changing the default values of a UStructs properties that are used as EditConditions, when they are set to InlineEditConditionToggle within a ...
Creating a local variable inside a Blueprint Function with the same name as a replicated property of AActor (for example, “Role” or “RemoteRole”) and then using a connected Set Variable node for it ...