Materials still import if disabled in Deltagen Fbx Importer. Import Geometry bool also looks to not be functioning. ...
Edits to TriggerBox 'Shape' parameters (in a ChildActor component) only update in Blueprint Viewport once, to view subsequent updates one must re-open Blueprint. Confirmed in 4.22 MAIN - 4631879 ...
Constraints created by users are all given the same Joint Name of "UserConstraint" and it cannot be edited. This makes referencing these joints individually impossible. Regression?: No This occurs ...
The global actor info map is not completely cleared in UReplicationGraph::InitializeForWorld, which can leave stale actor references from the previous level (WorldSettings, and possibly others) afte ...
Unreal Remote 2 is crashing on launch with new ipads. ...
If disable PCH in Target.cs, an error will occur when building for Android. The log is as follows. LogPlayLevel: Error: D:/Build/Release-4_21_0/Engine/Source/Runtime/VulkanRHI/Private/Android/../Vu ...
`TreeView->ClearSelection()` gets called before the text is set/committed. `FBlueprintDelegateActionDetails::GetDelegateProperty` which calls `SMyBlueprint::SelectionAsDelegate` requires the TreeVie ...
Adding an instance of Atmospheric Fog to a Level causes the Editor to crash on both Linux and Windows when using Vulkan. There is a different callstack when SteamVR is enabled on Linux which is also ...
When copying/pasting a user created Widget into another widget any changes made to the copy will change the main Widget without making any changes to the copy. ...