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