Adding HISM instance on a Dedicated Server causes a crash

Tools - Nov 14, 2018

Adding an instance of an HISM on a dedicated server causes an assert. Regression?: No This occurred in 4.20 ...

Instance static mesh instances are reset to zero when moving actor between levels (via move actor to current level)

Tools - Nov 13, 2018

When moving an instance static mesh between sublevels the number of instances being used will be set to zero. This happens when an empty actor is added to the level and then has an instance static m ...

Can not save if overwriting when creating DataAsset with Blueprint's AssetTools

Tools - Nov 13, 2018

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 ...

Overriding a UFUNCTION in a Blueprint results in an empty "Event Graph" category being shown in a Data Asset containing an instance of the Blueprint

Tools - Nov 12, 2018

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 ...

Hidden and empty categories of a UObject are shown in a Data Asset's details panel

Tools - Nov 12, 2018

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 ...

Reset To Defaults in Editor Preferences Graph Editor does not work consistently

Tools - Nov 7, 2018

The Reset to Defaults button in Editor Preferences does not reset all the properties to their default values. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL - 4543149), 4.22 (CL ...

Data table editor uses property names as column headings

Tools - Nov 2, 2018

The column names in the data table editor appear to directly use the property name instead of the "pretty" version of the property name. If the "DisplayName" meta specifier is used, though, that is ...

UMG screen size setting needs update for new mobile devices

Tools - Oct 29, 2018

We're missing settings for iPhone XS iPhone XS Max iPhone XR Google Pixel 3 Google Pixel 3 XL Samsung Galaxy Note 9 We also don't have settings for iPad 5th Gen or iPad 6th Gen, however these would ...

FARFilter does not exclude classes when told to

Tools - Oct 29, 2018

If you look at the static method FilterByFloatRange inside AssetRegistryActor.cpp, you can see that the asset registry filter is set to recursively search paths and classes. It is also set to exclud ...

Materials Added to an FBX Will Not Be Added When Reimporting

Tools - Oct 25, 2018

Adding a material to an FBX with a Multi/Sub-object material, then reimporting the FBX will not import the new material. The material element will be added to the mesh but the material applied will ...