Navigation
BlueprintAPI > BlueprintAPI/Transformation
Teleport this actor to a new location. If the actor doesn't fit exactly at the location specified, tries to slightly move it out of walls and such.
Target is Actor
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| vector | Dest Location | The target destination point |
| rotator | Dest Rotation | The target rotation at the destination |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if the actor has been successfully moved, or false if it couldn't fit. |