Navigation
API > API/Runtime > API/Runtime/MassEntity
Values determining whether a processor wants to be pruned at runtime. The value is not used when processing graph is generated for project configuration purposes or debug-time graph visualization purposes This behavior can be overridden by UMassProcessor::ShouldAllowQueryBasedPruning child class overrides
| Name | EMassQueryBasedPruning |
| Type | enum |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassProcessor.h |
| Include Path | #include "MassProcessor.h" |
Syntax
enum EMassQueryBasedPruning
{
Prune,
Never,
Default = Prune,
}
Values
| Name | Remarks |
|---|---|
| Prune | |
| Never | |
| Default |