Navigation
API > API/Plugins > API/Plugins/MassLOD > API/Plugins/MassLOD/FMassVisualizationChunkFragment
Description
IsChunkHandledThisFrame
This function is used by LOD collector query chunk filters to check that visual LOD will be updated this frame. It defaults to false (no LOD update), if visualization chunk fragment is NOT present.
| Name | IsChunkHandledThisFrame |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassLOD/Public/MassLODFragments.h |
| Include Path | #include "MassLODFragments.h" |
static bool IsChunkHandledThisFrame
(
const FMassExecutionContext & Context
)
true if the visual LOD will be updated this frame
Parameters
| Name | Remarks |
|---|---|
| Context | of the execution from the entity sub system |