![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SimdTypes.h>
Public Member Functions | |
| FORCEINLINE void | SetValue (const int LaneIndex, bool B) |
| FORCEINLINE bool | GetValue (const int LaneIndex) const |
| FORCEINLINE TSimdSelector< 4 > | True () |
| FORCEINLINE TSimdSelector< 4 > | False () |
Static Public Member Functions | |
| static TSimdSelector< TNumLanes > | True () |
| static TSimdSelector< TNumLanes > | False () |
Public Attributes | |
| float | V [TNumLanes] |
The result of Simd comparison operations and used in SimdSelect.
// Replace any non-positive values in R0 with the value from R1 FSim4Selector IsR0GreaterThanZero = SimdGreater(R0, FSimd4Realf::Zero()); R0 = SimdSelect(IsV0GreaterThanZero, R0, R1);
| FORCEINLINE TSimdSelector< 4 > Chaos::Private::TSimdSelector< 4 >::False | ( | ) |
|
static |
|
inline |
|
inline |
| FORCEINLINE TSimdSelector< 4 > Chaos::Private::TSimdSelector< 4 >::True | ( | ) |
|
static |
| float Chaos::Private::TSimdSelector< TNumLanes >::V[TNumLanes] |