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