Navigation
API > API/Runtime > API/Runtime/ChaosCore
Description
Moves the lower 2 SP FP values of b to the upper 2 SP FP values of the result. The lower 2 SP FP values of a are passed through to the result.
| Name | VectorMoveLh |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/VectorUtility.h |
| Include Path | #include "Chaos/VectorUtility.h" |
VectorRegister4Float VectorMoveLh
(
const VectorRegister4Float & A,
const VectorRegister4Float & B
)
VectorRegister4Float( A.x, A.y, B.x, B.y)
Parameters
| Name | Remarks |
|---|---|
| A | 1st vector |
| B | 2nd vector |