Skip to main content
Version: 1.0

Migration Guide for Unreal

Breaking changes in 1.0.0

  • The Core redirector list have been cleaned from the Snapdragon Spaces plugin, which may result in compile errors. To resolve this issue, developers need to manually remove the references. Below is a list of the missing references.
New nameOld Name
SpacesOpenXR.SnapdragonSpacesSessionConfigSpacesRuntime.SpacesSessionConfig
SpacesRuntime.SpacesHandGestureInputManagerSpacesTools.SpacesHandTrackingInputActor
SpacesRuntime.SpacesHandInteractionSpacesTools.SpacesHandInteractionActor
SpacesRuntime.SpacesHandJointColliderSpacesTools.SpacesHandJointColliderActor
SpacesRuntime.SpacesHandInteractableComponentSpacesTools.SpacesHandInteractableComponent
SpacesRuntime.SpacesSnappingVolumeSpacesRuntime.ESpacesFeature
SpacesRuntime.ESpacesExtensionBPInputCore.EControllerHand
SpacesRuntime.ESpacesHandTypeSpacesTools.ESpacesHandInteractableState
  • The Core redirector list have been cleaned from the Snapdragon Spaces Samples plugin, which may result in compile errors. Any references to the assets in the Snapdragon Spaces Sample project should be updated to the SnapdragonSpaces references by those of the SnapdragonSpacesSamples plugin.
  • The ESpacesControllerType enum have been updated and the ECT_3DOFController option is replaced by ECT_DeviceController.
  • The following blueprint changes in Snapdragon Spaces plugin have been applied to align with Epic's Unreal guidelines, and the project architecture has been updated to enhance search and navigation:
1.0.0 Name0.26.0 Name1.0.0 Path0.26.0 Path
M_HostControllerM_HostController/Devices/HostController/Materials//Devices/HostController/
M_XRController_BlackM_XRControllerBlack/Devices/XRController/Materials//Devices/XRController/Materials/
M_XRControllerM_XRController/Devices/XRController/Materials//Devices/XRController/
SK_XRControllerLeftXRControllerLeft/Devices/XRController//Devices/XRController/
PHYS_XRControllerLeftXRControllerLeft_PhysicsAsset/Devices/XRController//Devices/XRController/
SKEL_XRControllerLeftXRControllerLeft_Skeleton/Devices/XRController//Devices/XRController/
SK_XRControllerRightXRControllerRight/Devices/XRController//Devices/XRController/
PHYS_XRControllerRightXRControllerRight_PhysicsAsset/Devices/XRController//Devices/XRController/
SKEL_XRControllerRightXRControllerRight_Skeleton/Devices/XRController//Devices/XRController/
T_XRControllerT_XRController/Devices/XRController/Textures//Devices/XRController/Materials/Textures/
BP_SpacesDistalRotationBP_SpacesDistalRotationActor/HandTracking/Actors//HandTracking/Actors/
BP_SpacesDistalScaleBP_SpacesDistalScaleActor/HandTracking/Actors//HandTracking/Actors/
BP_SpacesHandInteractionSpacesHandInteractionBP/HandTracking/Actors//HandTracking/Actors/
MF_GradientMF_SpacesHandRayGradient/Common/Materials//HandTracking/Materials/
MI_ColorUnlit_WhiteMI_ColorUnlit_White/Common/Materials//HandTracking/Materials/
M_ColorUnlitM_ColorUnlit/Common/Materials//HandTracking/Materials/
M_SpacesXRPointerM_HandRay/Common/Materials//HandTracking/Materials/
SM_InteractionPointSM_No_Hit_Indicator/HandTracking/Mesh//Meshes/
SM_SpacesXRPointerSM_LaserPointer/Common/Meshes//Meshes/
  • The following blueprints have been removed from the Snapdragon Spaces plugin, and moved to the Snapdragon Spaces Samples plugin:
1.0.0 Name1.0.0 Snapdragon Spaces Samples Plugin Path0.26.0 Name0.26.0 Snapdragon Spaces Plugin Path
T_BoxInteractable_Blue/Content/Samples/HandTracking/Placeable/Textures/Box_Template_Blue/Content/HandTracking/Materials/Textures/
T_BoxInteractable_Blue_Hover/Content/Samples/HandTracking/Placeable/Textures/Box_Template_Blue_Hover/Content/HandTracking/Materials/Textures/
T_BoxInteractable_Blue_Selected/Content/Samples/HandTracking/Placeable/Textures/Box_Template_Blue_Selected/Content/HandTracking/Materials/Textures/
T_BoxInteractable_Pink/Content/Samples/HandTracking/Placeable/Textures/Box_Template_Pink/Content/HandTracking/Materials/Textures/
T_BoxInteractable_Yellow/Content/Samples/HandTracking/Placeable/Textures/Box_Template_Yellow/Content/HandTracking/Materials/Textures/
MI_HandInteractableCube_Blue/Content/Samples/HandTracking/Placeable/Materials/MI_HandInteractableCubeBlue/Content/HandTracking/Materials/
M_HandInteractableCube/Content/Samples/HandTracking/Placeable/Materials/M_HandInteractableCubeBlue/Content/HandTracking/Materials/
  • The following blueprint changes in Snapdragon Spaces Samples plugin have been applied to align with Epic's Unreal guidelines, and the project architecture has been updated to enhance search and navigation:
1.0.0 Name0.26.0 Name1.0.0 Path0.26.0 Path
BP_SpacesFunctionLibraryBP_FunctionLibrary/Common/Core//Common/Core/
GM_SpacesSamplesBP_GameMode/Common/Core//Common/Core/
BP_SpacesPawnBP_Pawn/Common/Core//Common/Core/
D_SpacesSessionConfigD_ARSessionConfig/Common/Core//Common/Core/
E_SpacesSamplesESamples/Common/Core//Common/Core/
AC_SpacesControllerBP_ControllerComponent/Common/Core/Components//Common/Core/Components/
AC_SpacesController_GazeBP_GazeControllerComponent/Common/Core/Components//Common/Core/Components/
AC_SpacesController_HandTrackingBP_HandTrackingControllerComponent/Common/Core/Components//Common/Core/Components/
AC_SpacesController_XRPointerBP_PointerControllerComponent/Common/Core/Components//Common/Core/Components/
AC_SpacesControllerManagementBP_SpacesInputControllerComponent/Common/Core/Components//Common/Core/Components/
AC_SpacesControllerManagementBP_SpacesInputControllerComponent/Common/Core/Components//Common/Core/Components/
BI_SpacesInteractableBPI_Interactable/Common/Placeable//Common/Placeable/
BP_SpacesWidgetBP_3DWidget/Common/Placeable//Common/Placeable/
BP_SpacesARManagerBP_ARManager/Common/Placeable//Common/Placeable/
BP_SpacesXRControllerBP_PointerController/Common/Placeable//Common/Placeable/
BP_SpacesXRController_VisualRenderBP_XRControllerRepresentation/Common/Placeable//Common/Placeable/
AC_SpacesWidgetAutolocateBP_Adjust3DWidgetComponent/Common/Placeable/Components//Common/Placeable/Components/
E_SpacesBackButtonStylesBackButtonStyle/Common/UI//Common/UI/
WBP_SpacesWidgetWBP_3DWidget/Common/UI//Common/UI/
WBP_SpacesFeatureUnavailableWBP_FeatureUnavailable/Common/UI//Common/UI/
WBP_SpacesGazePointerWBP_GazePointer/Common/UI//Common/UI/
WBP_SpacesHeaderSamplesWBP_HeaderSamples/Common/UI//Common/UI/
MI_SpacesButtonM_SpacesButton/Common/UI/Materials//Common/UI/Materials/
MI_SpacesButton_RoundM_SpacesButton_Round/Common/UI/Materials//Common/UI/Materials/
MI_SpacesButton_RoundedCornersM_SpacesButton_RoundedCorners/Common/UI/Materials//Common/UI/Materials/
MI_SpacesButton_RoundedCorners_BorderM_SpacesButton_RoundedCorners_Border/Common/UI/Materials//Common/UI/Materials/
MI_Widget3DPassThrough_TranslucentM_Widget3DPassThrough_Translucent/Common/UI/Materials//Common/UI/Materials/
MI_Widget3DPassThrough_Translucent_OneSidedM_Widget3DPassThrough_Translucent_OneSided/Common/UI/Materials//Common/UI/Materials/
MI_Widget3DPassThrough_Translucent_TwoSidedM_Widget3DPassThrough_Translucent_TwoSided/Common/UI/Materials//Common/UI/Materials/
T_SpacesMenuIconsUI_menu_spaces_custom/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_BackArrowUI_menu_spaces_custom_BackArrow/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Background_StrokeUI_menu_spaces_custom_BackgroundStroke/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Header_WhiteUI_menu_spaces_custom_Button_HL/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_HeaderUI_menu_spaces_custom_Button_Header_HL/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Header_IdleUI_menu_spaces_custom_Button_Header_Idle/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Header_Idle_WhiteUI_menu_spaces_custom_Button_Iddle/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_MiniUI_menu_spaces_custom_Button_Mini_HL/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Mini_IdleUI_menu_spaces_custom_Button_Mini_Idle/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_PressedUI_menu_spaces_custom_Button_Pressed/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_RedBorder_FillUI_menu_spaces_custom_Button_RedHL/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_RedStrokeUI_menu_spaces_custom_Button_RedStroke/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_RedStroke_IdleUI_menu_spaces_custom_Button_RedStroke_idle/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_SelectedUI_menu_spaces_custom_Button_Selected/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_SpacesUI_menu_spaces_custom_Button_Spaces_HL/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Spaces_IdleUI_menu_spaces_custom_Button_Spaces_Idle/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Spaces_RedStrokeUI_menu_spaces_custom_Button_Spaces_SP/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Square_BorderUI_menu_spaces_custom_Button_Square_Border/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_SquareUI_menu_spaces_custom_Button_Square_HL/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Square_IdleUI_menu_spaces_custom_Button_Square_Idle/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_WhiteStroke_FillUI_menu_spaces_custom_Button_WhiteStroke_Fill/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_CheckboxUI_menu_spaces_custom_Checkbox/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_CheckmarkUI_menu_spaces_custom_Checkmark/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_CloseUI_menu_spaces_custom_Close/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_DownArrowUI_menu_spaces_custom_DownArrow/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_HeaderBackgroundUI_menu_spaces_custom_HeaderBackground/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_WhiteStrokeUI_menu_spaces_custom_MiniButton_whiteStroke/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_RedUI_menu_spaces_custom_RedButton_HL/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_Button_Red_IdleUI_menu_spaces_custom_RedButton_Idle/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_ShadowUI_menu_spaces_custom_Shadow/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_UpArrowUI_menu_spaces_custom_UpArrow/Common/UI/Textures//Common/UI/Textures/
SPR_SpacesMenu_BackgroundUI_menu_spaces_custom_background/Common/UI/Textures//Common/UI/Textures/
SpacesSample_Anchor_PLAnchorSample/Samples/Anchor/Maps//Samples/Anchor/Maps/
BP_SpacesARManager_AnchorBP_AnchorManager/Samples/Anchor/Placeable//Samples/Anchor/Placeable/
BP_SpacesWidget_AnchorBP_AnchorWidget/Samples/Anchor/Placeable//Samples/Anchor/Placeable/
BP_SpacesWidget_CreateAnchorBP_AnchorWidget_Create/Samples/Anchor/Placeable//Samples/Anchor/Placeable/
BP_SpacesGizmoBP_Gizmo/Samples/Anchor/Placeable//Samples/Anchor/Placeable/
T_AnchorIconanchors_icons/Samples/Anchor/UI/Textures//Samples/Anchor/Textures/
SPR_AnchorIcon_NotSavedanchors_icons_NotSaved/Samples/Anchor/UI/Textures//Samples/Anchor/Textures/
SPR_AnchorIcon_Placementanchors_icons_Placement/Samples/Anchor/UI/Textures//Samples/Anchor/Textures/
SPR_AnchorIcon_Savedanchors_icons_Saved/Samples/Anchor/UI/Textures//Samples/Anchor/Textures/
SPR_AnchorIcon_SurfacePlacementanchors_icons_SurfacePlacement/Samples/Anchor/UI/Textures//Samples/Anchor/Textures/
SPR_AnchorIcon_Trackedanchors_icons_Tracked/Samples/Anchor/UI/Textures//Samples/Anchor/Textures/
SPR_AnchorIcon_Untrackedanchors_icons_Untracked/Samples/Anchor/UI/Textures//Samples/Anchor/Textures/
WBP_SpacesAnchorWBP_Anchor/Samples/Anchor/UI//Samples/Anchor/UI/
WBP_SpacesCreateAnchorWBP_CreateAnchor/Samples/Anchor/UI//Samples/Anchor/UI/
SpacesSample_CameraFrameAccess_PLCameraFrameAccessSample/Samples/CameraFrameAccess/Maps//Samples/CameraFrameAccess/Maps/
BP_SpacesARManager_CameraFrameAccessBP_CameraFrameAccessManager/Samples/CameraFrameAccess/Placeable//Samples/CameraFrameAccess/Placeable/
BP_SpacesWidget_CameraFrameAccessBP_CameraFrameAccessWidget/Samples/CameraFrameAccess/Placeable//Samples/CameraFrameAccess/Placeable/
WBP_SpacesCameraFrameAccessWBP_CameraFrameAccess/Samples/CameraFrameAccess/UI//Samples/CameraFrameAccess/UI/
SpacesSample_HandTracking_PLHandTrackingSample/Samples/HandTracking/Maps//Samples/HandTracking/Maps/
BP_SpacesHandJoint_VisualBP_HandJointRepresentation/Samples/HandTracking/Placeable//Samples/HandTracking/Placeable/
BP_SpacesHandMeshingBP_HandMeshingViewer/Samples/HandTracking/Placeable//Samples/HandTracking/Placeable/
BP_SpacesARManager_HandTrackingBP_HandTrackingManager/Samples/HandTracking/Placeable//Samples/HandTracking/Placeable/
BP_SpacesWidget_HandTrackingBP_HandTrackingWidget/Samples/HandTracking/Placeable//Samples/HandTracking/Placeable/
BP_SpacesHandInteractable_PandaBP_PandaInteractable/Samples/HandTracking/Placeable//Samples/HandTracking/Placeable/InteractableObjects
BP_SpacesHandInteractable_CubeBP_SpacesHandInteractableCube/Samples/HandTracking/Placeable//Samples/HandTracking/Placeable/InteractableObjects
M_HandMeshM_HandMeshMaterial/Samples/HandTracking/Placeable/Materials//Samples/HandTracking/Placeable/Materials/
MI_SpacesHandJointM_SpacesHandJointMaterial_Inst/Samples/HandTracking/Placeable/Materials//Samples/HandTracking/Placeable/Mesh/Hat_Interactables/Panda/
M_SpacesHandJointM_SpacesHandJointMaterial/Samples/HandTracking/Placeable/Materials//Samples/HandTracking/Placeable/Mesh/Hat_Interactables/Panda/
M_PandaMatPanda/Samples/HandTracking/Placeable/Materials//Samples/HandTracking/Placeable/Mesh/Hat_Interactables/Panda/
SK_PandaPanda/Samples/HandTracking/Placeable/Mesh//Samples/HandTracking/Placeable/Mesh/Hat_Interactables/Panda/
PHYS_PandaPanda_PhysicAsset/Samples/HandTracking/Placeable/Mesh//Samples/HandTracking/Placeable/Mesh/Hat_Interactables/Panda/
SKEL_PandaPanda_Skeleton/Samples/HandTracking/Placeable/Mesh//Samples/HandTracking/Placeable/Mesh/Hat_Interactables/Panda/
T_PandaTexturePanda/Samples/HandTracking/Placeable/Textures//Samples/HandTracking/Placeable/Mesh/Hat_Interactables/Panda/
WBP_SpacesHandTrackingWBP_HandTrackingSample/Samples/HandTracking/UI//Samples/HandTracking/UI/
SpacesSample_HitTesting_PLHitTestingSample/Samples/HitTesting/Maps//Samples/HitTesting/Maps/
BP_SpacesARManager_HitTestingBP_HitManager/Samples/HitTesting/Placeable//Samples/HitTesting/Placeable/
BP_SpacesWidget_HitTestingBP_HitTesting_Widget/Samples/HitTesting/Placeable//Samples/HitTesting/Placeable/
BP_SpacesHitTesting_IndicatorBP_Hit_Indicator/Samples/HitTesting/Placeable//Samples/HitTesting/Placeable/
WBP_SpacesHitTestingWBP_HitTesting/Samples/HitTesting/UI//Samples/HitTesting/UI/
SpacesSample_ImageTracking_PLImageTrackingSample/Samples/ImageTracking/Maps//Sample/ImageTracking/Maps/
BP_SpacesAugmentedTracking_ImageBP_AugmentedImage/Samples/ImageTracking/Placeable//Sample/ImageTracking/Placeable/
BP_SpacesAugmentedTracking_GizmoBP_Gizmo_AugmentedImage/Samples/ImageTracking/Placeable//Sample/ImageTracking/Placeable/
BP_SpacesARManager_ImageTrackingBP_ImageTrackingManager/Samples/ImageTracking/Placeable//Sample/ImageTracking/Placeable/
BP_SpacesWidget_ImageTrackingBP_ImageTrackingWidget/Samples/ImageTracking/Placeable//Sample/ImageTracking/Placeable/
D_SpacesARCandidateImage_SpacesTownD_SpacesARCandidateImage_SpacesTown/Samples/ImageTracking/Core//Sample/ImageTracking/Placeable/
WBP_SpacesImageTrackingWBP_ImageTracking/Samples/ImageTracking/UI//Sample/ImageTracking/UI/
GM_SpacesSamples_InteractionBP_GameMode_Interaction/Samples/Interaction/Core//Sample/Interaction/Core/
BP_SpacesPawn_InteractionBP_Pawn_3dof/Samples/Interaction/Core//Sample/Interaction/Core/
SpacesSample_Interaction_PLInteractionSample/Samples/Interaction/Maps//Samples/Interaction/Maps/
BP_SpacesInteractable_CubeBP_CubeInteractable/Samples/Interaction/Placeable//Samples/Interaction/Placeable/
BP_SpacesWidget_InteractionBP_InteractionWidget/Samples/Interaction/Placeable//Samples/Interaction/Placeable/
WBP_SpacesInteractionWBP_Interaction/Samples/Interaction/UI//Samples/Interaction/UI/
WBP_SpacesInteractionWarningWBP_InteractionWarning3DWidget/Samples/Interaction/UI//Samples/Interaction/UI/
SpacesSample_MainMenu_PLMainMenuSample/Samples/MainMenu/Maps//Samples/MainMenu/Maps/
ComponentsVersion_PLComponentsVersionSample/Samples/MainMenu/Maps//Samples/MainMenu/Maps/
BP_SpacesWidget_ComponentsVersionBP_ComponentsVersionWidget/Samples/MainMenu/Placeable//Samples/MainMenu/Placeable/
BP_SpacesWidget_MainMenuBP_MainMenuWidget/Samples/MainMenu/Placeable//Samples/MainMenu/Placeable/
BP_SpacesWidget_PassthroughBP_PassthroughWidget/Samples/MainMenu/Placeable//Samples/MainMenu/Placeable/
WBP_SpacesComponentsVersionComposedWBP_ComponentsVersionComposed/Samples/MainMenu/UI//Samples/MainMenu/UI/
WBP_SpacesMainMenuWBP_MainMenu/Samples/MainMenu/UI//Samples/MainMenu/UI/
WBP_SpacesMainMenu_ComponentVersionsWBP_MainMenu_ComponentVersions/Samples/MainMenu/UI//Samples/MainMenu/UI/
WBP_SpacesMainMenu_ComponentVersions_CellWBP_MainMenu_ComponentVersions_Cell/Samples/MainMenu/UI//Samples/MainMenu/UI/
WBP_SpacesMainMenu_SamplesWBP_MainMenu_Samples/Samples/MainMenu/UI//Samples/MainMenu/UI/
WBP_SpacesPassthroughWBP_Passthrough/Samples/MainMenu/UI//Samples/MainMenu/UI/
D_SessionConfig_ConvexHullD_ConvexHullSessionConfig/Samples/PlaneDetection/Core//Samples/PlaneDetection/Core/
SpacesSample_PlaneDetection_PLPlaneDetectionSample/Samples/PlaneDetection/Maps//Samples/PlaneDetection/Maps/
BP_SpacesARManager_PlaneDetectionBP_PlaneARManager/Samples/PlaneDetection/Placeable//Samples/PlaneDetection/Placeable/
BP_SpacesWidget_PlaneDetectionBP_PlaneDetectionWidget/Samples/PlaneDetection/Placeable//Samples/PlaneDetection/Placeable/
WBP_SpacesPlaneDetectionWBP_PlaneDetection/Samples/PlaneDetection/UI//Samples/PlaneDetection/UI/
SpacesSample_QRCodeTracking_PLQRCodeTrackingSample/Samples/QRCodeTracking/Maps//Samples/QRCodeTracking/Maps/
BP_SpacesAugmentedTracking_QRCodeBP_AugmentedQRCode/Samples/QRCodeTracking/Placeable//Samples/QRCodeTracking/Placeable/
BP_SpacesARManager_QRCodeTrackingBP_QRCodeTrackingManager/Samples/QRCodeTracking/Placeable//Samples/QRCodeTracking/Placeable/
BP_SpacesWidget_QRCodeTrackingBP_QRCodeTrackingWidget/Samples/QRCodeTracking/Placeable//Samples/QRCodeTracking/Placeable/
WBP_SpacesQRCodeTrackingWBP_QRCodeTracking/Samples/QRCodeTracking/UI//Samples/QRCodeTracking/UI/
WBP_SpacesQRCodeDataWBP_QRCodeData/Samples/QRCodeTracking/UI//Samples/QRCodeTracking/UI/
SpacesSample_SpatialMeshing_PLSpatialMeshingSample/Samples/SpatialMeshing/Maps//Samples/SpatialMeshing/Maps/
BP_SpacesARManager_SpatialMeshingBP_SpatialMeshingARManager/Samples/SpatialMeshing/Placeable//Samples/SpatialMeshing/Placeable/
BP_SpacesWidget_SpatialMeshingBP_SpatialMeshingWidget/Samples/SpatialMeshing/Placeable//Samples/SpatialMeshing/Placeable/
MF_NormalsApproxMF_NormalsApprox/Samples/SpatialMeshing/Placeable/Materials//Samples/SpatialMeshing/Placeable/Materials/MaterialFunctions/
WBP_SpacesSpatialMeshingWBP_SpatialMeshingSample/Samples/SpatialMeshing/UI//Samples/SpatialMeshing/UI/
  • The following blueprints have been deprecated and subsequently removed from the project:
0.26.0 Name0.26.0 PathWhy it was removed
BP_SpacesGameInstance/Common/Core/Components/Custom game instance blueprint file with no modifications. The Game Instance class used by default from Project Setting is the UGameInstance Unreal class.
BP_LookToCamera/Common/Core/Components/Not used in the Samples blueprint project.
MI_ColorUnlit_Cyan/Common/Placeable/Materials/Not used in the Samples blueprint project.
MI_ColorUnlit_CyanDark/Common/Placeable/Materials/Not used in the Samples blueprint project.
MI_ColorUnlit_Green/Common/Placeable/Materials/Not used in the Samples blueprint project.
MI_ColorUnlit_GreenDark/Common/Placeable/Materials/Not used in the Samples blueprint project.
MI_ColorUnlit_Purple/Common/Placeable/Materials/Not used in the Samples blueprint project.
MI_ColorUnlit_PurpleDark/Common/Placeable/Materials/Not used in the Samples blueprint project.
BPI_AnchorBinding/Samples/Anchor/Core/Not used in the Samples blueprint project.
BP_AnchorWidget_Banner/Samples/Anchor/Placeable/Not used in the Samples blueprint project.
SM_Gizmo/Samples/Anchor/Placeable/Mesh/Not used in the Samples blueprint project.
SM_Gizmo_Placed/Samples/Anchor/Placeable/Mesh/Not used in the Samples blueprint project.
SM_Gizmo_UI_Local/Samples/Anchor/Placeable/Mesh/Not used in the Samples blueprint project.
SM_Gizmo_UI_Persistent/Samples/Anchor/Placeable/Mesh/Not used in the Samples blueprint project.
DT_Anchor_RichTextStyle/Samples/Anchor/UI/Not used in the Samples blueprint project.
WBP_Anchor_Banner/Samples/Anchor/UI/Not used in the Samples blueprint project.
BP_Mirror/Samples/HandTracking/Placeable/Not used in the Samples blueprint project.
BP_Mirror_Pawn/Samples/HandTracking/Placeable/Not used in the Samples blueprint project.
MF_PlaneMask/Samples/HandTracking/Placeable/Materials/Not used in the Samples blueprint project.
MI_MirrorCrystal/Samples/HandTracking/Placeable/Materials/Not used in the Samples blueprint project.
MI_MirrorPawn_Black/Samples/HandTracking/Placeable/Materials/Not used in the Samples blueprint project.
MI_MirrorPawn_Red/Samples/HandTracking/Placeable/Materials/Not used in the Samples blueprint project.
MI_MirrorPawn_White/Samples/HandTracking/Placeable/Materials/Not used in the Samples blueprint project.
MP_Mirror/Samples/HandTracking/Placeable/Materials/Not used in the Samples blueprint project.
M_MirrorCrystal/Samples/HandTracking/Placeable/Materials/Not used in the Samples blueprint project.
M_MirrorPawn/Samples/HandTracking/Placeable/Materials/Not used in the Samples blueprint project.
SM_Mirror/Samples/HandTracking/Placeable/Mesh/Not used in the Samples blueprint project.
SM_Player_Head/Samples/HandTracking/Placeable/Mesh/Not used in the Samples blueprint project.
SM_Player_Thorso/Samples/HandTracking/Placeable/Mesh/Not used in the Samples blueprint project.
WBP_HandTrackingSampleInteraction/Samples/HandTracking/UI/Not used in the Samples blueprint project.
SM_Arrow/Samples/HitTesting/Placeable/Mesh/Not used in the Samples blueprint project.
SM_Gizmo_Arrow/Samples/ImageTracking/Placeable/Not used in the Samples blueprint project.
BP_ARAuxManager/Samples/MainMenu/Placeable/Custom game instance blueprint file identical from its parent (BP_SpacesARManager). Replaced references by this blueprint actor.
BP_Gizmo_AugmentedQRCode/Samples/QRCodeTracking/Placeable/Not used in the Samples blueprint project.
MI_ARMeshShading/Samples/SpatialMeshing/Placeable/Materials/Not used in the Samples blueprint project.
M_ARMesh/Samples/SpatialMeshing/Placeable/Materials/Not used in the Samples blueprint project.
M_ARMesh_Wireframe/Samples/SpatialMeshing/Placeable/Materials/Not used in the Samples blueprint project.