{"id":5026,"date":"2022-07-06T22:10:20","date_gmt":"2022-07-06T20:10:20","guid":{"rendered":"https:\/\/store.algosyntax.com\/?post_type=asx-lms-tutorial-cpt&#038;p=5026"},"modified":"2026-03-09T06:40:33","modified_gmt":"2026-03-09T04:40:33","slug":"ue5-scene-management-with-multiple-level-sequences","status":"publish","type":"asx-lms-tutorial-cpt","link":"https:\/\/store.algosyntax.com\/tutorials\/unreal-engine\/ue5-scene-management-with-multiple-level-sequences\/","title":{"rendered":"UE5 Scene Management With Multiple Level Sequences"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"5026\" class=\"elementor elementor-5026\" data-elementor-post-type=\"asx-lms-tutorial-cpt\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bcc4a05 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bcc4a05\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79e83c7\" data-id=\"79e83c7\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0df75d9 elementor-widget elementor-widget-text-editor\" data-id=\"0df75d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Learn how to manage multiple Level Sequences across multiple Maps\/Levels in unreal engine. This tutorial will cover the basics of scene management in unreal engine 5.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-5535dd4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5535dd4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a2a6d5\" data-id=\"1a2a6d5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fa1f398 elementor-widget elementor-widget-heading\" data-id=\"fa1f398\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Spawnables Vs Possessables In UE5<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-173dd43 elementor-widget elementor-widget-text-editor\" data-id=\"173dd43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A 3D object in an unreal engine animation scene can be owned by the level sequence or the map.<\/p><p>When its owned by a level sequence its called a spawnable.<\/p><p>When its owned by the Map its called a Possessable.<\/p><p>By ownership here we mean which of the two will control if a 3D object is spawned and deleted from a scene. Read this intro for a <strong>Level Sequence<\/strong> <a href=\"https:\/\/docs.unrealengine.com\/5.0\/en-US\/spawn-temporary-actors-in-unreal-engine-cinematics\/\" target=\"_blank\" rel=\"noopener\"><strong>Spawnable<\/strong><\/a>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b96ef18 elementor-widget elementor-widget-heading\" data-id=\"b96ef18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Objects as Spawnables In A Level Sequence<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24133bb elementor-widget elementor-widget-text-editor\" data-id=\"24133bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>When the <strong>owning level sequence<\/strong> is closed, <strong>Spawnables<\/strong> will be <strong>removed<\/strong> from the current <strong>map<\/strong>.<\/li><li>When a different Map\/Level is loaded, <strong>Spawnables<\/strong> will get added to the new <strong>map<\/strong> when their owning level sequence is opened.<\/li><li>Therefore, you <strong>do not have to recreate animations<\/strong> for the same object when switching Maps.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-26fb390 elementor-widget elementor-widget-heading\" data-id=\"26fb390\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Objects as Possesables In A Level Sequence<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb210ec elementor-widget elementor-widget-text-editor\" data-id=\"fb210ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>When the <strong>owning Level Sequence<\/strong> is closed,<strong>\u00a0Possessables<\/strong> will <strong>remain<\/strong> on the scene.\u00a0<\/li><li>When a different Map\/Level is loaded, <strong>Possessables\u00a0<\/strong>will <strong>NOT<\/strong> be added to the scene when their owning level sequence is open. Their tracks will be marked <strong>Red(invalid) <\/strong>but the information is still stored on the level sequence and will be valid when the owning map is opened again.<\/li><li>Therefore<strong>, Possessable<\/strong> <strong>Animations<\/strong> are only valid when the owning Map\/Level is open and nowhere else. <strong>You have to recreate animations\u00a0<\/strong>for the same object when switching maps\/level sequences.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4aa6245 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4aa6245\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0ead1c8\" data-id=\"0ead1c8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-df13e78 elementor-widget elementor-widget-heading\" data-id=\"df13e78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Switching Cameras<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44f06b9 elementor-widget elementor-widget-text-editor\" data-id=\"44f06b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Switching cameras in unreal is done by using the Camera Cuts Track and multiple cameras. The process is simple:<\/p><ol><li>Add Multiple Cameras to the scene and position them<\/li><li>Add A Camera Cuts Track to the Level Sequence<\/li><li>Create a Binding To A Camera by using the &#8220;+Camera&#8221; button.<\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"featured_media":0,"template":"","asx-lms-tutorial-categories":[63,60,45],"asx-lms-tutorial-tags":[59],"class_list":["post-5026","asx-lms-tutorial-cpt","type-asx-lms-tutorial-cpt","status-publish","hentry","asx-lms-tutorial-categories-sequencer","asx-lms-tutorial-categories-animation-system","asx-lms-tutorial-categories-unreal-engine","asx-lms-tutorial-tags-animation","entry"],"acf":[],"_links":{"self":[{"href":"https:\/\/store.algosyntax.com\/asx-rest\/wp\/v2\/asx-lms-tutorial-cpt\/5026","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/store.algosyntax.com\/asx-rest\/wp\/v2\/asx-lms-tutorial-cpt"}],"about":[{"href":"https:\/\/store.algosyntax.com\/asx-rest\/wp\/v2\/types\/asx-lms-tutorial-cpt"}],"version-history":[{"count":0,"href":"https:\/\/store.algosyntax.com\/asx-rest\/wp\/v2\/asx-lms-tutorial-cpt\/5026\/revisions"}],"wp:attachment":[{"href":"https:\/\/store.algosyntax.com\/asx-rest\/wp\/v2\/media?parent=5026"}],"wp:term":[{"taxonomy":"asx-lms-tutorial-categories","embeddable":true,"href":"https:\/\/store.algosyntax.com\/asx-rest\/wp\/v2\/asx-lms-tutorial-categories?post=5026"},{"taxonomy":"asx-lms-tutorial-tags","embeddable":true,"href":"https:\/\/store.algosyntax.com\/asx-rest\/wp\/v2\/asx-lms-tutorial-tags?post=5026"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}