Navigation
API > API/Plugins > API/Plugins/MassLOD > API/Plugins/MassLOD/FMassVisualizationChunkFragment
Description
ShouldUpdateVisualizationForChunk
This function is used by query chunk filters in processors that require variable visual LOD update. It defaults to true (always updating) if visualization chunk fragment is NOT present.
| Name | ShouldUpdateVisualizationForChunk |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassLOD/Public/MassLODFragments.h |
| Include Path | #include "MassLODFragments.h" |
static bool ShouldUpdateVisualizationForChunk
(
const FMassExecutionContext & Context
)
true if the chunk should update the visual this frame
Parameters
| Name | Remarks |
|---|---|
| Context | of the execution from the entity sub system |