[CrashReport] UE4Editor_CoreUObject!IncrementalPurgeGarbage() [garbagecollection.cpp:1042]

UE - Editor - UI Systems - Localization - May 31, 2016

This JIRA is being entered as a result of being one of the top crashes in 4.12 Preview 5 In the 4.12.0 release, we currently have a user on the Answerhub who experiences this crash: https://answers ...

Localization Dashboard doesn't sanitize target names

UE - Editor - UI Systems - Localization - May 12, 2016

The target name editor allows spaces and probably other special characters. We should lock this down as they're also used as folder names. ...

User is not warned or prompted when ini files for use in Localization Dashboard are read-only due to source control integration

UE - Editor - UI Systems - Localization - Apr 29, 2016

A user has reported an issue where the Localization Dashboard does not prompt users to let them know that their ini files for their localization targets are checked into perforce and therefore not w ...

AnimBP warning word order mistake in Japanese

UE - Editor - UI Systems - Localization - Mar 24, 2016

The warning ""variable name" に "BluePrint" という名前の変数はありません" in the output log within the AnimBP while the editor is in the Japanese language mode has an incorrect word order. "Blueprint"Blueprint sho ...

Japanese language word order mistake in Transition nodes for AnimBP

UE - Editor - UI Systems - Localization - Mar 24, 2016

Japanese language word order mistake in Transition nodes for AnimBP It reads "AからB", but should read "BからA" ...

Dialogue Wave VO Direction is not Localized

UE - Editor - UI Systems - Localization - Mar 24, 2016

This should be an optional string to be translated. ...

FText::AsTime Does not work correctly with daylight savings.

UE - Editor - UI Systems - Localization - Mar 17, 2016

If you pass the result of FDateTime::UTCNow in into FText::AsTime with your windows time zone currently set to Eastern Time (UTC-5 hours), it will NOT take into account daylight savings. ...

FTextLocalizationManager::UpdateFromLocalizationResource is discarding data

UE - Editor - UI Systems - Localization - Mar 1, 2016

FTextLocalizationManager::UpdateFromLocalizationResource is loading LocRes data into a temporary, rather than loading it into a reference to an entry in LocalizationEntryTrackers. ...

User Defined Enum Display Names aren't deterministic for localization/cooking

UE - Editor - UI Systems - Localization - Feb 1, 2016

UUserDefinedEnum contains an array of FTexts which are supposed to be used as localized display names, however these are populated from the underlying UEnum type using the meta-data on the object. T ...