Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/VectorUtility.h |
| Include | #include "Chaos/VectorUtility.h" |
VectorRegister4Float VectorMoveLh
(
const VectorRegister4Float & A,
const VectorRegister4Float & B
)
Remarks
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. VectorRegister4Float( A.x, A.y, B.x, B.y)
Parameters
| Name | Description |
|---|---|
| A | 1st vector |
| B | 2nd vector |