Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath > API/Runtime/Core/Math/FMath/SinCos
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include | #include "Math/UnrealMathUtility.h" |
template<typename T UE_REQUIRES>
static constexpr void SinCos
&40;
std::decay_t< T > &42; ScalarSin,
std::decay_t< T > &42; ScalarCos,
T Value
&41;
Remarks
Computes the sine and cosine of a scalar value.
Parameters
| Name | Description |
|---|---|
| ScalarSin | Pointer to where the Sin result should be stored |
| ScalarCos | Pointer to where the Cos result should be stored |
| Value | input angles |