Navigation
BlueprintAPI > BlueprintAPI/Mover
Try to find an acceptable non-colliding location to place TestActor as close to possible to TestLocation. Expects TestLocation to be a valid location inside the level. Returns true if a location without blocking collision is found, in which case TestLocation is overwritten with the new clear location. Returns false if no suitable location could be found, in which case TestLocation is unmodified.
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 | |
| boolean | Return Value |