If a variable of type UserDefinedStruct is created in a Blueprint and the project is closed before the Blueprint is compiled, upon reopening the project that variable will not be visible in the My B ...
If a user has an actor that is simulating physics during simulation of play in the editor and they then change the value of a variable trough the details panel below the world outliner then the acto ...
If an interface is called in a blueprint and then altered, the blueprint will receive a compile error until the interface is removed and re-implemented. ...
FPS drops in PIE when a widget is called that has text with no font selected. ...
The title pretty much explains it all. When creating a blueprint and using a subcomponent or child within that blueprint, deleting the child actor, and then undoing while in play, causes crash. ...
While using a pawn sensing component in an actor, the actor will not respond to sound data that is within the radius of its hearing threshhold/LOS hearing threshold. Additional notes: This was a ...
GetOverlappingActors will return a value when used immediately after OnComponentEndOverlap. Putting a delay after the OnComponentEndOverlap call will result in GetOverlappingActors to return null, s ...
When the player at index 0 sets its user focus it will cause other players to lose input. This does not occur when setting the user focus of players with an index higher than 0. ...
When Use mouse for touch is enabled, the button fires onreleased event. Here is what I investigated. Use mouse for touch enables gesture action in the button that leads to LongPress gesture fires ...
When the "Enable Zero Iteration" and "Use ML Audio for Zero Iteration" settings are both checked, the audio doesn't play inside Unreal Editor. This happens in the following cases:Playing an audio fi ...