For the FInputChord struct, in Blueprints assigning the value "None" to Key will be reassigned to the next time the Blueprint is opened. This is problematic for handling key bindings in Blueprint w ...
Since FDeprecateSlateVector2D has been implemented in 5.2, the following function calls will always fail. Therefore, the ImageSize is not updated. This problem does not occur in 5.1. void SBrus ...
Context The Recast module has a helper struct rcScopedDelete for allocating, resizing and automatically freeing the allocated memory when the struct goes out of scope. Its allocation functions can ...
This is a common and longstanding crash that has occurred since at least 4.9 and affected over 280 users. User DescriptionsI added an item to a BP struct. Last time I did this (several months ago) ...
When using materials with CustomData inputs, such as the Eye material with Iris Distance and Mask, Virtual Texture samples will increase the instruction count for each unique VTPageResult. Each cus ...
When using HasNativeMake or HasNativeBreak, UK2Node_CallFunction is used instead of K2Node_BreakStruct, but UK2Node_CallFunction does not consider the property DisplayName. Collecting the propertie ...
This JIRA is being entered as a result of it being one of the top crashes in 4.13.0. Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 1671 ...
If a blueprint structure contains a map variable with Actor Class Reference as the key, populating the map with a custom blueprint (ActorSet) and adding a variable of the structure to any other blue ...
The "Find" node can cause a crash if the a map with a struct value changes type while connected, is disconnected and reconnected. Compilation fails and crashes the engine. Found in 4.23.1 CL#963142 ...
User comments in crash group:Light exort crashSwarm agent crash.Building lighting 1496 #if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) 1497 if (!Buffer) 1498 { 1499 ***** UE ...