Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UPrimitiveComponent
Description
Returns true if the given transforms result in the same bounds, due to rotational symmetry. For example, this is true for a sphere with uniform scale undergoing any rotation. This is NOT intended to detect every case where this is true, only the common cases to aid optimizations.
Derived Overrides
| Name | AreSymmetricRotations |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/PrimitiveComponent.h |
| Include Path | #include "Components/PrimitiveComponent.h" |
virtual bool AreSymmetricRotations
(
const FQuat & A,
const FQuat & B,
const FVector & Scale3D
) const