Navigation
API > API/Plugins > API/Plugins/MassLOD > API/Plugins/MassLOD/TMassLODTickRateController
References
| Module | MassLOD |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassLOD/Public/MassLODTickRateController.h |
| Include | #include "MassLODTickRateController.h" |
template<typename TLODFragment, typename TVariableTickRateFragment>
bool UpdateTickRateFromLOD
&40;
FMassExecutionContext & Context,
TConstArrayView< TLODFragment > LODList,
TArrayView< TVariableTickRateFragment > TickRateList,
const double Time
&41;
Remarks
Updates tick rate for this chunk and its entities bool return if the chunk should be tick this frame
Parameters
| Name | Description |
|---|---|
| Context | of the chunk execution |
| LODList | is the fragment where calculation are stored |
| Time | of the simulation to use for this update |