B1TargetFilters
- Aggregates all spatial and tag-based filters used to select howling targets,
* along with a probability and an optional condition ID for additional eligibility checks.
| Property | Type | Description | Metadata |
|---|---|---|---|
| FilterCircle | FB1Filter_AreaCircle | Circle area filter applied to candidate howling targets. | Category: B1TargetFilters |
| FilterFacing | FB1Filter_Facing | Directional facing filter applied to candidate howling targets. | Category: B1TargetFilters |
| FilterCylinder | FB1Filter_AreaCylinder | Cylinder area filter applied to candidate howling targets. | Category: B1TargetFilters |
| FilterBox | FB1Filter_AreaBox | Box area filter applied to candidate howling targets. | Category: B1TargetFilters |
| FilterLineTrace | FB1Filter_LineTrace | Line trace filter applied to candidate howling targets. | Category: B1TargetFilters |
| FilterObjectTag | FB1Filter_ObjectTag | Object tag filter applied to candidate howling targets. | Category: B1TargetFilters |
| FilterFacingOrigin | FB1Filter_FacingOrigin | Facing-origin filter requiring targets to face the howling emitter. | Category: B1TargetFilters |
| bUseUnionFilter | bool | If true, active filters are evaluated as a union (OR). Default false keeps the existing sequential AND behavior. | Category: B1TargetFilters |
| Prob | float | Probability (0.0–1.0) that a target passing all filters is actually selected. | Category: B1TargetFilters |
| ConditionId | FName | Optional condition ID that must be satisfied for a target to be selected. | Category: B1TargetFilters Foreign: Condition_Howling.Id |