![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SimdTypes.h>
Public Types | |
| using | ValueType = T |
Public Member Functions | |
| FORCEINLINE void | SetValue (const int32 LaneIndex, const ValueType F) |
| FORCEINLINE ValueType | GetValue (const int32 LaneIndex) const |
| FORCEINLINE void | SetValues (const ValueType F) |
Public Attributes | |
| ValueType | V [TNumLanes] |
Used to store any value type in a TNumLanes-wide set. This is used primarily whenyou have non-numeric data that varies per lane. E.g., a pointer to some per-lane shared data.
| using Chaos::Private::TSimdValue< T, TNumLanes >::ValueType = T |
|
inline |
|
inline |
|
inline |
| ValueType Chaos::Private::TSimdValue< T, TNumLanes >::V[TNumLanes] |