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 TSimdRealf
Remarks
A TNumLanes-wide set of single-precision floats.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float[TNumLanes] | V |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSimdRealf () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetValue
(
const int32 LaneIndex |
||
| TSimdRealf< 4 > | Make
(
const float F |
||
| TSimdRealf | Make
(
const float F |
||
| TSimdRealf< 4 > | One () |
||
| TSimdRealf | One () |
||
| void | SetValue
(
const int32 LaneIndex, |
||
| void | SetValues
(
const float F |
||
| TSimdRealf< 4 > | Zero () |
||
| TSimdRealf | Zero () |