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 VectorUnpackHi
(
const VectorRegister4Float & A,
const VectorRegister4Float & B
)
Remarks
Selects and interleaves the higher two SP FP values from A and B. VectorRegister4Float( A.z, B.z, A.w, B.w)
Parameters
| Name | Description |
|---|---|
| A | 1st vector |
| B | 2nd vector |