Attempting to add an entry to an array of instanced objects is not correctly displaying that entry in a child class based on that actor. It is expected that the inherited component in the child acto ...
When using a line trace in the construction script so that objects can return a value destructible meshes will not return a hit. This does not affect use in game with PIE or Standalone game, but if ...
If something is executed before a SetActorRotation node on Tick inside of a SceneComponent class BP and then added to an Actor class BP, the physics will lag User Description: When using set rotat ...
When using a single FBX with multiple meshes that is imported as individual meshes, if you reimport after updating only a single mesh or a few of them the entirety of FBX will be imported and added ...
If ConstructorHelpers::FObjectFinder is used with UPaperFlipbook as its class specifier, compiling the code fails with the following error: Error C2664 'void ConstructorHelpers::ValidateObject(UObj ...
Clone the GitHub repo for 4.15.1, run setup, gpf, then build UE4. Fails to compile due to metal errors. It would be nice if we could produce a warning if the compiler being used is newer than what ...
When using TMaps within a function in blueprints & then compiling the blueprint causes a warning to be created in the output log. In some test cases it only occurs with a local function TMap variabl ...
In the rich tooltip for Center of Mass Offset, it reads "Currently there is no way to view where the Center of Mass is actually located..." In 4.15, there's a new feature that does allow you to see ...
This is a new D3D crash affecting multiple users in 4.14 Preview 1. It is currently the #1 crash in the Preview. Information provided by users:Just pressed create project...Openning QA Game with - ...
Crash copying a Static Meshes primitive collision member and pasting it on another element. The pasted element seems to need at least 2 members for the crash to occur. User description: Editor Cr ...