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<int TNumLanes>
struct TSimdInt32
Remarks
A TNumLanes-wide set of integers.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32[TNumLanes] | V |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSimdInt32 () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetMaxValue () |
||
| int32 | GetValue
(
const int32 LaneIndex |
||
| TSimdInt32< 4 > | Make
(
const int32 I |
||
| TSimdInt32< TNumLanes > | Make
(
const int32 I |
||
| void | SetValue
(
const int32 LaneIndex, |
||
| void | SetValues
(
const int32 I |
||
| TSimdInt32< 4 > | Zero () |
||
| TSimdInt32< TNumLanes > | Zero () |