Currently there's no validation within the animation attribute container that bone ids are valid. This means that client/game code can add attributes with invalid bone ids into the container and th ...
AbilitySystemComponent crashes when RemoveActiveGameplayEffect is called during world teardown for an active gameplay effect that ticks periodically, by unsafe GetWorld()->GetTimerManager() access w ...
The async execution from within the context menu state is not cancelled properly when closing the context menu. This means that when rapidly opening and closing context menus there will be corruptio ...
A welded hierarchy blocks updates to collision settings on all but the root primitive. Calling SetCollisionResponseToChannel on the children won't work. The licensee noticed that IPhysicsProxyBase* ...
When a collision enabled RBAN node attempts to collect surrounding meshes, if there is a mesh with UseComplexAsSimple, it will hit the Ensure when cloning a mesh on the task graph thread. Disabling ...
A crash occurs at FindChecked in the code below.if (PreparedServiceChanges->OwnerAccountId) { InternalPublicData->OwnerAccountId = *PreparedServiceChanges->OwnerAccountId; if (bDispatchNot ...
Export fbx currently exports specific properties that match onto existing maya attributes. Some properties don't match directly but they should still be exported as "custom attributes". ...
Crash occurs in sequencer when the user attempts to convert a possessed object to a spawnable. ...