The "servertravel" command doesn't function when running ShooterGame in Editor. A warning will show up in the Output Log: LogWorld:Warning: UWorld::ServerTravel: Seamless travel currently NOT supp ...
If a user creates a specific Blueprint hierarchy with a Blueprint struct, it can cause a issue when the Blueprint struct is being cooked. User description of Blueprint(s) and Blueprint Struct relat ...
User has included logs within his AnswerHub post. Spoke with Jarek S. regarding the crash reporter issues he's experiencing, Jarek has requested Jiras: "Allocating like crazy is caused by the run ...
A crash occurs when creating a Render Target 2d and setting the texture target at runtime. After running some more tests, the crash seems to occur when setting the texture target, as the creation o ...
It is believed that soft references resolved during runtime, point to the edit time instances of actors instead of the runtime instances. This issue does not reproduce when it is called from an Inp ...
When we record a Take from a level actor, a warning about referencing the same Guid inside LazyObjectPtr.h appears. The functionality of the LevelSequence works as expeced, but when the initial tak ...
FindCollisionUV always returns False on Skeletal Meshes User Description: In UE 4.14.0, the blueprint "Find Collision UV" functions doesn't work properly with Skeletal Meshes. While it works fine ...
ProjectWorldToScreen always returns true. User states: "This probably comes from that line of code : bResult = Player->PostProcessWorldToScreen(WorldPosition, ScreenPosition, bPlayerViewportRelati ...
FCEFWebBrowserWindow::OnKeyDown() InternalCefBrowser->GetHost()->SendKeyEvent(KeyEvent); is processed on the UE4 GameThread, inside the Chromium Embedded Framework (CEF) it appears to call a syst ...
Interface Cast nodes appear to be returned as valid and context sensitive for every possible pin, even ones like floats and integers. Following the repro above, it is easy to place a node but it wil ...