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