USplineMeshComponent::CalcBounds function should be returning an FBoxSphereBounds type, but in the implementation it instead outputs an FBox. This may result in the returning of invalid results, especially for the sphere radius and centering values which FBox does not have.
1. Go to the USplineMeshComponent::CalcBounds function implementation in SplineMeshComponent.cpp line 893.
2. Note that the return type should be FBoxSphereBounds, but the function returns an FBox instead.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-221258 in the post.
1 |
Fix Commit | 35594477 |
---|
Created | Aug 7, 2024 |
---|---|
Resolved | Aug 16, 2024 |
Updated | Aug 16, 2024 |
12210 - xeru98 |