Date/Time formats using commas instead of semicolons will cause iOS compile to fail. "LogPlayLevel: Error: ERROR: System.FormatException: Input string was not in a correct format." Similar Unk ...
The tooltip for nodes like "Bind Event to <Foo>" is not very useful. Ideally it would include both a line about what the node does (e.g., "Bind an Event to the delegate named <foo>") as well as wha ...
Noticing that we do not hear audio when rendering out TM-TrackEvaluation. Oddly this doesnt happen with SubwaySequencer content. Regression: No this occurs with our content in 4.21 as well. ...
Duplicating a UActorComponent that has an Instanced UPROPERTY does not perform a deep copy of the instanced property. It appears to only copy a reference to the instanced object. Where as, performin ...
[Link Removed] ...
When using the BumpOffset node, it will produce incorrect resultsi if the Texture Coordinate Index is not 0. Found in 4.20 CL# 4369336. 4.21 CL# 4613538, 4.22 CL# 4751672 ...
When selecting "affect pivot only" and choosing "center pivot" on 56 objects in 3DS Max 2019, 4 of them imported into Datasmith as Actors and not StaticMeshActors. This makes it seemingly impossible ...
Niagara System user paramemters will reset upon restarting if they are used in a Blueprint. This also occurs to the system if you move the blueprint after making changes then pressing Ctrl+Z. Foun ...
Actor GetNetMode() can return the wrong value in EndPlay when the PIE world is being shut down. ...