Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorRegister4Float VectorATan2
(
const VectorRegister4Float& Y, |
Math/UnrealMathFPU.h | ||
VectorRegister4Double VectorATan2
(
const VectorRegister4Double& Y, |
Math/UnrealMathFPU.h |
VectorATan2(const VectorRegister4Float &, const VectorRegister4Float &)
| Name | VectorATan2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Float VectorATan2
(
const VectorRegister4Float & Y,
const VectorRegister4Float & X
)
VectorATan2(const VectorRegister4Double &, const VectorRegister4Double &)
| Name | VectorATan2 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/UnrealMathFPU.h |
| Include Path | #include "Math/UnrealMathFPU.h" |
VectorRegister4Double VectorATan2
(
const VectorRegister4Double & Y,
const VectorRegister4Double & X
)