Navigation
API > API/Runtime > API/Runtime/ChaosCore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSimd4Realf Chaos::Private::SimdAdd
(
const FSimd4Realf& InL, |
Chaos/Simd4.h | ||
FSimd4Vec3f Chaos::Private::SimdAdd
(
const FSimd4Vec3f& L, |
Chaos/Simd4.h |
Chaos::Private::SimdAdd(const FSimd4Realf &, const FSimd4Realf &)
| Name | Chaos::Private::SimdAdd |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Simd4.h |
| Include Path | #include "Chaos/Simd4.h" |
namespace Chaos
{
namespace Private
{
FSimd4Realf Chaos::Private::SimdAdd
(
const FSimd4Realf & InL,
const FSimd4Realf & InR
)
}
}
Chaos::Private::SimdAdd(const FSimd4Vec3f &, const FSimd4Vec3f &)
| Name | Chaos::Private::SimdAdd |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/ChaosCore/Public/Chaos/Simd4.h |
| Include Path | #include "Chaos/Simd4.h" |
namespace Chaos
{
namespace Private
{
FSimd4Vec3f Chaos::Private::SimdAdd
(
const FSimd4Vec3f & L,
const FSimd4Vec3f & R
)
}
}