When using a Sequence that is a duplicate of another, without changing the event names, the duplicate Sequence will still fire off the event from the original even if the values are changed. Changin ...
The editor crashes when adding an actor to the level that contains a widget component (the class has to have been set (if the class is set to none the crash will not occur)) and the setting "Support ...
I found out that when creating a DataAsset from AssetTools, The load flag (bHasBeenFullyLoaded) of the created Asset is not set, It seems to be in a state where overwriting saving has not been compl ...
When looking at the details of a UObject contained in a Data Asset, some categories are shown even though they should not be. If a category is marked as hidden in the parent class, it will be shown ...
When looking at the details of a UObject contained in a Data Asset, some categories are shown even though they should not be. If a category is marked as hidden in the parent class, it will be shown ...
Daydream controller does not appear when packaging out to device. ...
When a project is reopened that contains structures, they will be corrupted with a hash code instead of their original values. If the "Break Struct" node is removed it can't be re added as it is not ...
Packaging an Engine plugin fails if another Engine plugin lists that plugin as a private dependency. In the two attached plugins, PluginA lists PluginB as a required plugin in its .uplugin file, and ...
No user comments in crash group ...
bNetStartup for actors spawned by a ChildActorComponent placed into a level may not be set properly, causing references to those actors to not replicate to clients. ...