The desired behavior from a user perspective here is that they'd be able to use Static Switches in a decal master material to toggle different features and behaviors. In the above setup, if I set th ...
Calling DeprojectScreenPositionToWorld while in VR mode does not project from the center of the Oculus view. Using the results of the call with a line trace will show the line coming off center fro ...
Pressing down a key for a widget blueprint works in PIE however, it's not functioning once the project is packaged. Project Rar File: [Link Removed] ...
This Jira is a continuation of [Link Removed]. This is the same callstack which users are submitting, however the other Jira eventually got specific repro steps which were verified fixed in 4.17.0. ...
Replicated objects don't behave correctly on the client-side on slopes when not sleeping. By placing two cubes on one another and slightly rotating the bottom one to create a very gentle slope, the ...
When using OIT, AlphaComposite Materials blend as if they are using the Translucent BlendMode. The order of macro #if … #elif cases cause AlphaComposite Materials to take the same route as Transluce ...
Importing a Static Mesh during PIE can cause it to never enable Nanite, even if it reports that Nanite is enabled. To re-enable Nanite on the mesh, the asset needs to be deleted and imported again ...
This is a common crash in the 4.16 release. The callstack for the issue is essentially the same as [Link Removed], however that issue had confirmed repro steps and was verified fixed for 4.16.0. A ...
Visual Studio 2017 15.8 includes a fix to properly handle std::make_shared used with over-aligned types. However, this is a breaking fix and requires the definition of one of two macros to either ac ...
Currently value propagation is handled at the property node level (c.f., PropagateContainerPropertyChange), and is unavailable to any other editor code / scripting (whether in Python or BP or C++). ...