A change was made a while back so that control rig debug print messages would be displayed in the animation editor preview windows. This is done via calling UEngine::DrawOnscreenDebugMessages from ...
UDN: [Link Removed]Fix SaveToFileCommand : [Image Removed]Problem with private properties serializing structs:[Image Removed]Add support for runtime instantiated UObject classesAdd single restore c ...
[Link Removed]This issue occurs only when I have a lot of RDLs (I tested 2500 and 1600). I tested with 6 RDLs and had no issuesI also noticed in the server log an error when a lot of RDLs are presen ...
It seems that local variable creation in control rig isn't following the pattern with regular control rig variables (and general blueprint variables) where the last created and/or edited variable ty ...
The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA if (!Ar.IsCooking()) // ...
When validating a changelist, unrelated errors to the changelist can appear. Here's an example of running the validation on a cl named "temp cl" which just contains a single actor "Cylinder". The A ...
Resaving the level using ResavePackagesCommandlet is a workaround. ...