Navigation
BlueprintAPI > BlueprintAPI/Mover
Returns whether MoverComp's Actor would encroach at TestLocation on something that blocks it. If blocked, we'll attempt to find an adjustment and set OutProposedAdjustment accordingly. OutProposedAdjustment will be zero'd if there's no blockage or an adjustment could not be found.
Target is Movement Utils
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Mover Comp | |
| vector | Test Location | |
| rotator | Test Rotation |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| vector | Out Proposed Adjustment | |
| boolean | Return Value |