Navigation
API > API/Runtime > API/Runtime/ChaosCore
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.
| Name | TSimdValue |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/SimdTypes.h |
| Include Path | #include "Chaos/SimdTypes.h" |
Syntax
template<typename T, int TNumLanes>
struct TSimdValue
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ValueType | T | Chaos/SimdTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| V | ValueType | Chaos/SimdTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ValueType GetValue
(
const int32 LaneIndex |
Chaos/SimdTypes.h | ||
void SetValue
(
const int32 LaneIndex, |
Chaos/SimdTypes.h | ||
void SetValues
(
const ValueType F |
Chaos/SimdTypes.h |