From the course: Unreal: AR Visualization 01 Basic Concepts

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Adding origin to your scene

Adding origin to your scene - Unreal Engine Tutorial

From the course: Unreal: AR Visualization 01 Basic Concepts

Start my 1-month free trial

Adding origin to your scene

- [Instructor] Knowing where Unreal has placed the World Origin in your scene is very useful. And we have a function we can use to add it to our scene for debug purposes. So, right now, this is the origin of the character, but we don't know where the origin is for the actual scene in AR space. So, we want to make sure once we test the AR experience, we want to see where the world origin is. So, there's a way to do that inside of Unreal. So, let's go ahead and do that. So, the first thing you're going to do is go inside of Window and then go to find in Blueprints, and then click on finding Blueprints one, and the one we're looking for is called Debug World Origin, and then hit enter. And this is the one you're looking for. So, what you need to do is double click on the function, like so, and then you can close this down and now what we have is a script, it's going to place inside of our game, The World Origin. So…

Contents