A user is experiencing a crash when using the "Keep Simulation Changes" feature in the Editor after running a simulation of their project. The user allows the simulation to run briefly before pressi ...
Error message:Fatal error: [File:G:/UE4/Projekte/4.25/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp] [Line: 2503] Couldn't bind to native struct STRUCT_REINST_MyStruct_0. Headers nee ...
RemoveAfterSecondsLambda in AddTimedDisplay function may access released memory during level transitions. The following workaround works : void UViewportStatsSubsystem::AddTimedDisplay(FText Text, ...
Workaround: Got to camera component, and disable "Auto Activate" and go to Class defaults and set "eye height" to 0... works for the project attached (to compare lag vs no lag) but its not a workar ...
The code to extract the FBodyInstance from the overlapping component is incorrectly interpreting the Overlap.BodyIndex as a BoneIndex. This results in incorrect bodies getting the force applied, as ...
9/19 VREditor sync notes: Should grey out the editor button while you're simulating ----------------------------------------- I noticed you can fix this issue by reseting the viewport by pressing t ...
A behavior tree task created in code will break in the editor behavior tree. The BTTask node shows as red and says that the class cannot be found. Node must be deleted and replaced to fix the erro ...
When using the Oculus Rift the user can look over one of the balcony's railings and see where one of the landscapes cuts off. This occurs on the Oculus headset. UE-40907 causes the Vive to clip th ...
Packaging a project in 4.15 from Github will fail if you don't have Crash Reporter Client built for Shipping. If no Nativization options are enabled, it packages fine, without having to build CRC. ...
Compile 'Note' on BP Interface events. It happens in actor BPs and also BP Widgets. A similar issue was fixed back in 4.11 with Custom Events. Could be related? https://jira.it.epicgames.net/brows ...