Please or Register to create posts and topics.

Using Collections with Image Anchors

here is a quick walk-through of using Collections with Image Anchors to save and load models placed in a specific physical location.

https://www.dropbox.com/scl/fi/qfz8mfn00fw429fw4c9wy/collections_and_imgAnchors_low2.mp4?rlkey=yn2r42pspfmcgvg49in3nti20&st=61zc55ne&dl=0

 

Things to keep in mind:

Long answer,
1st, it’s good to understand that when you start up in asset mode or scene mode, you are in a special default Level.  So even though you aren’t loading your own custom Level you are in a level.  
 
2nd, The collection records the location of all objects in the Level in UE scene space.  It doesn’t record their location in reference to any anchors but that shouldn’t matter if you follow the correct workflow.
 
3rd,  The anchor records the relationship between the image object and the Level and when you load the anchor it will move the camera to the correct place in the Level to establish the relationship.
 
So the workflows should look something like this:
 
Saving:
  1. place assets and arrange as you like
  2. save a Collection.  This saves the location of the objects in the Level
  3. save the Image anchor.  This saves the relationship of the location of the anchor in the Level and the camera in relation to the anchor
  4. you can’t adjust the position/rotation of the assets between steps 2 and 3
Loading:
  1. load the collection.  This should place all the objects in the correct locations.
  2. load the image anchor.  This should move the camera so that objects are now in the correct place relative to the image anchor
  3. you can’t adjust the position/rotation of the assets between steps 1 and 2

Also note, the alignment is relative to the physical image.  So if you move or rotate the physical image then that will affect where the models are when you load the anchor.