Navigation
API > API/Plugins > API/Plugins/MassLOD > API/Plugins/MassLOD/FMassVisualizationChunkFragment
Description
Fetched existing chunk fragment to know if there is a possibility of an entity that is visible. In the case that there is not chunk information, we cannot assume that all entities are not visible.
| Name | AreAnyEntitiesVisibleInChunk |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MassGameplay/Source/MassLOD/Public/MassLODFragments.h |
| Include Path | #include "MassLODFragments.h" |
static bool AreAnyEntitiesVisibleInChunk
(
const FMassExecutionContext & Context
)
true if there is a possibility that the chunk contains a visible entity
Parameters
| Name | Remarks |
|---|---|
| Context | of the execution from the entity sub system |