![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for UE::Shader::Private::FOpModulo:Public Member Functions | |
| template<typename T > | |
| T | operator() (T Lhs, T Rhs) const |
Static Public Member Functions | |
| static float | ModuloImpl (float Lhs, float Rhs) |
| static double | ModuloImpl (double Lhs, double Rhs) |
| static int32 | ModuloImpl (int32 Lhs, int32 Rhs) |
Additional Inherited Members | |
Static Public Attributes inherited from UE::Shader::Private::FOpBase | |
| static constexpr bool | SupportsDouble = true |
| static constexpr bool | SupportsInt = true |
|
inline |