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, typename U, std::enable_if_t<(!std::is_same_v< T, U >), int >>
static void SinCos
(
T * ScalarSin,
T * ScalarCos,
U Value
)