charan vendra
charan vendra

Reputation: 459

Teleport freely in Unreal-HandGameplay template

I am using this template from:
https://github.com/oculus-samples/Unreal-HandGameplay

I need to teleport freely anywhere around the scene instead of using the teleport pods provided.
How can I do this?

Upvotes: 0

Views: 34

Answers (1)

charan vendra
charan vendra

Reputation: 459

Use the AimingActor blueprint to do a line trace by channel downwards to detect floor and move the character to it’s position.

Upvotes: 0

Related Questions