It seems that when working in any project on a Windows 10 machine, there is a gradual rise in frames per second and a consistent drop in performance. The user reporting this issue claims his frame ...
DESCRIPTION: Using the command line sg.EffectsQuality and setting a value will reset a destructible mesh if it has already been fractured. AH Post: https://answers.unrealengine.com/questions/12850 ...
When using a Blueprint Widget that has an image using a material in the User Interface Material Domain will not render when it's a newly created project in 4.11. However, if you were to copy a proje ...
Changing the name of an Actor Component code class in a project results in any existing Blueprints that derive from code classes that use that Actor Component to not display the Actor Component's pr ...
When a class is edited / hot reload preformed, code based components are sometimes removed from the MyBlueprint > Variables section and cannot be dragged from the Components tab into the graph with ...
The linked project crashes on open after attempting to implement an interface and a duplicate of that same interface with different function names. This has not been reproduced in a clean project, h ...
If you manually type in the value for Capsule Half Height, it will sometimes revert back to it's previous value upon hitting Enter. The CapsuleComponent's shape in the Blueprint's Viewport adjust to ...
This bug was originally entered back in 4.8 as [Link Removed], but was closed as by design. The reason was, the mesh did not have Lightmap UVs, so using the 'Light as If Static' option would not wor ...
Child character's Variable changes to the default value in a packaged project. User Description: Name of player character resets (to default value specified in parent class) after packaging. 3. P ...
Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 224 225 hr = Graph->AddFilter(CaptureFilter, L"Capture"); 226 if ...