Scale keys on additive anims behaves differently than other transform components. ...
For many years there has been a static function on UEnum called GetValueAsString which would convert an enum like EAttachmentRule::KeepWorld to the string "KeepWorld", if you passed in the explicit ...
DataTables exported to JSON in editor (UDataTable::WriteTableAsJSON, accessible by right clicking a data table and picking export to json) that contain variables with spaces or other outlawed charac ...
Checked on the Binary version //UE4/Release-4.25 stream CL 13942748 Version 4.25.3, logs are also saved into Engine folder: \AppData\Local\UnrealEngine\4.25\Saved\Logs instead of a Project folderIf a ...
Modifying Override Parameters on NiagaraActor blueprints created from a System Actor does not work The System component appears to only use the default value set in the System. This issue does no ...
The rules for delta serialization in UE4 are complicated, and the editor tries to hide them from you, which works 90% of the time but can lead to confusion and data loss in other situations. In the ...
Outputs a warning log for loading source texture when Papaer2D is loaded in Editor. This may be due to a conflict post load of Paper2D and load source texture. The warning log is output only in ...
Because of the way blueprints are implemented, the "Blueprint Class" asset actually points to the editor-only UBlueprint object. Because of this, all blueprint classes will show up as options for ge ...
If the user compiles the blueprint between undoing and redoing the pasting of a variable, the variable's default value is not retained. ...
The Export map will properly be updated but the creation of the import will fail with SourceIndex == INDEX_NONE From MarcA: I'm guessing the import source index is always none for native classe ...