Diffing blueprints in Perforce changelist reviewer incorrectly displays blueprints that reference assets not in local filesystem

UE - Gameplay - Blueprint - Nov 22, 2024

When diffing a blueprint in the Perforce changelist reviewer in-editor (Review Changelists), if the blueprint references an asset that does not exist locally but rather exists as a newly added asset ...

RegisterAssetTypeCategory failed as all user bits have been exhausted

UE - Editor - Content Pipeline - Nov 22, 2024

Hi, with adding additional plugins, etc. to our project, we have encountered an issue with registering too many asset categories, such as: LogAssetTools: Warning: RegisterAssetTypeCategory("Water", ...

A welded hierarchy blocks updates to collision settings on all but the root primitive. Calling SetCollisionResponseToChannel on the children won't work.

UE - Simulation - Physics - Nov 22, 2024

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* ...

GatherDebugData not setup for new animation nodes.

UE - Anim - Runtime - Anim Blueprints - Nov 22, 2024

There are some gather debug calls not setup for new anim nodes, interrupting the gathering of the rest of the chain for the animation debug screens. OffsetRootBone OverrideRootMotion Steering DeadB ...

ALevelVariantSetsActor not exposing Actor tags

UE - Editor - Content Pipeline - Variants - Nov 22, 2024

Hi, while trying to workaround this: https://udn.unrealengine.com/s/question/0D54z00008kTgHCCA0/variant-manager-crash-in-upropertyvaluehasvalidresolve I thought I would not create variant sets act ...

Calling BodyInstance.UpdateBodyScale displays erratic behaviors and does not update the rendering scale

UE - Simulation - Physics - Nov 22, 2024

Calling BodyInstance.UpdateBodyScale displays erratic behaviors and does not update the rendering scale. The licensee has reported and presented a repro project that displays the erratic behavior of ...

Changing the state of a PrimitiveComponent->BodyInstance while SetSimulatePhysics(false) updates the game thread but does not update the physics behavior

UE - Simulation - Physics - Nov 21, 2024

Changing the state of a PrimitiveComponent->BodyInstance while SetSimulatePhysics(false) updates the game thread but does not update the physics behavior. In the repro project provided (see addl in ...

Variant manager crash in UPropertyValue::HasValidResolve

UE - Editor - Content Pipeline - Variants - Nov 21, 2024

in the past we have reported a lot of VM related bugs which got fixed over time. Unfortunately, I think we have another one. Right now we're using 5.0.3 binaries from the launcher. Now the pro ...

Bug: Relative File Paths for Asset Source Files are Incorrectly Generated for Engine and Engine Plugin Assets

UE - Editor - Content Pipeline - Nov 21, 2024

When importing an asset like a Texture asset using the steps mentioned in the Repro steps, the imported asset does not have the correct relative path listed under the newly-created asset's "Source F ...

Small UInstancedStaticMeshComponent::UpdateInstanceTransformById bug

UE - Graphics Features - Nov 20, 2024

The call to UpdateInstanceTransform within UInstancedStaticMeshComponent::UpdateInstanceTransformById(..) sends bTeleport in place of bMarkRenderStateDirty that was added as part of Unreal Engine 5. ...