POST LINK: https://forums.unrealengine.com/t/tmap-where-key-is-an-fstring-initializer-list-will-accept-bad-maketuple/2747443 POST BODY:Summary A TMap where the key is an FString can be created lik ...
This Jira was created from the linked EPS case: =============================================== This issue is caused by FSharedStruct batching reachability requests to the same underlying FInstan ...
This is from the linked EPS case: ============================== When 5.0 first introduced TObjectPtr, the guidance was that it would compile down to raw pointer access in Shipping builds to ensu ...
FJsonObjectConverter::JsonObjectToUStruct removes _ClassName from nested JSON objects during deserialization. Removing Obj->RemoveField(ObjectClassNameKey) from ConvertScalarJsonValueToFPropertyWit ...
From the linked EPS case: ---------------------------- In UE 5.7 there were some changes to how Enum member names are stored. This change introduces an assert when cooking using the Editor Debug e ...
Content is Missing from Cook warnings are warnings reported at the end of cook phase of a project's data build. They report that data used by a cooked package will not be available at runtime. This ...
When using a Game Feature Plugin, one of the settings available in the "GameFeatureData" DataAsset (class UGameFeatureData) is "PrimaryAssetTypesToScan", which is an array of FPrimaryAssetTypeInfo s ...
There's a cook determinism issue in the way UObject unversioned serialization handles UObject pointers pointing to garbage. Depending on GC timing, it can either be skipped (as a property matching C ...
Class UText3DComponent from the "Text 3D" plugin contains a "FText Text" member which must be set through a SetText() function to correctly update the component's internal state. Up to UE 5.2, "Tex ...
The following Localisation Tests in "Engine\Source\Runtime\Core\Tests\Logging\StructuredLogFormatTest.cpp:275" TestLoc(LOCTEXT("Float", " {Float} "), ANSITEXTVIEW(R"(128.25)")); TestLoc(LOCTEXT ...