Flock Alignment Vector
PureFlockAlignmentVectorCalculates the alignment steering vector for flocking behavior (match neighbors' heading).
Type: Pure (no side effects)
Category: Fortuna|AI & Navigation
Keywords: ai & navigation
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| AgentVelocity | FVector | — | AgentVelocity parameter |
| NeighborVelocities | TArray<FVector> | — | NeighborVelocities parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
Example Use Cases
Example 1
Birds aligning flight direction with flock.
Example 2
Vehicles merging into traffic flow.