Navigation
API > API/Runtime > API/Runtime/ChaosCore > API/Runtime/ChaosCore/Chaos
References
| Module | ChaosCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/SimdTypes.h |
| Include | #include "Chaos/SimdTypes.h" |
Syntax
template<typename T, int TNumLanes>
struct TSimdValue
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ValueType[TNumLanes] | V |
Functions
Typedefs
| Name | Description |
|---|---|
| ValueType |