Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore > API/Runtime/ChaosVehiclesCore/SimModule
References
| Module | ChaosVehiclesCore |
| Header | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/SimModule/ModuleInput.h |
| Include | #include "SimModule/ModuleInput.h" |
namespace ModularQuantize
{
template<int32 MaxValue, uint32 NumBits, typename T, std::enable_if_t<, int >>
bool ModularQuantize::ToCompressedFloat
(
const T InValue,
uint32 & OutCompressedFloat
)
}