Navigation
API > API/Runtime > API/Runtime/ChaosCore
A TNumLanes-wide set of integers.
| Name | TSimdInt32 |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/SimdTypes.h |
| Include Path | #include "Chaos/SimdTypes.h" |
Syntax
template<int TNumLanes>
struct TSimdInt32
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSimdInt32() |
Chaos/SimdTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| V | int32 | Chaos/SimdTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetMaxValue() |
Chaos/SimdTypes.h | ||
int32 GetValue
(
const int32 LaneIndex |
Chaos/SimdTypes.h | ||
TSimdInt32< 4 > Make
(
const int32 I |
Chaos/Simd4.h | ||
void SetValue
(
const int32 LaneIndex, |
Chaos/SimdTypes.h | ||
void SetValues
(
const int32 I |
Chaos/SimdTypes.h | ||
TSimdInt32< 4 > Zero () |
Chaos/Simd4.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSimdInt32< TNumLanes > Make
(
const int32 I |
Chaos/SimdTypes.h | ||
static TSimdInt32< TNumLanes > Zero () |
Chaos/SimdTypes.h |