Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math
| Type | Name | Description | |
|---|---|---|---|
| VectorRegister4Double | VectorLoadFloat3
(
const double* Ptr |
Loads 3 FLOATs from unaligned memory and sets W=0. | |
| VectorRegister4Double | VectorLoadFloat3
(
const double* Ptr |
Loads 3 floats from unaligned memory and leaves W undefined. | |
| VectorRegister4Float | VectorLoadFloat3
(
const float* Ptr |
VectorLoadFloat3. | |
| TVectorRegisterType< T > | VectorLoadFloat3
(
const UE::Math::TVector< T >* Ptr |