Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FQueuedProcessor
Description
Force-inline mode: aggregate every conflict type (subsystem, direct & indirect fragment, processor-level and query-level entity creation, cross-query archetype matching) onto the processor-level ContentionIndex. Used in place of the per-query / per-chunk Init*Contention methods when chunks execute inline and the chunk/query contention matrices are unused.
| Name | InitForceInlineContention |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessingQueueTypes.h |
| Include Path | #include "MassProcessingQueueTypes.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassProcessingQueueTypes.cpp |
void InitForceInlineContention
(
FContentionMatrix & ContentionMatrix,
FQueuedProcessor & Other
)