Description

FAssetTypeActions_Font::ExecuteReimport is using Object->FontCacheType != EFontCacheType::Offline which means it will ignore reimporting offline cached fonts, however offline cached fonts are the only kind of font asset that can be reimported, so this needs to be Object->FontCacheType == EFontCacheType::Offline

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Fixed
Fix Commit2421946
Release Commit2422144
CreatedJan 28, 2015
ResolvedJan 28, 2015
UpdatedApr 27, 2018