diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/AccoladeDataRegistry.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/AccoladeDataRegistry.uasset new file mode 100644 index 0000000000000000000000000000000000000000..080b9eed051b48d7ef98802d86c8826c644be4e0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/AccoladeDataRegistry.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_AccoladeRelay.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_AccoladeRelay.uasset new file mode 100644 index 0000000000000000000000000000000000000000..159ab57b5b0d89790605f1e5e780fd301d000133 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_AccoladeRelay.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_ElimChainProcessor.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_ElimChainProcessor.uasset new file mode 100644 index 0000000000000000000000000000000000000000..91535a796c81f9752dcbb32bf40870c681e8b815 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_ElimChainProcessor.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_ElimStreakProcessor.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_ElimStreakProcessor.uasset new file mode 100644 index 0000000000000000000000000000000000000000..045170d62d157c62083bbf7b086ea115c4b87099 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_ElimStreakProcessor.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_EliminationFeedRelay.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_EliminationFeedRelay.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ea2f1fc4d46bddaaf0691c0f71a4e158988828dc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/B_EliminationFeedRelay.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/DT_BasicShooterAccolades.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/DT_BasicShooterAccolades.uasset new file mode 100644 index 0000000000000000000000000000000000000000..887ef0e89969830d66529fd04f95975dc570024d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/DT_BasicShooterAccolades.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/EAS_BasicShooterAcolades.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/EAS_BasicShooterAcolades.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1849ea6746ac2144cdddce5db03548fa2a3b138c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Accolades/EAS_BasicShooterAcolades.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Blueprint/B_AbilitySpawner.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Blueprint/B_AbilitySpawner.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f31f3a9d9b21c631c0438ede21d65536109184c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Blueprint/B_AbilitySpawner.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Blueprint/B_AimAssistTargetTest.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Blueprint/B_AimAssistTargetTest.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5df088c3fd98344d9932e7a57662f348480f515c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/Blueprint/B_AimAssistTargetTest.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/ShooterCore.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/ShooterCore.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5528a2dba21f2bdf8d77983777889ce262064dce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Content/ShooterCore.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Accolades/LyraAccoladeDefinition.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Accolades/LyraAccoladeDefinition.cpp new file mode 100644 index 0000000000000000000000000000000000000000..58c33a9e2001849aa1d8698ac5fc9d43e481aee4 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Accolades/LyraAccoladeDefinition.cpp @@ -0,0 +1,6 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "Accolades/LyraAccoladeDefinition.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(LyraAccoladeDefinition) + diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Accolades/LyraAccoladeHostWidget.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Accolades/LyraAccoladeHostWidget.cpp new file mode 100644 index 0000000000000000000000000000000000000000..fd1e3661e62df118a5e8415da38cfd8d52efbe3a --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Accolades/LyraAccoladeHostWidget.cpp @@ -0,0 +1,166 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "Accolades/LyraAccoladeHostWidget.h" + +#include "DataRegistrySubsystem.h" +#include "LyraLogChannels.h" +#include "Messages/LyraNotificationMessage.h" +#include "Sound/SoundBase.h" +#include "TimerManager.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(LyraAccoladeHostWidget) + +class UUserWidget; + +UE_DEFINE_GAMEPLAY_TAG_STATIC(TAG_Lyra_ShooterGame_Accolade, "Lyra.ShooterGame.Accolade"); + +static FName NAME_AccoladeRegistryID("Accolades"); + +void ULyraAccoladeHostWidget::NativeConstruct() +{ + Super::NativeConstruct(); + + UGameplayMessageSubsystem& MessageSubsystem = UGameplayMessageSubsystem::Get(this); + ListenerHandle = MessageSubsystem.RegisterListener(TAG_Lyra_AddNotification_Message, this, &ThisClass::OnNotificationMessage); +} + +void ULyraAccoladeHostWidget::NativeDestruct() +{ + UGameplayMessageSubsystem& MessageSubsystem = UGameplayMessageSubsystem::Get(this); + MessageSubsystem.UnregisterListener(ListenerHandle); + + CancelAsyncLoading(); + + Super::NativeDestruct(); +} + +void ULyraAccoladeHostWidget::OnNotificationMessage(FGameplayTag Channel, const FLyraNotificationMessage& Notification) +{ + if (Notification.TargetChannel == TAG_Lyra_ShooterGame_Accolade) + { + // Ignore notifications for other players + if (Notification.TargetPlayer != nullptr) + { + APlayerController* PC = GetOwningPlayer(); + if ((PC == nullptr) || (PC->PlayerState != Notification.TargetPlayer)) + { + return; + } + } + + // Load the data registry row for this accolade + const int32 NextID = AllocatedSequenceID; + ++AllocatedSequenceID; + + FDataRegistryId ItemID(NAME_AccoladeRegistryID, Notification.PayloadTag.GetTagName()); + if (!UDataRegistrySubsystem::Get()->AcquireItem(ItemID, FDataRegistryItemAcquiredCallback::CreateUObject(this, &ThisClass::OnRegistryLoadCompleted, NextID))) + { + UE_LOG(LogLyra, Error, TEXT("Failed to find accolade registry for tag %s, accolades will not appear"), *Notification.PayloadTag.GetTagName().ToString()); + --AllocatedSequenceID; + } + } +} + +void ULyraAccoladeHostWidget::OnRegistryLoadCompleted(const FDataRegistryAcquireResult& AccoladeHandle, int32 SequenceID) +{ + if (const FLyraAccoladeDefinitionRow* AccoladeRow = AccoladeHandle.GetItem()) + { + FPendingAccoladeEntry& PendingEntry = PendingAccoladeLoads.AddDefaulted_GetRef(); + PendingEntry.Row = *AccoladeRow; + PendingEntry.SequenceID = SequenceID; + + TArray AssetsToLoad; + AssetsToLoad.Add(AccoladeRow->Sound.ToSoftObjectPath()); + AssetsToLoad.Add(AccoladeRow->Icon.ToSoftObjectPath()); + AsyncLoad(AssetsToLoad, [this, SequenceID] + { + FPendingAccoladeEntry* EntryThatFinishedLoading = PendingAccoladeLoads.FindByPredicate([SequenceID](const FPendingAccoladeEntry& Entry) { return Entry.SequenceID == SequenceID; }); + if (ensure(EntryThatFinishedLoading)) + { + EntryThatFinishedLoading->Sound = EntryThatFinishedLoading->Row.Sound.Get(); + EntryThatFinishedLoading->Icon = EntryThatFinishedLoading->Row.Icon.Get(); + EntryThatFinishedLoading->bFinishedLoading = true; + ConsiderLoadedAccolades(); + } + }); + StartAsyncLoading(); + } + else + { + ensure(false); + } +} + +void ULyraAccoladeHostWidget::ConsiderLoadedAccolades() +{ + int32 PendingIndexToDisplay; + do + { + PendingIndexToDisplay = PendingAccoladeLoads.IndexOfByPredicate([DesiredID=NextDisplaySequenceID](const FPendingAccoladeEntry& Entry) { return Entry.bFinishedLoading && Entry.SequenceID == DesiredID; }); + if (PendingIndexToDisplay != INDEX_NONE) + { + FPendingAccoladeEntry Entry = MoveTemp(PendingAccoladeLoads[PendingIndexToDisplay]); + PendingAccoladeLoads.RemoveAtSwap(PendingIndexToDisplay); + + ProcessLoadedAccolade(Entry); + ++NextDisplaySequenceID; + } + } while (PendingIndexToDisplay != INDEX_NONE); +} + +void ULyraAccoladeHostWidget::ProcessLoadedAccolade(const FPendingAccoladeEntry& Entry) +{ + if (Entry.Row.LocationTag == LocationName) + { + bool bRecreateWidget = PendingAccoladeDisplays.Num() == 0; + for (int32 Index = 0; Index < PendingAccoladeDisplays.Num(); ) + { + if (PendingAccoladeDisplays[Index].Row.AccoladeTags.HasAny(Entry.Row.CancelAccoladesWithTag)) + { + if (UUserWidget* OldWidget = PendingAccoladeDisplays[Index].AllocatedWidget) + { + DestroyAccoladeWidget(OldWidget); + bRecreateWidget = true; + } + PendingAccoladeDisplays.RemoveAt(Index); + } + else + { + ++Index; + } + } + + PendingAccoladeDisplays.Add(Entry); + + if (bRecreateWidget) + { + DisplayNextAccolade(); + } + } +} + +void ULyraAccoladeHostWidget::DisplayNextAccolade() +{ + if (PendingAccoladeDisplays.Num() > 0) + { + FPendingAccoladeEntry& Entry = PendingAccoladeDisplays[0]; + + GetWorld()->GetTimerManager().SetTimer(NextTimeToReconsiderHandle, this, &ThisClass::PopDisplayedAccolade, Entry.Row.DisplayDuration); + Entry.AllocatedWidget = CreateAccoladeWidget(Entry); + } +} + +void ULyraAccoladeHostWidget::PopDisplayedAccolade() +{ + if (PendingAccoladeDisplays.Num() > 0) + { + if (UUserWidget* OldWidget = PendingAccoladeDisplays[0].AllocatedWidget) + { + DestroyAccoladeWidget(OldWidget); + } + PendingAccoladeDisplays.RemoveAt(0); + } + + DisplayNextAccolade(); +} + diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistInputModifier.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistInputModifier.cpp new file mode 100644 index 0000000000000000000000000000000000000000..d2b680331628938b504a2eb6ec9e496b8d1ddc51 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistInputModifier.cpp @@ -0,0 +1,886 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "Input/AimAssistInputModifier.h" +#include "CommonInputTypeEnum.h" +#include "Curves/CurveFloat.h" +#include "Engine/Engine.h" +#include "Engine/GameViewportClient.h" +#include "Engine/World.h" +#include "EnhancedPlayerInput.h" +#include "Input/AimAssistTargetManagerComponent.h" +#include "Input/LyraAimSensitivityData.h" +#include "Player/LyraLocalPlayer.h" +#include "Player/LyraPlayerState.h" +#include "SceneView.h" +#include "Settings/LyraSettingsShared.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(AimAssistInputModifier) + +#if ENABLE_DRAW_DEBUG +#include "Engine/Canvas.h" +#include "Debug/DebugDrawService.h" +#endif // ENABLE_DRAW_DEBUG + +DEFINE_LOG_CATEGORY(LogAimAssist); + +namespace LyraConsoleVariables +{ + static bool bEnableAimAssist = true; + static FAutoConsoleVariableRef CVarEnableAimAssist( + TEXT("lyra.Weapon.EnableAimAssist"), + bEnableAimAssist, + TEXT("Should we enable aim assist while shooting?"), + ECVF_Cheat); + + static bool bDrawAimAssistDebug = false; + static FAutoConsoleVariableRef CVarDrawAimAssistDebug( + TEXT("lyra.Weapon.DrawAimAssistDebug"), + bDrawAimAssistDebug, + TEXT("Should we draw some debug stats about aim assist?"), + ECVF_Cheat); +} + +/////////////////////////////////////////////////////////////////// +// FLyraAimAssistTarget + +void FLyraAimAssistTarget::ResetTarget() +{ + TargetShapeComponent = nullptr; + + Location = FVector::ZeroVector; + DeltaMovement = FVector::ZeroVector; + ScreenBounds.Init(); + + ViewDistance = 0.0f; + SortScore = 0.0f; + + AssistTime = 0.0f; + AssistWeight = 0.0f; + + VisibilityTraceHandle = FTraceHandle(); + + bIsVisible = false; + bUnderAssistInnerReticle = false; + bUnderAssistOuterReticle = false; +} + +FRotator FLyraAimAssistTarget::GetRotationFromMovement(const FAimAssistOwnerViewData& OwnerInfo) const +{ + ensure(OwnerInfo.IsDataValid()); + + // Convert everything into player space. + // Account for player movement in new target location. + const FVector OldLocation = OwnerInfo.PlayerInverseTransform.TransformPositionNoScale(Location - DeltaMovement); + const FVector NewLocation = OwnerInfo.PlayerInverseTransform.TransformPositionNoScale(Location - OwnerInfo.DeltaMovement); + + FRotator RotationToTarget; + RotationToTarget.Yaw = CalculateRotationToTarget2D(NewLocation.X, NewLocation.Y, OldLocation.Y); + RotationToTarget.Pitch = CalculateRotationToTarget2D(NewLocation.X, NewLocation.Z, OldLocation.Z); + RotationToTarget.Roll = 0.0f; + + return RotationToTarget; +} + +float FLyraAimAssistTarget::CalculateRotationToTarget2D(float TargetX, float TargetY, float OffsetY) const +{ + if (TargetX <= 0.0f) + { + return 0.0f; + } + + const float AngleA = FMath::RadiansToDegrees(FMath::Atan2(TargetY, TargetX)); + + if (FMath::IsNearlyZero(OffsetY)) + { + return AngleA; + } + + const float Distance = FMath::Sqrt((TargetX * TargetX) + (TargetY * TargetY)); + ensure(Distance > 0.0f); + + const float AngleB = FMath::RadiansToDegrees(FMath::Asin(OffsetY / Distance)); + + return FRotator::NormalizeAxis(AngleA - AngleB); +} + +/////////////////////////////////////////////////////////////////// +// FAimAssistSettings + +FAimAssistSettings::FAimAssistSettings() +{ + AssistInnerReticleWidth.SetValue(20.0f); + AssistInnerReticleHeight.SetValue(20.0f); + AssistOuterReticleWidth.SetValue(80.0f); + AssistOuterReticleHeight.SetValue(80.0f); + + TargetingReticleWidth.SetValue(1200.0f); + TargetingReticleHeight.SetValue(675.0f); + TargetRange.SetValue(10000.0f); + TargetWeightCurve = nullptr; + + PullInnerStrengthHip.SetValue(0.6f); + PullOuterStrengthHip.SetValue(0.5f); + PullInnerStrengthAds.SetValue(0.7f); + PullOuterStrengthAds.SetValue(0.4f); + PullLerpInRate.SetValue(60.0f); + PullLerpOutRate.SetValue(4.0f); + PullMaxRotationRate.SetValue(0.0f); + + SlowInnerStrengthHip.SetValue(0.6f); + SlowOuterStrengthHip.SetValue(0.5f); + SlowInnerStrengthAds.SetValue(0.7f); + SlowOuterStrengthAds.SetValue(0.4f); + SlowLerpInRate.SetValue(60.0f); + SlowLerpOutRate.SetValue(4.0f); + SlowMinRotationRate.SetValue(0.0f); + + bEnableAsyncVisibilityTrace = true; + bRequireInput = true; + bApplyPull = true; + bApplySlowing = true; + bApplyStrafePullScale = true; + bUseDynamicSlow = true; + bUseRadialLookRates = true; +} + +float FAimAssistSettings::GetTargetWeightForTime(float Time) const +{ + if (!ensure(TargetWeightCurve != nullptr)) + { + return 0.0f; + } + + return FMath::Clamp(TargetWeightCurve->GetFloatValue(Time), 0.0f, 1.0f); +} + +float FAimAssistSettings::GetTargetWeightMaxTime() const +{ + if (!ensure(TargetWeightCurve != nullptr)) + { + return 0.0f; + } + + float MinTime = 0.0f; + float MaxTime = 0.0f; + + TargetWeightCurve->FloatCurve.GetTimeRange(MinTime, MaxTime); + + return MaxTime; +} + +/////////////////////////////////////////////////////////////////// +// FAimAssistOwnerViewData + +void FAimAssistOwnerViewData::UpdateViewData(const APlayerController* PC) +{ + FSceneViewProjectionData ProjectionData; + PlayerController = PC; + LocalPlayer = PlayerController ? PlayerController->GetLocalPlayer() : nullptr; + + if (!IsDataValid() || !PlayerController || !LocalPlayer) + { + ResetViewData(); + return; + } + + const APawn* Pawn = Cast(PlayerController->GetPawn()); + + if (!Pawn || !LocalPlayer || !LocalPlayer->ViewportClient || !LocalPlayer->GetProjectionData(LocalPlayer->ViewportClient->Viewport, ProjectionData)) + { + ResetViewData(); + return; + } + + FVector ViewLocation; + FRotator ViewRotation; + PC->GetPlayerViewPoint(ViewLocation, ViewRotation); + + ProjectionMatrix = ProjectionData.ProjectionMatrix; + ViewProjectionMatrix = ProjectionData.ComputeViewProjectionMatrix(); + ViewRect = ProjectionData.GetConstrainedViewRect(); + ViewTransform = FTransform(ViewRotation, ViewLocation); + ViewForward = ViewTransform.GetUnitAxis(EAxis::X); + + const FVector OldLocation = PlayerTransform.GetTranslation(); + const FVector NewLocation = Pawn->GetActorLocation(); + const FRotator NewRotation = PC->GetControlRotation(); + + PlayerTransform = FTransform(NewRotation, NewLocation); + PlayerInverseTransform = PlayerTransform.Inverse(); + + DeltaMovement = (NewLocation - OldLocation); + + // Set the Team ID + if (ALyraPlayerState* LyraPS = PlayerController->GetPlayerState()) + { + TeamID = LyraPS->GetTeamId(); + } + else + { + TeamID = INDEX_NONE; + } +} + +void FAimAssistOwnerViewData::ResetViewData() +{ + PlayerController = nullptr; + LocalPlayer = nullptr; + + ProjectionMatrix = FMatrix::Identity; + ViewProjectionMatrix = FMatrix::Identity; + ViewRect = FIntRect(0, 0, 0, 0); + ViewTransform = FTransform::Identity; + + PlayerTransform = FTransform::Identity; + PlayerInverseTransform = FTransform::Identity; + ViewForward = FVector::ZeroVector; + + DeltaMovement = FVector::ZeroVector; + TeamID = INDEX_NONE; +} + +FBox2D FAimAssistOwnerViewData::ProjectReticleToScreen(float ReticleWidth, float ReticleHeight, float ReticleDepth) const +{ + FBox2D ReticleBounds(ForceInitToZero); + + const FVector ReticleExtents((ReticleWidth * 0.5f), -(ReticleHeight * 0.5f), ReticleDepth); + + if (FSceneView::ProjectWorldToScreen(ReticleExtents, ViewRect, ProjectionMatrix, ReticleBounds.Max)) + { + ReticleBounds.Min.X = ViewRect.Min.X + (ViewRect.Max.X - ReticleBounds.Max.X); + ReticleBounds.Min.Y = ViewRect.Min.Y + (ViewRect.Max.Y - ReticleBounds.Max.Y); + + ReticleBounds.bIsValid = true; + } + + return ReticleBounds; +} + +FBox2D FAimAssistOwnerViewData::ProjectBoundsToScreen(const FBox& Bounds) const +{ + FBox2D Box2D(ForceInitToZero); + + if (Bounds.IsValid) + { + const FVector Vertices[] = + { + FVector(Bounds.Min), + FVector(Bounds.Min.X, Bounds.Min.Y, Bounds.Max.Z), + FVector(Bounds.Min.X, Bounds.Max.Y, Bounds.Min.Z), + FVector(Bounds.Max.X, Bounds.Min.Y, Bounds.Min.Z), + FVector(Bounds.Max.X, Bounds.Max.Y, Bounds.Min.Z), + FVector(Bounds.Max.X, Bounds.Min.Y, Bounds.Max.Z), + FVector(Bounds.Min.X, Bounds.Max.Y, Bounds.Max.Z), + FVector(Bounds.Max) + }; + + for (int32 VerticeIndex = 0; VerticeIndex < UE_ARRAY_COUNT(Vertices); ++VerticeIndex) + { + FVector2D ScreenPoint; + if (FSceneView::ProjectWorldToScreen(Vertices[VerticeIndex], ViewRect, ViewProjectionMatrix, ScreenPoint)) + { + Box2D += ScreenPoint; + } + } + } + + return Box2D; +} + +FBox2D FAimAssistOwnerViewData::ProjectShapeToScreen(const FCollisionShape& Shape, const FVector& ShapeOrigin, const FTransform& WorldTransform) const +{ + FBox2D Box2D(ForceInitToZero); + + switch (Shape.ShapeType) + { + case ECollisionShape::Box: + Box2D = ProjectBoxToScreen(Shape, ShapeOrigin, WorldTransform); + break; + case ECollisionShape::Sphere: + Box2D = ProjectSphereToScreen(Shape, ShapeOrigin, WorldTransform); + break; + case ECollisionShape::Capsule: + Box2D = ProjectCapsuleToScreen(Shape, ShapeOrigin, WorldTransform); + break; + default: + UE_LOG(LogAimAssist, Warning, TEXT("FAimAssistOwnerViewData::ProjectShapeToScreen() - Invalid shape type!")); + break; + } + + return Box2D; +} + +FBox2D FAimAssistOwnerViewData::ProjectBoxToScreen(const FCollisionShape& Shape, const FVector& ShapeOrigin, const FTransform& WorldTransform) const +{ + check(Shape.IsBox()); + check(!Shape.IsNearlyZero()); + + const FVector BoxExtents = Shape.GetBox(); + + const FVector Vertices[] = + { + FVector(-BoxExtents.X, -BoxExtents.Y, -BoxExtents.Z), + FVector(-BoxExtents.X, -BoxExtents.Y, BoxExtents.Z), + FVector(-BoxExtents.X, BoxExtents.Y, -BoxExtents.Z), + FVector(-BoxExtents.X, BoxExtents.Y, BoxExtents.Z), + FVector( BoxExtents.X, -BoxExtents.Y, -BoxExtents.Z), + FVector( BoxExtents.X, -BoxExtents.Y, BoxExtents.Z), + FVector( BoxExtents.X, BoxExtents.Y, -BoxExtents.Z), + FVector( BoxExtents.X, BoxExtents.Y, BoxExtents.Z) + }; + + FBox2D Box2D(ForceInitToZero); + + for (int32 VerticeIndex = 0; VerticeIndex < UE_ARRAY_COUNT(Vertices); ++VerticeIndex) + { + const FVector Vertex = WorldTransform.TransformPositionNoScale(Vertices[VerticeIndex] + ShapeOrigin); + + FVector2D ScreenPoint; + if (FSceneView::ProjectWorldToScreen(Vertex, ViewRect, ViewProjectionMatrix, ScreenPoint)) + { + Box2D += ScreenPoint; + } + } + + return Box2D; +} + +FBox2D FAimAssistOwnerViewData::ProjectSphereToScreen(const FCollisionShape& Shape, const FVector& ShapeOrigin, const FTransform& WorldTransform) const +{ + check(Shape.IsSphere()); + check(!Shape.IsNearlyZero()); + + const FVector ViewAxisY = ViewTransform.GetUnitAxis(EAxis::Y); + const FVector ViewAxisZ = ViewTransform.GetUnitAxis(EAxis::Z); + + const float SphereRadius = Shape.GetSphereRadius(); + const FVector SphereLocation = WorldTransform.TransformPositionNoScale(ShapeOrigin); + const FVector SphereExtent = (ViewAxisY * SphereRadius) + (ViewAxisZ * SphereRadius); + + const FVector Vertices[] = + { + FVector(SphereLocation + SphereExtent), + FVector(SphereLocation - SphereExtent), + }; + + FBox2D Box2D(ForceInitToZero); + + for (int32 VerticeIndex = 0; VerticeIndex < UE_ARRAY_COUNT(Vertices); ++VerticeIndex) + { + FVector2D ScreenPoint; + if (FSceneView::ProjectWorldToScreen(Vertices[VerticeIndex], ViewRect, ViewProjectionMatrix, ScreenPoint)) + { + Box2D += ScreenPoint; + } + } + + return Box2D; +} + +FBox2D FAimAssistOwnerViewData::ProjectCapsuleToScreen(const FCollisionShape& Shape, const FVector& ShapeOrigin, const FTransform& WorldTransform) const +{ + check(Shape.IsCapsule()); + check(!Shape.IsNearlyZero()); + + const FVector ViewAxisY = ViewTransform.GetUnitAxis(EAxis::Y); + const FVector ViewAxisZ = ViewTransform.GetUnitAxis(EAxis::Z); + + const float CapsuleAxisHalfLength = Shape.GetCapsuleAxisHalfLength(); + const float CapsuleRadius = Shape.GetCapsuleRadius(); + + const FVector TopSphereLocation = WorldTransform.TransformPositionNoScale(FVector(0.0f, 0.0f, CapsuleAxisHalfLength) + ShapeOrigin); + const FVector BottomSphereLocation = WorldTransform.TransformPositionNoScale(FVector(0.0f, 0.0f, -CapsuleAxisHalfLength) + ShapeOrigin); + const FVector SphereExtent = (ViewAxisY * CapsuleRadius) + (ViewAxisZ * CapsuleRadius); + + const FVector Vertices[] = + { + FVector(TopSphereLocation + SphereExtent), + FVector(TopSphereLocation - SphereExtent), + FVector(BottomSphereLocation + SphereExtent), + FVector(BottomSphereLocation - SphereExtent), + }; + + FBox2D Box2D(ForceInitToZero); + + for (int32 VerticeIndex = 0; VerticeIndex < UE_ARRAY_COUNT(Vertices); ++VerticeIndex) + { + FVector2D ScreenPoint; + if (FSceneView::ProjectWorldToScreen(Vertices[VerticeIndex], ViewRect, ViewProjectionMatrix, ScreenPoint)) + { + Box2D += ScreenPoint; + } + } + + return Box2D; +} + +/////////////////////////////////////////////////////////////////// +// UAimAssistInputModifier + +static const float GamepadUserOptions_YawLookRateBase = 900.0f; +static const float GamepadUserOptions_PitchLookRateBase = (GamepadUserOptions_YawLookRateBase * 0.6f); + +// TODO Make this a constexpr instead of a define +#define YawLookSpeedToRotationRate(_Speed) ((_Speed) / 100.0f * GamepadUserOptions_YawLookRateBase) +#define PitchLookSpeedToRotationRate(_Speed) ((_Speed) / 100.0f * GamepadUserOptions_PitchLookRateBase) + +FRotator UAimAssistInputModifier::GetLookRates(const FVector& LookInput) +{ + FRotator LookRates; + + const float SensitivityHipLevel = 50.0f; + { + LookRates.Yaw = YawLookSpeedToRotationRate(SensitivityHipLevel); + LookRates.Pitch = PitchLookSpeedToRotationRate(SensitivityHipLevel); + LookRates.Roll = 0.0f; + } + + LookRates.Yaw = FMath::Clamp(LookRates.Yaw, 0.0f, GamepadUserOptions_YawLookRateBase); + LookRates.Pitch = FMath::Clamp(LookRates.Pitch, 0.0f, GamepadUserOptions_PitchLookRateBase); + + if (Settings.bUseRadialLookRates) + { + // Blend between yaw and pitch based on stick deflection. This keeps diagonals accurate. + const float RadialLerp = FMath::Atan2(FMath::Abs(LookInput.Y), FMath::Abs(LookInput.X)) / HALF_PI; + const float RadialLookRate = FMath::Lerp(LookRates.Yaw, LookRates.Pitch, RadialLerp); + + LookRates.Yaw = RadialLookRate; + LookRates.Pitch = RadialLookRate; + } + + return LookRates; +} + +FInputActionValue UAimAssistInputModifier::ModifyRaw_Implementation(const UEnhancedPlayerInput* PlayerInput, FInputActionValue CurrentValue, float DeltaTime) +{ + TRACE_CPUPROFILER_EVENT_SCOPE(UAimAssistInputModifier::ModifyRaw_Implementation); + +#if ENABLE_DRAW_DEBUG + if (LyraConsoleVariables::bDrawAimAssistDebug) + { + if (!DebugDrawHandle.IsValid()) + { + DebugDrawHandle = UDebugDrawService::Register(TEXT("Game"), FDebugDrawDelegate::CreateUObject(this, &UAimAssistInputModifier::AimAssistDebugDraw)); + } + else + { + UDebugDrawService::Unregister(DebugDrawHandle); + DebugDrawHandle.Reset(); + } + bRegisteredDebug = true; + } +#endif + +#if !UE_BUILD_SHIPPING + if (!LyraConsoleVariables::bEnableAimAssist) + { + return CurrentValue; + } +#endif //UE_BUILD_SHIPPING + + APlayerController* PC = PlayerInput ? Cast(PlayerInput->GetOuter()) : nullptr; + if (!PC) + { + return CurrentValue; + } + + // Update the "owner" information based on our current player controller. This calculates and stores things like the view matrix + // and current rotation that is used to determine what targets are visible + OwnerViewData.UpdateViewData(PC); + + if (!OwnerViewData.IsDataValid()) + { + return CurrentValue; + } + + // Swaps the target cache's and determines what targets are currently visible. Updates the score of each target to determine + // how much pull/slow effect should be applied to each + UpdateTargetData(DeltaTime); + + FVector BaselineInput = CurrentValue.Get(); + + FVector OutAssistedInput = BaselineInput; + FVector CurrentMoveInput = MoveInputAction ? PlayerInput->GetActionValue(MoveInputAction).Get() : FVector::ZeroVector; + + // Something about the look rates is incorrect + FRotator LookRates = GetLookRates(BaselineInput); + + const FRotator RotationalVelocity = UpdateRotationalVelocity(PC, DeltaTime, BaselineInput, CurrentMoveInput); + + if (LookRates.Yaw > 0.0f) + { + OutAssistedInput.X = (RotationalVelocity.Yaw / LookRates.Yaw); + OutAssistedInput.X = FMath::Clamp(OutAssistedInput.X, -1.0f, 1.0f); + } + + if (LookRates.Pitch > 0.0f) + { + OutAssistedInput.Y = (RotationalVelocity.Pitch / LookRates.Pitch); + OutAssistedInput.Y = FMath::Clamp(OutAssistedInput.Y, -1.0f, 1.0f); + } + +#if ENABLE_DRAW_DEBUG + LastBaselineValue = BaselineInput; + LastLookRatePitch = LookRates.Pitch; + LastLookRateYaw = LookRates.Yaw; + LastOutValue = OutAssistedInput; +#endif + return OutAssistedInput; +} + +void UAimAssistInputModifier::UpdateTargetData(float DeltaTime) +{ + if(!ensure(OwnerViewData.PlayerController)) + { + UE_LOG(LogAimAssist, Error, TEXT("[UAimAssistInputModifier::UpdateTargetData] Invalid player controller in owner view data!")); + return; + } + + UAimAssistTargetManagerComponent* TargetManager = nullptr; + + if (UWorld* World = OwnerViewData.PlayerController->GetWorld()) + { + if (AGameStateBase* GameState = World->GetGameState()) + { + TargetManager = GameState->FindComponentByClass(); + } + } + + if (!TargetManager) + { + return; + } + + // Update the targets based on what is visible + SwapTargetCaches(); + const TArray& OldTargetCache = GetPreviousTargetCache(); + TArray& NewTargetCache = GetCurrentTargetCache(); + + TargetManager->GetVisibleTargets(Filter, Settings, OwnerViewData, OldTargetCache, NewTargetCache); + + // + // Update target weights. + // + float TotalAssistWeight = 0.0f; + + for (FLyraAimAssistTarget& Target : NewTargetCache) + { + if (Target.bUnderAssistOuterReticle && Target.bIsVisible) + { + const float MaxAssistTime = Settings.GetTargetWeightMaxTime(); + Target.AssistTime = FMath::Min((Target.AssistTime + DeltaTime), MaxAssistTime); + } + else + { + Target.AssistTime = FMath::Max((Target.AssistTime - DeltaTime), 0.0f); + } + + // Look up assist weight based on how long the target has been under the assist reticle. + Target.AssistWeight = Settings.GetTargetWeightForTime(Target.AssistTime); + + TotalAssistWeight += Target.AssistWeight; + } + + // Normalize the weights. + if (TotalAssistWeight > 0.0f) + { + for (FLyraAimAssistTarget& Target : NewTargetCache) + { + Target.AssistWeight = (Target.AssistWeight / TotalAssistWeight); + } + } +} + +const float UAimAssistInputModifier::GetSensitivtyScalar(const ULyraSettingsShared* SharedSettings) const +{ + if (SharedSettings && SensitivityLevelTable) + { + const ELyraGamepadSensitivity Sens = TargetingType == ELyraTargetingType::Normal ? SharedSettings->GetGamepadLookSensitivityPreset() : SharedSettings->GetGamepadTargetingSensitivityPreset(); + return SensitivityLevelTable->SensitivtyEnumToFloat(Sens); + } + + UE_LOG(LogAimAssist, Warning, TEXT("SensitivityLevelTable is null, using default value!")); + return (TargetingType == ELyraTargetingType::Normal) ? 1.0f : 0.5f; +} + +FRotator UAimAssistInputModifier::UpdateRotationalVelocity(APlayerController* PC, float DeltaTime, FVector CurrentLookInputValue, FVector CurrentMoveInputValue) +{ + FRotator RotationalVelocity(ForceInitToZero); + FRotator RotationNeeded(ForceInitToZero); + + float PullStrength = 0.0f; + float SlowStrength = 0.0f; + + const TArray& TargetCache = GetCurrentTargetCache(); + + float LookStickDeadzone = 0.25f; + float MoveStickDeadzone = 0.25f; + float SettingStrengthScalar = (TargetingType == ELyraTargetingType::Normal) ? 1.0f : 0.5f; + + if (ULyraLocalPlayer* LP = Cast(PC->GetLocalPlayer())) + { + ULyraSettingsShared* SharedSettings = LP->GetSharedSettings(); + LookStickDeadzone = SharedSettings->GetGamepadLookStickDeadZone(); + MoveStickDeadzone = SharedSettings->GetGamepadMoveStickDeadZone(); + SettingStrengthScalar = GetSensitivtyScalar(SharedSettings); + } + + for (const FLyraAimAssistTarget& Target : TargetCache) + { + if (Target.bUnderAssistOuterReticle && Target.bIsVisible) + { + // Add up total rotation needed to follow weighted targets based on target and player movement. + RotationNeeded += (Target.GetRotationFromMovement(OwnerViewData) * Target.AssistWeight); + + float TargetPullStrength = 0.0f; + float TargetSlowStrength = 0.0f; + CalculateTargetStrengths(Target, TargetPullStrength, TargetSlowStrength); + + // Add up total amount of weighted pull and slow from the targets. + PullStrength += TargetPullStrength; + SlowStrength += TargetSlowStrength; + } + } + + // You could also apply some scalars based on the current weapon that is equipped, the player's movement state, + // or any other factors you want here + PullStrength *= Settings.StrengthScale * SettingStrengthScalar; + SlowStrength *= Settings.StrengthScale * SettingStrengthScalar; + + const float PullLerpRate = (PullStrength > LastPullStrength) ? Settings.PullLerpInRate.GetValue() : Settings.PullLerpOutRate.GetValue(); + if (PullLerpRate > 0.0f) + { + PullStrength = FMath::FInterpConstantTo(LastPullStrength, PullStrength, DeltaTime, PullLerpRate); + } + + const float SlowLerpRate = (SlowStrength > LastSlowStrength) ? Settings.SlowLerpInRate.GetValue() : Settings.SlowLerpOutRate.GetValue(); + if (SlowLerpRate > 0.0f) + { + SlowStrength = FMath::FInterpConstantTo(LastSlowStrength, SlowStrength, DeltaTime, SlowLerpRate); + } + + LastPullStrength = PullStrength; + LastSlowStrength = SlowStrength; + + const bool bIsLookInputActive = (CurrentLookInputValue.SizeSquared() > FMath::Square(LookStickDeadzone)); + const bool bIsMoveInputActive = (CurrentMoveInputValue.SizeSquared() > FMath::Square(MoveStickDeadzone)); + + const bool bIsApplyingLookInput = (bIsLookInputActive || !Settings.bRequireInput); + const bool bIsApplyingMoveInput = (bIsMoveInputActive || !Settings.bRequireInput); + const bool bIsApplyingAnyInput = (bIsApplyingLookInput || bIsApplyingMoveInput); + + // Apply pulling towards the target + if (Settings.bApplyPull && bIsApplyingAnyInput && !FMath::IsNearlyZero(PullStrength)) + { + // The amount of pull is a percentage of the rotation needed to stay on target. + FRotator PullRotation = (RotationNeeded * PullStrength); + + if (!bIsApplyingLookInput && Settings.bApplyStrafePullScale) + { + // Scale pull strength by amount of player strafe if the player isn't actively looking around. + // This helps prevent view yanks when running forward past targets. + float StrafePullScale = FMath::Abs(CurrentMoveInputValue.Y); + + PullRotation.Yaw *= StrafePullScale; + PullRotation.Pitch *= StrafePullScale; + } + + // Clamp the maximum amount of pull rotation to prevent it from yanking the player's view too much. + // The clamped rate is scaled so it feels the same regardless of field of view. + const float FOVScale = UAimAssistTargetManagerComponent::GetFOVScale(PC, ECommonInputType::Gamepad); + const float PullMaxRotationRate = (Settings.PullMaxRotationRate.GetValue() * FOVScale); + if (PullMaxRotationRate > 0.0f) + { + const float PullMaxRotation = (PullMaxRotationRate * DeltaTime); + + PullRotation.Yaw = FMath::Clamp(PullRotation.Yaw, -PullMaxRotation, PullMaxRotation); + PullRotation.Pitch = FMath::Clamp(PullRotation.Pitch, -PullMaxRotation, PullMaxRotation); + } + + RotationNeeded -= PullRotation; + RotationalVelocity += (PullRotation * (1.0f / DeltaTime)); + } + + FRotator LookRates = GetLookRates(CurrentLookInputValue); + + // Apply slowing + if (Settings.bApplySlowing && bIsApplyingLookInput && !FMath::IsNearlyZero(SlowStrength)) + { + // The slowed rotation rate is a percentage of the normal look rotation rates. + FRotator SlowRates = (LookRates * (1.0f - SlowStrength)); + + const bool bUseDynamicSlow = true; + + if (Settings.bUseDynamicSlow) + { + const FRotator BoostRotation = (RotationNeeded * (1.0f / DeltaTime)); + + const float YawDynamicBoost = (BoostRotation.Yaw * FMath::Sign(CurrentLookInputValue.X)); + if (YawDynamicBoost > 0.0f) + { + SlowRates.Yaw += YawDynamicBoost; + } + + const float PitchDynamicBoost = (BoostRotation.Pitch * FMath::Sign(CurrentLookInputValue.Y)); + if (PitchDynamicBoost > 0.0f) + { + SlowRates.Pitch += PitchDynamicBoost; + } + } + + // Clamp the minimum amount of slow to prevent it from feeling sluggish on low sensitivity settings. + // The clamped rate is scaled so it feels the same regardless of field of view. + const float FOVScale = UAimAssistTargetManagerComponent::GetFOVScale(PC, ECommonInputType::Gamepad); + const float SlowMinRotationRate = (Settings.SlowMinRotationRate.GetValue() * FOVScale); + if (SlowMinRotationRate > 0.0f) + { + SlowRates.Yaw = FMath::Max(SlowRates.Yaw, SlowMinRotationRate); + SlowRates.Pitch = FMath::Max(SlowRates.Pitch, SlowMinRotationRate); + } + + // Make sure the slow rate isn't faster then our default. + SlowRates.Yaw = FMath::Min(SlowRates.Yaw, LookRates.Yaw); + SlowRates.Pitch = FMath::Min(SlowRates.Pitch, LookRates.Pitch); + + RotationalVelocity.Yaw += (CurrentLookInputValue.X * SlowRates.Yaw); + RotationalVelocity.Pitch += (CurrentLookInputValue.Y * SlowRates.Pitch); + RotationalVelocity.Roll = 0.0f; + } + else + { + RotationalVelocity.Yaw += (CurrentLookInputValue.X * LookRates.Yaw); + RotationalVelocity.Pitch += (CurrentLookInputValue.Y * LookRates.Pitch); + RotationalVelocity.Roll = 0.0f; + } + + return RotationalVelocity; +} + +void UAimAssistInputModifier::CalculateTargetStrengths(const FLyraAimAssistTarget& Target, float& OutPullStrength, float& OutSlowStrength) const +{ + const bool bIsADS = (TargetingType == ELyraTargetingType::ADS); + + if (Target.bUnderAssistInnerReticle) + { + if (bIsADS) + { + OutPullStrength = Settings.PullInnerStrengthAds.GetValue(); + OutSlowStrength = Settings.SlowInnerStrengthAds.GetValue(); + } + else + { + OutPullStrength = Settings.PullInnerStrengthHip.GetValue(); + OutSlowStrength = Settings.SlowInnerStrengthHip.GetValue(); + } + } + else if (Target.bUnderAssistOuterReticle) + { + if (bIsADS) + { + OutPullStrength = Settings.PullOuterStrengthAds.GetValue(); + OutSlowStrength = Settings.SlowOuterStrengthAds.GetValue(); + } + else + { + OutPullStrength = Settings.PullOuterStrengthHip.GetValue(); + OutSlowStrength = Settings.SlowOuterStrengthHip.GetValue(); + } + } + else + { + OutPullStrength = 0.0f; + OutSlowStrength = 0.0f; + } + + OutPullStrength *= Target.AssistWeight; + OutSlowStrength *= Target.AssistWeight; +} + +#if ENABLE_DRAW_DEBUG +void UAimAssistInputModifier::AimAssistDebugDraw(UCanvas* Canvas, APlayerController* PC) +{ + if (!Canvas || !OwnerViewData.IsDataValid() || !LyraConsoleVariables::bDrawAimAssistDebug) + { + return; + } + + const bool bIsADS = (TargetingType == ELyraTargetingType::ADS); + + FDisplayDebugManager& DisplayDebugManager = Canvas->DisplayDebugManager; + DisplayDebugManager.Initialize(Canvas, GEngine->GetSmallFont(), FVector2D((bIsADS ? 4.0f : 170.0f), 150.0f)); + DisplayDebugManager.SetDrawColor(FColor::Yellow); + + DisplayDebugManager.DrawString(FString(TEXT("------------------------------"))); + DisplayDebugManager.DrawString(FString(TEXT("Aim Assist Debug Draw"))); + DisplayDebugManager.DrawString(FString(TEXT("------------------------------"))); + DisplayDebugManager.DrawString(FString::Printf(TEXT("Strength Scale: (%.4f)"), Settings.StrengthScale)); + DisplayDebugManager.DrawString(FString::Printf(TEXT("Pull Strength: (%.4f)"), LastPullStrength)); + DisplayDebugManager.DrawString(FString::Printf(TEXT("Slow Strength: (%.4f)"), LastSlowStrength)); + DisplayDebugManager.DrawString(FString::Printf(TEXT("Look Rate Yaw: (%.4f)"), LastLookRateYaw)); + DisplayDebugManager.DrawString(FString::Printf(TEXT("Look Rate Pitch: (%.4f)"), LastLookRatePitch)); + DisplayDebugManager.DrawString(FString::Printf(TEXT("Baseline Value: (%.4f, %.4f, %.4f)"), LastBaselineValue.X, LastBaselineValue.Y, LastBaselineValue.Z)); + DisplayDebugManager.DrawString(FString::Printf(TEXT("Assisted Value: (%.4f, %.4f, %.4f)"), LastOutValue.X, LastOutValue.Y, LastOutValue.Z)); + + + UWorld* World = OwnerViewData.PlayerController->GetWorld(); + check(World); + + const FBox2D AssistInnerReticleBounds = OwnerViewData.ProjectReticleToScreen(Settings.AssistInnerReticleWidth.GetValue(), Settings.AssistInnerReticleHeight.GetValue(), Settings.ReticleDepth); + const FBox2D AssistOuterReticleBounds = OwnerViewData.ProjectReticleToScreen(Settings.AssistOuterReticleWidth.GetValue(), Settings.AssistOuterReticleHeight.GetValue(), Settings.ReticleDepth); + const FBox2D TargetingReticleBounds = OwnerViewData.ProjectReticleToScreen(Settings.TargetingReticleWidth.GetValue(), Settings.TargetingReticleHeight.GetValue(), Settings.ReticleDepth); + + if (TargetingReticleBounds.bIsValid) + { + FLinearColor ReticleColor(0.25f, 0.25f, 0.25f, 1.0f); + DrawDebugCanvas2DBox(Canvas, TargetingReticleBounds, ReticleColor, 1.0f); + } + + if (AssistInnerReticleBounds.bIsValid) + { + FLinearColor ReticleColor(0.0f, 0.0f, 1.0f, 0.2f); + + FCanvasTileItem ReticleTileItem(AssistInnerReticleBounds.Min, AssistInnerReticleBounds.GetSize(), ReticleColor); + ReticleTileItem.BlendMode = SE_BLEND_Translucent; + Canvas->DrawItem(ReticleTileItem); + + ReticleColor.A = 1.0f; + DrawDebugCanvas2DBox(Canvas, AssistInnerReticleBounds, ReticleColor, 1.0f); + } + + if (AssistOuterReticleBounds.bIsValid) + { + FLinearColor ReticleColor(0.25f, 0.25f, 1.0f, 0.2f); + + FCanvasTileItem ReticleTileItem(AssistOuterReticleBounds.Min, AssistOuterReticleBounds.GetSize(), ReticleColor); + ReticleTileItem.BlendMode = SE_BLEND_Translucent; + Canvas->DrawItem(ReticleTileItem); + + ReticleColor.A = 1.0f; + DrawDebugCanvas2DBox(Canvas, AssistOuterReticleBounds, ReticleColor, 1.0f); + } + + const TArray& TargetCache = GetCurrentTargetCache(); + for (const FLyraAimAssistTarget& Target : TargetCache) + { + if (Target.ScreenBounds.bIsValid) + { + FLinearColor TargetColor = ((Target.AssistWeight > 0.0f) ? FLinearColor::LerpUsingHSV(FLinearColor::Yellow, FLinearColor::Green, Target.AssistWeight) : FLinearColor::Black); + TargetColor.A = 0.2f; + + FCanvasTileItem TargetTileItem(Target.ScreenBounds.Min, Target.ScreenBounds.GetSize(), TargetColor); + TargetTileItem.BlendMode = SE_BLEND_Translucent; + Canvas->DrawItem(TargetTileItem); + + if (Target.bIsVisible) + { + TargetColor.A = 1.0f; + DrawDebugCanvas2DBox(Canvas, Target.ScreenBounds, TargetColor, 1.0f); + } + + FCanvasTextItem TargetTextItem(FVector2D::ZeroVector, FText::FromString(FString::Printf(TEXT("Weight: %.2f\nDist: %.2f\nScore: %.2f\nTime: %.2f"), Target.AssistWeight, Target.ViewDistance, Target.SortScore, Target.AssistTime)), GEngine->GetSmallFont(), FLinearColor::White); + TargetTextItem.EnableShadow(FLinearColor::Black); + Canvas->DrawItem(TargetTextItem, FVector2D(FMath::CeilToFloat(Target.ScreenBounds.Min.X), FMath::CeilToFloat(Target.ScreenBounds.Min.Y))); + } + } +} +#endif // ENABLE_DRAW_DEBUG diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistTargetComponent.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistTargetComponent.cpp new file mode 100644 index 0000000000000000000000000000000000000000..bb3f8e3ae7201057fd63cfba61d0e5e30dc02510 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistTargetComponent.cpp @@ -0,0 +1,20 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "Input/AimAssistTargetComponent.h" + +#include "Input/IAimAssistTargetInterface.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(AimAssistTargetComponent) + +void UAimAssistTargetComponent::GatherTargetOptions(FAimAssistTargetOptions& OutTargetData) +{ + if (!TargetData.TargetShapeComponent.IsValid()) + { + if (AActor* Owner = GetOwner()) + { + TargetData.TargetShapeComponent = Owner->FindComponentByClass(); + } + } + OutTargetData = TargetData; +} + diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistTargetManagerComponent.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistTargetManagerComponent.cpp new file mode 100644 index 0000000000000000000000000000000000000000..c9eaaaf4b02b5592f4288582b3a026eee2426664 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/Input/AimAssistTargetManagerComponent.cpp @@ -0,0 +1,489 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "Input/AimAssistTargetManagerComponent.h" +#include "CommonInputTypeEnum.h" +#include "Engine/OverlapResult.h" +#include "Engine/World.h" +#include "GameFramework/InputSettings.h" +#include "GameFramework/Character.h" +#include "GameFramework/InputSettings.h" +#include "Components/CapsuleComponent.h" +#include "Components/SkeletalMeshComponent.h" +#include "Character/LyraHealthComponent.h" +#include "Input/AimAssistInputModifier.h" +#include "Player/LyraPlayerState.h" +#include "Character/LyraHealthComponent.h" +#include "Input/IAimAssistTargetInterface.h" +#include "ShooterCoreRuntimeSettings.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(AimAssistTargetManagerComponent) + +namespace LyraConsoleVariables +{ + static bool bDrawDebugViewfinder = false; + static FAutoConsoleVariableRef CVarDrawDebugViewfinder( + TEXT("lyra.Weapon.AimAssist.DrawDebugViewfinder"), + bDrawDebugViewfinder, + TEXT("Should we draw a debug box for the aim assist target viewfinder?"), + ECVF_Cheat); +} + +const FLyraAimAssistTarget* FindTarget(const TArray& Targets, const UShapeComponent* TargetComponent) +{ + const FLyraAimAssistTarget* FoundTarget = Targets.FindByPredicate( + [&TargetComponent](const FLyraAimAssistTarget& Target) + { + return (Target.TargetShapeComponent == TargetComponent); + }); + + return FoundTarget; +} + +static bool GatherTargetInfo(const AActor* Actor, const UShapeComponent* ShapeComponent, FTransform& OutTransform, FCollisionShape& OutShape, FVector& OutShapeOrigin) +{ + check(Actor); + check(ShapeComponent); + + const FCollisionShape TargetShape = ShapeComponent->GetCollisionShape(); + const bool bIsValidShape = (TargetShape.IsBox() || TargetShape.IsSphere() || TargetShape.IsCapsule()); + + if (!bIsValidShape || TargetShape.IsNearlyZero()) + { + return false; + } + + FTransform TargetTransform; + FVector TargetShapeOrigin(ForceInitToZero); + + if (const ACharacter* TargetCharacter = Cast(Actor)) + { + if (ShapeComponent == TargetCharacter->GetCapsuleComponent()) + { + // Character capsules don't move smoothly for remote players. Use the mesh location since it's smoothed out. + const USkeletalMeshComponent* TargetMesh = TargetCharacter->GetMesh(); + check(TargetMesh); + + TargetTransform = TargetMesh->GetComponentTransform(); + TargetShapeOrigin = -TargetCharacter->GetBaseTranslationOffset(); + } + else + { + TargetTransform = ShapeComponent->GetComponentTransform(); + } + } + else + { + TargetTransform = ShapeComponent->GetComponentTransform(); + } + + OutTransform = TargetTransform; + OutShape = TargetShape; + OutShapeOrigin = TargetShapeOrigin; + + return true; +} + + +void UAimAssistTargetManagerComponent::GetVisibleTargets(const FAimAssistFilter& Filter, const FAimAssistSettings& Settings, const FAimAssistOwnerViewData& OwnerData, const TArray& OldTargets, OUT TArray& OutNewTargets) +{ + TRACE_CPUPROFILER_EVENT_SCOPE(UAimAssistTargetManagerComponent::GetVisibleTargets); + OutNewTargets.Reset(); + const APlayerController* PC = OwnerData.PlayerController; + + if (!PC) + { + UE_LOG(LogAimAssist, Error, TEXT("Invalid player controller passed to GetVisibleTargets!")); + return; + } + + const APawn* OwnerPawn = PC->GetPawn(); + + if (!OwnerPawn) + { + UE_LOG(LogAimAssist, Error, TEXT("Could not find a valid pawn for aim assist!")); + return; + } + + const FVector ViewLocation = OwnerData.ViewTransform.GetTranslation(); + const FVector ViewForward = OwnerData.ViewTransform.GetUnitAxis(EAxis::X); + + const float FOVScale = GetFOVScale(PC, ECommonInputType::Gamepad); + const float InvFieldOfViewScale = (FOVScale > 0.0f) ? (1.0f / FOVScale) : 1.0f; + const float TargetRange = (Settings.TargetRange.GetValue() * InvFieldOfViewScale); + + // Use the field of view to scale the reticle projection. This maintains the same reticle size regardless of field of view. + const float ReticleDepth = (Settings.ReticleDepth * InvFieldOfViewScale); + + // Calculate the bounds of this reticle in screen space + const FBox2D AssistInnerReticleBounds = OwnerData.ProjectReticleToScreen(Settings.AssistInnerReticleWidth.GetValue(), Settings.AssistInnerReticleHeight.GetValue(), ReticleDepth); + const FBox2D AssistOuterReticleBounds = OwnerData.ProjectReticleToScreen(Settings.AssistOuterReticleWidth.GetValue(), Settings.AssistOuterReticleHeight.GetValue(), ReticleDepth); + const FBox2D TargetingReticleBounds = OwnerData.ProjectReticleToScreen(Settings.TargetingReticleWidth.GetValue(), Settings.TargetingReticleHeight.GetValue(), ReticleDepth); + + static TArray OverlapResults; + // Do a world trace on the Aim Assist channel to get any visible targets + { + UWorld* World = GetWorld(); + + OverlapResults.Reset(); + + const FVector PawnLocation = OwnerPawn->GetActorLocation(); + ECollisionChannel AimAssistChannel = GetAimAssistChannel(); + FCollisionQueryParams Params(SCENE_QUERY_STAT(AimAssist_QueryTargetsInRange), true); + Params.AddIgnoredActor(OwnerPawn); + + // Need to multiply these by 0.5 because MakeBox takes in half extents + FCollisionShape BoxShape = FCollisionShape::MakeBox(FVector3f(ReticleDepth * 0.5f, Settings.AssistOuterReticleWidth.GetValue() * 0.5f, Settings.AssistOuterReticleHeight.GetValue() * 0.5f)); + World->OverlapMultiByChannel(OUT OverlapResults, PawnLocation, OwnerData.PlayerTransform.GetRotation(), AimAssistChannel, BoxShape, Params); + +#if ENABLE_DRAW_DEBUG && !UE_BUILD_SHIPPING + if(LyraConsoleVariables::bDrawDebugViewfinder) + { + DrawDebugBox(World, PawnLocation, BoxShape.GetBox(), OwnerData.PlayerTransform.GetRotation(), FColor::Red); + } +#endif + } + + // Gather target options from any visibile hit results that implement the IAimAssistTarget interface + TArray NewTargetData; + { + for (const FOverlapResult& Overlap : OverlapResults) + { + TScriptInterface TargetActor(Overlap.GetActor()); + if (TargetActor) + { + FAimAssistTargetOptions TargetData; + TargetActor->GatherTargetOptions(TargetData); + NewTargetData.Add(TargetData); + } + + TScriptInterface TargetComponent(Overlap.GetComponent()); + if (TargetComponent) + { + FAimAssistTargetOptions TargetData; + TargetComponent->GatherTargetOptions(TargetData); + NewTargetData.Add(TargetData); + } + } + } + + // Gather targets that are in front of the player + { + const FVector PawnLocation = OwnerPawn->GetActorLocation(); + + for (FAimAssistTargetOptions& AimAssistTarget : NewTargetData) + { + if (!DoesTargetPassFilter(OwnerData, Filter, AimAssistTarget, TargetRange)) + { + continue; + } + + AActor* OwningActor = AimAssistTarget.TargetShapeComponent->GetOwner(); + + FTransform TargetTransform; + FCollisionShape TargetShape; + FVector TargetShapeOrigin; + + if (!GatherTargetInfo(OwningActor, AimAssistTarget.TargetShapeComponent.Get(), TargetTransform, TargetShape, TargetShapeOrigin)) + { + continue; + } + + const FVector TargetViewLocation = TargetTransform.TransformPositionNoScale(TargetShapeOrigin); + const FVector TargetViewVector = (TargetViewLocation - ViewLocation); + + FVector TargetViewDirection; + float TargetViewDistance; + TargetViewVector.ToDirectionAndLength(TargetViewDirection, TargetViewDistance); + const float TargetViewDot = FVector::DotProduct(TargetViewDirection, ViewForward); + if (TargetViewDot <= 0.0f) + { + continue; + } + + const FLyraAimAssistTarget* OldTarget = FindTarget(OldTargets, AimAssistTarget.TargetShapeComponent.Get()); + + // Calculate the screen bounds for this target + FBox2D TargetScreenBounds(ForceInitToZero); + const bool bUpdateTargetProjections = true; + if (bUpdateTargetProjections) + { + TargetScreenBounds = OwnerData.ProjectShapeToScreen(TargetShape, TargetShapeOrigin, TargetTransform); + } + else + { + // Target projections are not being updated so use the values from the previous frame if the target existed. + if (OldTarget) + { + TargetScreenBounds = OldTarget->ScreenBounds; + } + } + + if (!TargetScreenBounds.bIsValid) + { + continue; + } + + if (!TargetingReticleBounds.Intersect(TargetScreenBounds)) + { + continue; + } + + FLyraAimAssistTarget NewTarget; + + NewTarget.TargetShapeComponent = AimAssistTarget.TargetShapeComponent; + NewTarget.Location = TargetTransform.GetTranslation(); + NewTarget.ScreenBounds = TargetScreenBounds; + NewTarget.ViewDistance = TargetViewDistance; + NewTarget.bUnderAssistInnerReticle = AssistInnerReticleBounds.Intersect(TargetScreenBounds); + NewTarget.bUnderAssistOuterReticle = AssistOuterReticleBounds.Intersect(TargetScreenBounds); + + // Transfer target data from last frame. + if (OldTarget) + { + NewTarget.DeltaMovement = (NewTarget.Location - OldTarget->Location); + NewTarget.AssistTime = OldTarget->AssistTime; + NewTarget.AssistWeight = OldTarget->AssistWeight; + NewTarget.VisibilityTraceHandle = OldTarget->VisibilityTraceHandle; + } + + // Calculate a score used for sorting based on previous weight, distance from target, and distance from reticle. + const float AssistWeightScore = (NewTarget.AssistWeight * Settings.TargetScore_AssistWeight); + const float ViewDotScore = ((TargetViewDot * Settings.TargetScore_ViewDot) - Settings.TargetScore_ViewDotOffset); + const float ViewDistanceScore = ((1.0f - (TargetViewDistance / TargetRange)) * Settings.TargetScore_ViewDistance); + + NewTarget.SortScore = (AssistWeightScore + ViewDotScore + ViewDistanceScore); + + OutNewTargets.Add(NewTarget); + } + } + + // Sort the targets by their score so if there are too many so we can limit the amount of visibility traces performed. + if (OutNewTargets.Num() > Settings.MaxNumberOfTargets) + { + OutNewTargets.Sort([](const FLyraAimAssistTarget& TargetA, const FLyraAimAssistTarget& TargetB) + { + return (TargetA.SortScore > TargetB.SortScore); + }); + + OutNewTargets.SetNum(Settings.MaxNumberOfTargets, EAllowShrinking::No); + } + + // Do visibliity traces on the targets + { + for (FLyraAimAssistTarget& Target : OutNewTargets) + { + DetermineTargetVisibility(Target, Settings, Filter, OwnerData); + } + } +} + +bool UAimAssistTargetManagerComponent::DoesTargetPassFilter(const FAimAssistOwnerViewData& OwnerData, const FAimAssistFilter& Filter, const FAimAssistTargetOptions& Target, const float AcceptableRange) const +{ + const APawn* OwnerPawn = OwnerData.PlayerController ? OwnerData.PlayerController->GetPawn() : nullptr; + + if (!Target.bIsActive || !OwnerPawn || !Target.TargetShapeComponent.IsValid()) + { + return false; + } + + const AActor* TargetOwningActor = Target.TargetShapeComponent->GetOwner(); + check(TargetOwningActor); + if (TargetOwningActor == OwnerPawn || TargetOwningActor == OwnerPawn->GetInstigator()) + { + return false; + } + + const FVector PawnLocation = OwnerPawn->GetActorLocation(); + + // Do a distance check on the given actor + const FVector TargetVector = TargetOwningActor->GetActorLocation() - PawnLocation; + const float TargetViewDistanceCheck = FVector::DotProduct(OwnerData.ViewForward, TargetVector); + + if ((TargetViewDistanceCheck < 0.0f) || (TargetViewDistanceCheck > AcceptableRange)) + { + return false; + } + + if (const ACharacter* TargetCharacter = Cast(TargetOwningActor)) + { + // If the given target is on the same team as the owner, then exclude it from the search + if (!Filter.bIncludeSameFriendlyTargets) + { + if (const ALyraPlayerState* PS = TargetCharacter->GetPlayerState()) + { + if (PS->GetTeamId() == OwnerData.TeamID) + { + return false; + } + } + } + + // Exclude dead or dying characters + if (Filter.bExcludeDeadOrDying) + { + if (const ULyraHealthComponent* HealthComponent = ULyraHealthComponent::FindHealthComponent(TargetCharacter)) + { + if (HealthComponent->IsDeadOrDying()) + { + return false; + } + } + } + } + + // If this target has any tags that the filter wants to exlclude, then ignore it + if (Target.AssociatedTags.HasAny(Filter.ExclusionGameplayTags)) + { + return false; + } + + if (Filter.ExcludedClasses.Contains(TargetOwningActor->GetClass())) + { + return false; + } + + return true; +} + +float UAimAssistTargetManagerComponent::GetFOVScale(const APlayerController* PC, ECommonInputType InputType) +{ + float FovScale = 1.0f; + const UInputSettings* DefaultInputSettings = GetDefault(); + check(DefaultInputSettings && PC); + + if (PC->PlayerCameraManager && DefaultInputSettings->bEnableFOVScaling) + { + const float FOVAngle = PC->PlayerCameraManager->GetFOVAngle(); + switch (InputType) + { + case ECommonInputType::Gamepad: + case ECommonInputType::Touch: + { + static const float PlayerInput_BaseFOV = 80.0f; + // This is the proper way to scale based off FOV changes. + // Ideally mouse would use this too but changing it now will cause sensitivity to change for existing players. + const float BaseHalfFOV = PlayerInput_BaseFOV * 0.5f; + const float HalfFOV = FOVAngle * 0.5f; + const float BaseTanHalfFOV = FMath::Tan(FMath::DegreesToRadians(BaseHalfFOV)); + const float TanHalfFOV = FMath::Tan(FMath::DegreesToRadians(HalfFOV)); + + check(BaseTanHalfFOV > 0.0f); + FovScale = (TanHalfFOV / BaseTanHalfFOV); + break; + } + case ECommonInputType::MouseAndKeyboard: + FovScale = (DefaultInputSettings->FOVScale * FOVAngle); + break; + default: + ensure(false); + break; + } + } + return FovScale; +} + +void UAimAssistTargetManagerComponent::DetermineTargetVisibility(FLyraAimAssistTarget& Target, const FAimAssistSettings& Settings, const FAimAssistFilter& Filter, const FAimAssistOwnerViewData& OwnerData) +{ + UWorld* World = GetWorld(); + check(World); + + const AActor* Actor = Target.TargetShapeComponent->GetOwner(); + if (!Actor) + { + ensure(false); + return; + } + + FVector TargetEyeLocation; + FRotator TargetEyeRotation; + Actor->GetActorEyesViewPoint(TargetEyeLocation, TargetEyeRotation); + + FCollisionQueryParams QueryParams(SCENE_QUERY_STAT(AimAssist_DetermineTargetVisibility), true); + InitTargetSelectionCollisionParams(QueryParams, *Actor, Filter); + QueryParams.AddIgnoredActor(Actor); + + const UShooterCoreRuntimeSettings* ShooterSettings = GetDefault(); + const ECollisionChannel AimAssistChannel = ShooterSettings->GetAimAssistCollisionChannel(); + + FCollisionResponseParams ResponseParams; + ResponseParams.CollisionResponse.SetResponse(ECC_Pawn, ECR_Ignore); + ResponseParams.CollisionResponse.SetResponse(AimAssistChannel, ECR_Ignore); + + if (Target.bIsVisible && Settings.bEnableAsyncVisibilityTrace) + { + // Query for previous asynchronous trace result. + if (Target.VisibilityTraceHandle.IsValid()) + { + FTraceDatum TraceDatum; + if (World->QueryTraceData(Target.VisibilityTraceHandle, TraceDatum)) + { + Target.bIsVisible = (FHitResult::GetFirstBlockingHit(TraceDatum.OutHits) == nullptr); + } + else + { + UE_LOG(LogAimAssist, Warning, TEXT("UAimAssistTargetManagerComponent::DetermineTargetVisibility() - Failed to find async visibility trace data!")); + Target.bIsVisible = false; + } + + // Invalidate the async trace handle. + Target.VisibilityTraceHandle = FTraceHandle(); + } + + // Only start a new asynchronous trace for next frame if the target is still visible. + if (Target.bIsVisible) + { + Target.VisibilityTraceHandle = World->AsyncLineTraceByChannel(EAsyncTraceType::Test, OwnerData.ViewTransform.GetTranslation(), TargetEyeLocation, ECC_Visibility, QueryParams, ResponseParams); + } + } + else + { + Target.bIsVisible = !World->LineTraceTestByChannel(OwnerData.ViewTransform.GetTranslation(), TargetEyeLocation, ECC_Visibility, QueryParams, ResponseParams); + + // Invalidate the async trace handle. + Target.VisibilityTraceHandle = FTraceHandle(); + } +} + +void UAimAssistTargetManagerComponent::InitTargetSelectionCollisionParams(FCollisionQueryParams& OutParams, const AActor& RequestedBy, const FAimAssistFilter& Filter) const +{ + // Exclude Requester + if (Filter.bExcludeRequester) + { + OutParams.AddIgnoredActor(&RequestedBy); + } + + // Exclude attached to Requester + if (Filter.bExcludeAllAttachedToRequester) + { + TArray ActorsAttachedToRequester; + RequestedBy.GetAttachedActors(ActorsAttachedToRequester); + + OutParams.AddIgnoredActors(ActorsAttachedToRequester); + } + + if (Filter.bExcludeInstigator) + { + OutParams.AddIgnoredActor(RequestedBy.GetInstigator()); + } + + // Exclude attached to Instigator + if (Filter.bExcludeAllAttachedToInstigator && RequestedBy.GetInstigator()) + { + TArray ActorsAttachedToInstigator; + RequestedBy.GetInstigator()->GetAttachedActors(ActorsAttachedToInstigator); + + OutParams.AddIgnoredActors(ActorsAttachedToInstigator); + } + + OutParams.bTraceComplex = Filter.bTraceComplexCollision; +} + +ECollisionChannel UAimAssistTargetManagerComponent::GetAimAssistChannel() const +{ + const UShooterCoreRuntimeSettings* ShooterSettings = GetDefault(); + const ECollisionChannel AimAssistChannel = ShooterSettings->GetAimAssistCollisionChannel(); + + ensureMsgf(AimAssistChannel != ECollisionChannel::ECC_MAX, TEXT("The aim assist collision channel has not been set! Do this in the ShooterCoreRuntime plugin settings")); + + return AimAssistChannel; +} diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/LyraWorldCollectable.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/LyraWorldCollectable.cpp new file mode 100644 index 0000000000000000000000000000000000000000..fab21ccafc93a6347c8edf713eaf50e96bec8cb1 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/LyraWorldCollectable.cpp @@ -0,0 +1,23 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "LyraWorldCollectable.h" + +#include "Async/TaskGraphInterfaces.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(LyraWorldCollectable) + +struct FInteractionQuery; + +ALyraWorldCollectable::ALyraWorldCollectable() +{ +} + +void ALyraWorldCollectable::GatherInteractionOptions(const FInteractionQuery& InteractQuery, FInteractionOptionBuilder& InteractionBuilder) +{ + InteractionBuilder.AddInteractionOption(Option); +} + +FInventoryPickup ALyraWorldCollectable::GetPickupInventory() const +{ + return StaticInventory; +} diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/AssistProcessor.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/AssistProcessor.cpp new file mode 100644 index 0000000000000000000000000000000000000000..0eff4d96b0ec832736871aba4820229bbcb75e53 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/AssistProcessor.cpp @@ -0,0 +1,74 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "MessageProcessors/AssistProcessor.h" + +#include "GameFramework/PlayerState.h" +#include "Messages/LyraVerbMessage.h" +#include "Messages/LyraVerbMessageHelpers.h" +#include "NativeGameplayTags.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(AssistProcessor) + +UE_DEFINE_GAMEPLAY_TAG_STATIC(TAG_Lyra_Elimination_Message, "Lyra.Elimination.Message"); +UE_DEFINE_GAMEPLAY_TAG_STATIC(TAG_Lyra_Damage_Message, "Lyra.Damage.Message"); +UE_DEFINE_GAMEPLAY_TAG_STATIC(TAG_Lyra_Assist_Message, "Lyra.Assist.Message"); + +void UAssistProcessor::StartListening() +{ + UGameplayMessageSubsystem& MessageSubsystem = UGameplayMessageSubsystem::Get(this); + AddListenerHandle(MessageSubsystem.RegisterListener(TAG_Lyra_Elimination_Message, this, &ThisClass::OnEliminationMessage)); + AddListenerHandle(MessageSubsystem.RegisterListener(TAG_Lyra_Damage_Message, this, &ThisClass::OnDamageMessage)); +} + +void UAssistProcessor::OnDamageMessage(FGameplayTag Channel, const FLyraVerbMessage& Payload) +{ + if (Payload.Instigator != Payload.Target) + { + if (APlayerState* InstigatorPS = ULyraVerbMessageHelpers::GetPlayerStateFromObject(Payload.Instigator)) + { + if (APlayerState* TargetPS = ULyraVerbMessageHelpers::GetPlayerStateFromObject(Payload.Target)) + { + FPlayerAssistDamageTracking& Damage = DamageHistory.FindOrAdd(TargetPS); + float& DamageTotalFromTarget = Damage.AccumulatedDamageByPlayer.FindOrAdd(InstigatorPS); + DamageTotalFromTarget += Payload.Magnitude; + } + } + } +} + + +void UAssistProcessor::OnEliminationMessage(FGameplayTag Channel, const FLyraVerbMessage& Payload) +{ + if (APlayerState* TargetPS = Cast(Payload.Target)) + { + // Grant an assist to each player who damaged the target but wasn't the instigator + if (FPlayerAssistDamageTracking* DamageOnTarget = DamageHistory.Find(TargetPS)) + { + for (const auto& KVP : DamageOnTarget->AccumulatedDamageByPlayer) + { + if (APlayerState* AssistPS = KVP.Key) + { + if (AssistPS != Payload.Instigator) + { + FLyraVerbMessage AssistMessage; + AssistMessage.Verb = TAG_Lyra_Assist_Message; + AssistMessage.Instigator = AssistPS; + //@TODO: Get default tags from a player state or save off most recent tags during assist damage? + //AssistMessage.InstigatorTags = ; + AssistMessage.Target = TargetPS; + AssistMessage.TargetTags = Payload.TargetTags; + AssistMessage.ContextTags = Payload.ContextTags; + AssistMessage.Magnitude = KVP.Value; + + UGameplayMessageSubsystem& MessageSubsystem = UGameplayMessageSubsystem::Get(this); + MessageSubsystem.BroadcastMessage(AssistMessage.Verb, AssistMessage); + } + } + } + + // Clear the damage log for the eliminated player + DamageHistory.Remove(TargetPS); + } + } +} + diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/ElimChainProcessor.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/ElimChainProcessor.cpp new file mode 100644 index 0000000000000000000000000000000000000000..d400ca1c64ae575602331ebeef4f91c7bcd0699a --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/ElimChainProcessor.cpp @@ -0,0 +1,59 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "MessageProcessors/ElimChainProcessor.h" + +#include "GameFramework/PlayerState.h" +#include "Messages/LyraVerbMessage.h" +#include "NativeGameplayTags.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(ElimChainProcessor) + +namespace ElimChain +{ + UE_DEFINE_GAMEPLAY_TAG_STATIC(TAG_Lyra_Elimination_Message, "Lyra.Elimination.Message"); +} + +void UElimChainProcessor::StartListening() +{ + UGameplayMessageSubsystem& MessageSubsystem = UGameplayMessageSubsystem::Get(this); + AddListenerHandle(MessageSubsystem.RegisterListener(ElimChain::TAG_Lyra_Elimination_Message, this, &ThisClass::OnEliminationMessage)); +} + +void UElimChainProcessor::OnEliminationMessage(FGameplayTag Channel, const FLyraVerbMessage& Payload) +{ + // Track elimination chains for the attacker (except for self-eliminations) + if (Payload.Instigator != Payload.Target) + { + if (APlayerState* InstigatorPS = Cast(Payload.Instigator)) + { + const double CurrentTime = GetServerTime(); + + FPlayerElimChainInfo& History = PlayerChainHistory.FindOrAdd(InstigatorPS); + const bool bStreakReset = (History.LastEliminationTime == 0.0) || (History.LastEliminationTime + ChainTimeLimit < CurrentTime); + + History.LastEliminationTime = CurrentTime; + if (bStreakReset) + { + History.ChainCounter = 1; + } + else + { + ++History.ChainCounter; + + if (FGameplayTag* pTag = ElimChainTags.Find(History.ChainCounter)) + { + FLyraVerbMessage ElimChainMessage; + ElimChainMessage.Verb = *pTag; + ElimChainMessage.Instigator = InstigatorPS; + ElimChainMessage.InstigatorTags = Payload.InstigatorTags; + ElimChainMessage.ContextTags = Payload.ContextTags; + ElimChainMessage.Magnitude = History.ChainCounter; + + UGameplayMessageSubsystem& MessageSubsystem = UGameplayMessageSubsystem::Get(this); + MessageSubsystem.BroadcastMessage(ElimChainMessage.Verb, ElimChainMessage); + } + } + } + } +} + diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/ElimStreakProcessor.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/ElimStreakProcessor.cpp new file mode 100644 index 0000000000000000000000000000000000000000..1f8a45f86a6c57df4ccdf8d78a5c3854d438433a --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/MessageProcessors/ElimStreakProcessor.cpp @@ -0,0 +1,53 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "MessageProcessors/ElimStreakProcessor.h" + +#include "GameFramework/PlayerState.h" +#include "Messages/LyraVerbMessage.h" +#include "NativeGameplayTags.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(ElimStreakProcessor) + +namespace ElimStreak +{ + UE_DEFINE_GAMEPLAY_TAG_STATIC(TAG_Lyra_Elimination_Message, "Lyra.Elimination.Message"); +} + +void UElimStreakProcessor::StartListening() +{ + UGameplayMessageSubsystem& MessageSubsystem = UGameplayMessageSubsystem::Get(this); + AddListenerHandle(MessageSubsystem.RegisterListener(ElimStreak::TAG_Lyra_Elimination_Message, this, &ThisClass::OnEliminationMessage)); +} + +void UElimStreakProcessor::OnEliminationMessage(FGameplayTag Channel, const FLyraVerbMessage& Payload) +{ + // Track elimination streaks for the attacker (except for self-eliminations) + if (Payload.Instigator != Payload.Target) + { + if (APlayerState* InstigatorPS = Cast(Payload.Instigator)) + { + int32& StreakCount = PlayerStreakHistory.FindOrAdd(InstigatorPS); + StreakCount++; + + if (FGameplayTag* pTag = ElimStreakTags.Find(StreakCount)) + { + FLyraVerbMessage ElimStreakMessage; + ElimStreakMessage.Verb = *pTag; + ElimStreakMessage.Instigator = InstigatorPS; + ElimStreakMessage.InstigatorTags = Payload.InstigatorTags; + ElimStreakMessage.ContextTags = Payload.ContextTags; + ElimStreakMessage.Magnitude = StreakCount; + + UGameplayMessageSubsystem& MessageSubsystem = UGameplayMessageSubsystem::Get(this); + MessageSubsystem.BroadcastMessage(ElimStreakMessage.Verb, ElimStreakMessage); + } + } + } + + // End the elimination streak for the target + if (APlayerState* TargetPS = Cast(Payload.Target)) + { + PlayerStreakHistory.Remove(TargetPS); + } +} + diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/ShooterCoreRuntimeModule.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/ShooterCoreRuntimeModule.cpp new file mode 100644 index 0000000000000000000000000000000000000000..88633a65c7611f6c45bff99f3deaaabe06eb59e6 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/ShooterCoreRuntimeModule.cpp @@ -0,0 +1,19 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "ShooterCoreRuntimeModule.h" + +#include "Modules/ModuleManager.h" + +#define LOCTEXT_NAMESPACE "ShooterCoreRuntime" + +void FShooterCoreRuntimeModule::StartupModule() +{ +} + +void FShooterCoreRuntimeModule::ShutdownModule() +{ +} + +#undef LOCTEXT_NAMESPACE + +IMPLEMENT_MODULE(FShooterCoreRuntimeModule, ShooterCoreRuntime) \ No newline at end of file diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/ShooterCoreRuntimeSettings.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/ShooterCoreRuntimeSettings.cpp new file mode 100644 index 0000000000000000000000000000000000000000..b88148658dfe003e6bf37f1a9af55b067758bfaf --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/ShooterCoreRuntimeSettings.cpp @@ -0,0 +1,11 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "ShooterCoreRuntimeSettings.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(ShooterCoreRuntimeSettings) + +UShooterCoreRuntimeSettings::UShooterCoreRuntimeSettings(const FObjectInitializer& Initializer) + : Super(Initializer) +{ + +} diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/TDM_PlayerSpawningManagmentComponent.cpp b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/TDM_PlayerSpawningManagmentComponent.cpp new file mode 100644 index 0000000000000000000000000000000000000000..084ea5d472b8ba667f1c99f2aa1b263dc6a80dfe --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/TDM_PlayerSpawningManagmentComponent.cpp @@ -0,0 +1,94 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "TDM_PlayerSpawningManagmentComponent.h" + +#include "Engine/World.h" +#include "GameFramework/PlayerState.h" +#include "GameModes/LyraGameState.h" +#include "Player/LyraPlayerStart.h" +#include "Teams/LyraTeamSubsystem.h" + +#include UE_INLINE_GENERATED_CPP_BY_NAME(TDM_PlayerSpawningManagmentComponent) + +class AActor; + +UTDM_PlayerSpawningManagmentComponent::UTDM_PlayerSpawningManagmentComponent(const FObjectInitializer& ObjectInitializer) + : Super(ObjectInitializer) +{ +} + +AActor* UTDM_PlayerSpawningManagmentComponent::OnChoosePlayerStart(AController* Player, TArray& PlayerStarts) +{ + ULyraTeamSubsystem* TeamSubsystem = GetWorld()->GetSubsystem(); + if (!ensure(TeamSubsystem)) + { + return nullptr; + } + + const int32 PlayerTeamId = TeamSubsystem->FindTeamFromObject(Player); + + // We should have a TeamId by now, but early login stuff before post login can try to do stuff, ignore it. + if (!ensure(PlayerTeamId != INDEX_NONE)) + { + return nullptr; + } + + ALyraGameState* GameState = GetGameStateChecked(); + + ALyraPlayerStart* BestPlayerStart = nullptr; + double MaxDistance = 0; + ALyraPlayerStart* FallbackPlayerStart = nullptr; + double FallbackMaxDistance = 0; + + for (APlayerState* PS : GameState->PlayerArray) + { + const int32 TeamId = TeamSubsystem->FindTeamFromObject(PS); + + // We should have a TeamId by now... + if (PS->IsOnlyASpectator() || !ensure(TeamId != INDEX_NONE)) + { + continue; + } + + // If the other player isn't on the same team, lets find the furthest spawn from them. + if (TeamId != PlayerTeamId) + { + for (ALyraPlayerStart* PlayerStart : PlayerStarts) + { + if (APawn* Pawn = PS->GetPawn()) + { + const double Distance = PlayerStart->GetDistanceTo(Pawn); + + if (PlayerStart->IsClaimed()) + { + if (FallbackPlayerStart == nullptr || Distance > FallbackMaxDistance) + { + FallbackPlayerStart = PlayerStart; + FallbackMaxDistance = Distance; + } + } + else if (PlayerStart->GetLocationOccupancy(Player) < ELyraPlayerStartLocationOccupancy::Full) + { + if (BestPlayerStart == nullptr || Distance > MaxDistance) + { + BestPlayerStart = PlayerStart; + MaxDistance = Distance; + } + } + } + } + } + } + + if (BestPlayerStart) + { + return BestPlayerStart; + } + + return FallbackPlayerStart; +} + +void UTDM_PlayerSpawningManagmentComponent::OnFinishRestartPlayer(AController* Player, const FRotator& StartRotation) +{ + +} diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/TDM_PlayerSpawningManagmentComponent.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/TDM_PlayerSpawningManagmentComponent.h new file mode 100644 index 0000000000000000000000000000000000000000..b5db1530458578c1697fbd909fbfc52da45f3ee2 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Private/TDM_PlayerSpawningManagmentComponent.h @@ -0,0 +1,31 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Player/LyraPlayerSpawningManagerComponent.h" + +#include "TDM_PlayerSpawningManagmentComponent.generated.h" + +class AActor; +class AController; +class ALyraPlayerStart; +class UObject; + +/** + * + */ +UCLASS() +class UTDM_PlayerSpawningManagmentComponent : public ULyraPlayerSpawningManagerComponent +{ + GENERATED_BODY() + +public: + + UTDM_PlayerSpawningManagmentComponent(const FObjectInitializer& ObjectInitializer); + + virtual AActor* OnChoosePlayerStart(AController* Player, TArray& PlayerStarts) override; + virtual void OnFinishRestartPlayer(AController* Player, const FRotator& StartRotation) override; + +protected: + +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Accolades/LyraAccoladeDefinition.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Accolades/LyraAccoladeDefinition.h new file mode 100644 index 0000000000000000000000000000000000000000..b3aeeaf442b895d404918726bc200eda6fa527dc --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Accolades/LyraAccoladeDefinition.h @@ -0,0 +1,75 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Engine/DataAsset.h" +#include "Engine/DataTable.h" +#include "GameplayTagContainer.h" + +#include "LyraAccoladeDefinition.generated.h" + +class UObject; +class USoundBase; + +USTRUCT(BlueprintType) +struct FLyraAccoladeDefinitionRow : public FTableRowBase +{ + GENERATED_BODY() + +public: + // The message to display + UPROPERTY(EditAnywhere, BlueprintReadOnly) + FText DisplayName; + + // The sound to play + UPROPERTY(EditAnywhere, BlueprintReadOnly) + TSoftObjectPtr Sound; + + // The icon to display + UPROPERTY(EditAnywhere, BlueprintReadOnly, meta=(DisplayThumbnail="true", AllowedClasses="Texture,MaterialInterface,SlateTextureAtlasInterface", DisallowedClasses="MediaTexture")) + TSoftObjectPtr Icon; + + // Duration (in seconds) to display this accolade + UPROPERTY(EditAnywhere, BlueprintReadOnly) + float DisplayDuration = 1.0f; + + // Location to display this accolade + UPROPERTY(EditAnywhere, BlueprintReadOnly) + FGameplayTag LocationTag; + + // Tags associated with this accolade + UPROPERTY(EditAnywhere, BlueprintReadOnly) + FGameplayTagContainer AccoladeTags; + + // When this accolade is displayed, any existing displayed/pending accolades with any of + // these tags will be removed (e.g., getting a triple-elim will suppress a double-elim) + UPROPERTY(EditAnywhere, BlueprintReadOnly) + FGameplayTagContainer CancelAccoladesWithTag; +}; + +/** + * + */ +UCLASS(BlueprintType) +class ULyraAccoladeDefinition : public UDataAsset +{ + GENERATED_BODY() + +public: + // The sound to play + UPROPERTY(EditAnywhere, BlueprintReadOnly) + TObjectPtr Sound; + + // The icon to display + UPROPERTY(EditAnywhere, BlueprintReadWrite, meta=(DisplayThumbnail="true", AllowedClasses="Texture,MaterialInterface,SlateTextureAtlasInterface", DisallowedClasses="MediaTexture")) + TObjectPtr Icon; + + // Tags associated with this accolade + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FGameplayTagContainer AccoladeTags; + + // When this accolade is displayed, any existing displayed/pending accolades with any of + // these tags will be removed (e.g., getting a triple-elim will suppress a double-elim) + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FGameplayTagContainer CancelAccoladesWithTag; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Accolades/LyraAccoladeHostWidget.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Accolades/LyraAccoladeHostWidget.h new file mode 100644 index 0000000000000000000000000000000000000000..75c0b8f5fc4a484ae8735b56514e91ddafaf28f4 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Accolades/LyraAccoladeHostWidget.h @@ -0,0 +1,89 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Accolades/LyraAccoladeDefinition.h" +#include "AsyncMixin.h" +#include "CommonUserWidget.h" +#include "GameFramework/GameplayMessageSubsystem.h" + +#include "LyraAccoladeHostWidget.generated.h" + +class UObject; +class USoundBase; +class UUserWidget; +struct FDataRegistryAcquireResult; +struct FLyraNotificationMessage; + +USTRUCT(BlueprintType) +struct FPendingAccoladeEntry +{ + GENERATED_BODY(); + + UPROPERTY(BlueprintReadOnly) + FLyraAccoladeDefinitionRow Row; + + UPROPERTY(BlueprintReadOnly) + TObjectPtr Sound = nullptr; + + UPROPERTY(BlueprintReadOnly) + TObjectPtr Icon = nullptr; + + UPROPERTY() + TObjectPtr AllocatedWidget = nullptr; + + int32 SequenceID = 0; + + bool bFinishedLoading = false; + + void CancelDisplay(); +}; + +/** + * + */ +UCLASS(BlueprintType) +class ULyraAccoladeHostWidget : public UCommonUserWidget, public FAsyncMixin +{ + GENERATED_BODY() + +public: + // The location tag (used to filter incoming messages to only display the appropriate accolades in a given location) + UPROPERTY(EditAnywhere, BlueprintReadOnly) + FGameplayTag LocationName; + + //~UUserWidget interface + virtual void NativeConstruct() override; + virtual void NativeDestruct() override; + //~End of UUserWidget interface + + UFUNCTION(BlueprintImplementableEvent) + void DestroyAccoladeWidget(UUserWidget* Widget); + + UFUNCTION(BlueprintImplementableEvent) + UUserWidget* CreateAccoladeWidget(const FPendingAccoladeEntry& Entry); +private: + FGameplayMessageListenerHandle ListenerHandle; + + int32 NextDisplaySequenceID = 0; + int32 AllocatedSequenceID = 0; + + FTimerHandle NextTimeToReconsiderHandle; + + // List of async pending load accolades (which might come in the wrong order due to the row read) + UPROPERTY(Transient) + TArray PendingAccoladeLoads; + + // List of pending accolades (due to one at a time display duration; the first one in the list is the current visible one) + UPROPERTY(Transient) + TArray PendingAccoladeDisplays; + + + void OnNotificationMessage(FGameplayTag Channel, const FLyraNotificationMessage& Notification); + void OnRegistryLoadCompleted(const FDataRegistryAcquireResult& AccoladeHandle, int32 SequenceID); + + void ConsiderLoadedAccolades(); + void PopDisplayedAccolade(); + void ProcessLoadedAccolade(const FPendingAccoladeEntry& Entry); + void DisplayNextAccolade(); +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistInputModifier.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistInputModifier.h new file mode 100644 index 0000000000000000000000000000000000000000..14ae5364a3af47b53bc4809e621c9e8fef1bc1cc --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistInputModifier.h @@ -0,0 +1,407 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "GameplayTagContainer.h" +#include "Math/IntRect.h" +#include "ScalableFloat.h" +#include "WorldCollision.h" +#include "Input/LyraInputModifiers.h" +#include "DrawDebugHelpers.h" +#include "AimAssistInputModifier.generated.h" + +class APlayerController; +class UInputAction; +class ULocalPlayer; +class UShapeComponent; +class ULyraAimSensitivityData; +class ULyraSettingsShared; + +DECLARE_LOG_CATEGORY_EXTERN(LogAimAssist, Log, All); + +/** A container for some commonly used viewport data based on the current pawn */ +struct FAimAssistOwnerViewData +{ + FAimAssistOwnerViewData() { ResetViewData(); } + + /** + * Update the "owner" information based on our current player controller. This calculates and stores things like the view matrix + * and current rotation that is used to determine what targets are visible + */ + void UpdateViewData(const APlayerController* PC); + + /** Reset all the properties on this set of data to their defaults */ + void ResetViewData(); + + /** Returns true if this owner struct has a valid player controller */ + bool IsDataValid() const { return PlayerController != nullptr && LocalPlayer != nullptr; } + + FBox2D ProjectReticleToScreen(float ReticleWidth, float ReticleHeight, float ReticleDepth) const; + FBox2D ProjectBoundsToScreen(const FBox& Bounds) const; + FBox2D ProjectShapeToScreen(const FCollisionShape& Shape, const FVector& ShapeOrigin, const FTransform& WorldTransform) const; + FBox2D ProjectBoxToScreen(const FCollisionShape& Shape, const FVector& ShapeOrigin, const FTransform& WorldTransform) const; + FBox2D ProjectSphereToScreen(const FCollisionShape& Shape, const FVector& ShapeOrigin, const FTransform& WorldTransform) const; + FBox2D ProjectCapsuleToScreen(const FCollisionShape& Shape, const FVector& ShapeOrigin, const FTransform& WorldTransform) const; + + /** Pointer to the player controller that can be used to calculate the data we need to check for visible targets */ + const APlayerController* PlayerController = nullptr; + + const ULocalPlayer* LocalPlayer = nullptr; + + FMatrix ProjectionMatrix = FMatrix::Identity; + + FMatrix ViewProjectionMatrix = FMatrix::Identity; + + FIntRect ViewRect = FIntRect(0, 0, 0, 0); + + FTransform ViewTransform = FTransform::Identity; + + FVector ViewForward = FVector::ZeroVector; + + // Player transform is the actor's location and the controller's rotation. + FTransform PlayerTransform = FTransform::Identity; + + FTransform PlayerInverseTransform = FTransform::Identity; + + /** The movement delta between the current frame and the last */ + FVector DeltaMovement = FVector::ZeroVector; + + /** The ID of the team that this owner is from. It is populated from the ALyraPlayerState. If the owner does not have a player state, then it will be INDEX_NONE */ + int32 TeamID = INDEX_NONE; +}; + +/** A container for keeping the state of targets between frames that can be cached */ +USTRUCT(BlueprintType) +struct FLyraAimAssistTarget +{ + GENERATED_BODY() + + FLyraAimAssistTarget() { ResetTarget(); } + + bool IsTargetValid() const { return TargetShapeComponent.IsValid(); } + + void ResetTarget(); + + FRotator GetRotationFromMovement(const FAimAssistOwnerViewData& OwnerInfo) const; + + TWeakObjectPtr TargetShapeComponent; + + FVector Location = FVector::ZeroVector; + FVector DeltaMovement = FVector::ZeroVector; + FBox2D ScreenBounds; + + float ViewDistance = 0.0f; + float SortScore = 0.0f; + + float AssistTime = 0.0f; + float AssistWeight = 0.0f; + + FTraceHandle VisibilityTraceHandle; + + uint8 bIsVisible : 1; + + uint8 bUnderAssistInnerReticle : 1; + + uint8 bUnderAssistOuterReticle : 1; + +protected: + + float CalculateRotationToTarget2D(float TargetX, float TargetY, float OffsetY) const; +}; + +/** Options for filtering out certain aim assist targets */ +USTRUCT(BlueprintType) +struct FAimAssistFilter +{ + GENERATED_BODY() + + FAimAssistFilter() + : bIncludeSameFriendlyTargets(false) + , bExcludeInstigator(true) + , bExcludeAllAttachedToInstigator(false) + , bExcludeRequester(true) + , bExcludeAllAttachedToRequester(false) + , bTraceComplexCollision(false) + , bExcludeDeadOrDying(true) + {} + + /** If true, then we should include any targets even if they are on our team */ + UPROPERTY(EditAnywhere, BlueprintReadOnly) + uint8 bIncludeSameFriendlyTargets : 1; + + /** Exclude 'RequestedBy->Instigator' Actor */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = TargetSelection) + uint8 bExcludeInstigator : 1; + + /** Exclude all actors attached to 'RequestedBy->Instigator' Actor */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = TargetSelection) + uint32 bExcludeAllAttachedToInstigator : 1; + + /** Exclude 'RequestedBy Actor */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = TargetSelection) + uint8 bExcludeRequester : 1; + + /** Exclude all actors attached to 'RequestedBy Actor */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = TargetSelection) + uint8 bExcludeAllAttachedToRequester : 1; + + /** Trace against complex collision. */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = TargetSelection) + uint8 bTraceComplexCollision : 1; + + /** Exclude all dead or dying targets */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = TargetSelection) + uint8 bExcludeDeadOrDying : 1; + + /** Any target whose owning actor is of this type will be excluded. */ + UPROPERTY(EditAnywhere, BlueprintReadOnly) + TSet> ExcludedClasses; + + /** Targets with any of these tags will be excluded. */ + FGameplayTagContainer ExclusionGameplayTags; + + /** Any target outside of this range will be excluded */ + UPROPERTY(EditAnywhere, BlueprintReadOnly) + double TargetRange = 10000.0; +}; + +/** Settings for how aim assist should behave when there are active targets */ +USTRUCT(BlueprintType) +struct FAimAssistSettings +{ + GENERATED_BODY() + + FAimAssistSettings(); + + float GetTargetWeightForTime(float Time) const; + float GetTargetWeightMaxTime() const; + + // Width of aim assist inner reticle in world space. + UPROPERTY(EditAnywhere) + FScalableFloat AssistInnerReticleWidth; + + // Height of aim assist inner reticle in world space. + UPROPERTY(EditAnywhere) + FScalableFloat AssistInnerReticleHeight; + + // Width of aim assist outer reticle in world space. + UPROPERTY(EditAnywhere) + FScalableFloat AssistOuterReticleWidth; + + // Height of aim assist outer reticle in world space. + UPROPERTY(EditAnywhere) + FScalableFloat AssistOuterReticleHeight; + + // Width of targeting reticle in world space. + UPROPERTY(EditAnywhere) + FScalableFloat TargetingReticleWidth; + + // Height of targeting reticle in world space. + UPROPERTY(EditAnywhere) + FScalableFloat TargetingReticleHeight; + + // Range from player's camera used to gather potential targets. + // Note: This is scaled using the field of view in order to limit targets by their screen size. + UPROPERTY(EditAnywhere) + FScalableFloat TargetRange; + + // How much weight the target has based on the time it has been targeted. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + TObjectPtr TargetWeightCurve = nullptr; + + // How much target and player movement contributes to the aim assist pull when target is under the inner reticle. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + FScalableFloat PullInnerStrengthHip; + + // How much target and player movement contributes to the aim assist pull when target is under the outer reticle. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + FScalableFloat PullOuterStrengthHip; + + // How much target and player movement contributes to the aim assist pull when target is under the inner reticle. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + FScalableFloat PullInnerStrengthAds; + + // How much target and player movement contributes to the aim assist pull when target is under the outer reticle. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + FScalableFloat PullOuterStrengthAds; + + // Exponential interpolation rate used to ramp up the pull strength. Set to '0' to disable. + UPROPERTY(EditAnywhere) + FScalableFloat PullLerpInRate; + + // Exponential interpolation rate used to ramp down the pull strength. Set to '0' to disable. + UPROPERTY(EditAnywhere) + FScalableFloat PullLerpOutRate; + + // Rotation rate maximum cap on amount of aim assist pull. Set to '0' to disable. + // Note: This is scaled based on the field of view so it feels the same regardless of zoom. + UPROPERTY(EditAnywhere) + FScalableFloat PullMaxRotationRate; + + // Amount of aim assist slow applied to desired turn rate when target is under the inner reticle. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + FScalableFloat SlowInnerStrengthHip; + + // Amount of aim assist slow applied to desired turn rate when target is under the outer reticle. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + FScalableFloat SlowOuterStrengthHip; + + // Amount of aim assist slow applied to desired turn rate when target is under the inner reticle. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + FScalableFloat SlowInnerStrengthAds; + + // Amount of aim assist slow applied to desired turn rate when target is under the outer reticle. (0 = None, 1 = Max) + UPROPERTY(EditAnywhere) + FScalableFloat SlowOuterStrengthAds; + + // Exponential interpolation rate used to ramp up the slow strength. Set to '0' to disable. + UPROPERTY(EditAnywhere) + FScalableFloat SlowLerpInRate; + + // Exponential interpolation rate used to ramp down the slow strength. Set to '0' to disable. + UPROPERTY(EditAnywhere) + FScalableFloat SlowLerpOutRate; + + // Rotation rate minimum cap on amount to aim assist slow. Set to '0' to disable. + // Note: This is scaled based on the field of view so it feels the same regardless of zoom. + UPROPERTY(EditAnywhere) + FScalableFloat SlowMinRotationRate; + + /** The maximum number of targets that can be considered during a given frame. */ + UPROPERTY(EditAnywhere) + int32 MaxNumberOfTargets = 6; + + /** */ + UPROPERTY(EditAnywhere) + float ReticleDepth = 3000.0f; + + UPROPERTY(EditAnywhere) + float TargetScore_AssistWeight = 10.0f; + + UPROPERTY(EditAnywhere) + float TargetScore_ViewDot = 50.0f; + + UPROPERTY(EditAnywhere) + float TargetScore_ViewDotOffset = 40.0f; + + UPROPERTY(EditAnywhere) + float TargetScore_ViewDistance = 0.25f; + + UPROPERTY(EditAnywhere) + float StrengthScale = 1.0f; + + /** Enabled/Disable asynchronous visibility traces. */ + UPROPERTY(EditAnywhere) + uint8 bEnableAsyncVisibilityTrace : 1; + + /** Whether or not we require input for aim assist to be applied */ + UPROPERTY(EditAnywhere) + uint8 bRequireInput : 1; + + /** Whether or not pull should be applied to aim assist */ + UPROPERTY(EditAnywhere) + uint8 bApplyPull : 1; + + /** Whether or not to apply a strafe pull based off of movement input */ + UPROPERTY(EditAnywhere) + uint8 bApplyStrafePullScale : 1; + + /** Whether or not to apply a slowing effect during aim assist */ + UPROPERTY(EditAnywhere) + uint8 bApplySlowing : 1; + + /** Whether or not to apply a dynamic slow effect based off of look input */ + UPROPERTY(EditAnywhere) + uint8 bUseDynamicSlow : 1; + + /** Whether or not look rates should blend between yaw and pitch based on stick deflection using radial look rates */ + UPROPERTY(EditAnywhere) + uint8 bUseRadialLookRates : 1; +}; + +/** + * An input modifier to help gamepad players have better targeting. + */ +UCLASS() +class UAimAssistInputModifier : public UInputModifier +{ + GENERATED_BODY() + +public: + + UPROPERTY(EditInstanceOnly, BlueprintReadWrite, Category=Settings, Config) + FAimAssistSettings Settings {}; + + UPROPERTY(EditInstanceOnly, BlueprintReadWrite, Category=Settings, Config) + FAimAssistFilter Filter {}; + + /** The input action that represents the actual movement of the player */ + UPROPERTY(EditInstanceOnly, BlueprintReadWrite, Category=Settings) + TObjectPtr MoveInputAction = nullptr; + + /** The type of targeting to use for this Sensitivity */ + UPROPERTY(EditInstanceOnly, BlueprintReadWrite, Category=Settings, Config) + ELyraTargetingType TargetingType = ELyraTargetingType::Normal; + + /** Asset that gives us access to the float scalar value being used for sensitivty */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, meta=(AssetBundles="Client,Server")) + TObjectPtr SensitivityLevelTable = nullptr; + +protected: + + virtual FInputActionValue ModifyRaw_Implementation(const UEnhancedPlayerInput* PlayerInput, FInputActionValue CurrentValue, float DeltaTime) override; + + /** + * Swaps the target cache's and determines what targets are currently visible. + * Updates the score of each target to determine + * how much pull/slow effect should be applied to each + */ + void UpdateTargetData(float DeltaTime); + + FRotator UpdateRotationalVelocity(APlayerController* PC, float DeltaTime, FVector CurrentLookInputValue, FVector CurrentMoveInputValue); + + /** Calcualte the pull and slow strengh of a given target */ + void CalculateTargetStrengths(const FLyraAimAssistTarget& Target, float& OutPullStrength, float& OutSlowStrength) const; + + FRotator GetLookRates(const FVector& LookInput); + + void SwapTargetCaches() { TargetCacheIndex ^= 1; } + const TArray& GetPreviousTargetCache() const { return ((TargetCacheIndex == 0) ? TargetCache1 : TargetCache0); } + TArray& GetPreviousTargetCache() { return ((TargetCacheIndex == 0) ? TargetCache1 : TargetCache0); } + + const TArray& GetCurrentTargetCache() const { return ((TargetCacheIndex == 0) ? TargetCache0 : TargetCache1); } + TArray& GetCurrentTargetCache() { return ((TargetCacheIndex == 0) ? TargetCache0 : TargetCache1); } + + bool HasAnyCurrentTargets() const { return !GetCurrentTargetCache().IsEmpty(); } + + const float GetSensitivtyScalar(const ULyraSettingsShared* SharedSettings) const; + + // Tracking of the current and previous frame's targets + UPROPERTY() + TArray TargetCache0; + + UPROPERTY() + TArray TargetCache1; + + /** The current in use target cache */ + uint32 TargetCacheIndex; + + FAimAssistOwnerViewData OwnerViewData; + + float LastPullStrength = 0.0f; + float LastSlowStrength = 0.0f; + +#if ENABLE_DRAW_DEBUG + float LastLookRateYaw; + float LastLookRatePitch; + + FVector LastOutValue; + FVector LastBaselineValue; + + // TODO: Remove this variable and move debug visualization out of this + bool bRegisteredDebug = false; + + void AimAssistDebugDraw(class UCanvas* Canvas, APlayerController* PC); + FDelegateHandle DebugDrawHandle; +#endif +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistTargetComponent.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistTargetComponent.h new file mode 100644 index 0000000000000000000000000000000000000000..5f51cf5697bfa86da3a77383a544fa1eb7ccc66b --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistTargetComponent.h @@ -0,0 +1,35 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Components/CapsuleComponent.h" +#include "GameplayTagContainer.h" +#include "IAimAssistTargetInterface.h" + +#include "AimAssistTargetComponent.generated.h" + +#define UE_API SHOOTERCORERUNTIME_API + +class UObject; + +/** + * This component can be added to any actor to have it register with the Aim Assist Target Manager. + */ +UCLASS(MinimalAPI, BlueprintType, meta=(BlueprintSpawnableComponent)) +class UAimAssistTargetComponent : public UCapsuleComponent, public IAimAssistTaget +{ + GENERATED_BODY() + +public: + + //~ Begin IAimAssistTaget interface + UE_API virtual void GatherTargetOptions(OUT FAimAssistTargetOptions& TargetData) override; + //~ End IAimAssistTaget interface + +protected: + + UPROPERTY(BlueprintReadWrite, EditAnywhere) + FAimAssistTargetOptions TargetData {}; +}; + +#undef UE_API diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistTargetManagerComponent.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistTargetManagerComponent.h new file mode 100644 index 0000000000000000000000000000000000000000..df9847e147ffb5216cda9bb22c9c9aaa914e9f6f --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/AimAssistTargetManagerComponent.h @@ -0,0 +1,58 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Components/GameStateComponent.h" + +#include "AimAssistTargetManagerComponent.generated.h" + +#define UE_API SHOOTERCORERUNTIME_API + +enum class ECommonInputType : uint8; + +class APlayerController; +class UObject; +struct FAimAssistFilter; +struct FAimAssistOwnerViewData; +struct FAimAssistSettings; +struct FAimAssistTargetOptions; +struct FCollisionQueryParams; +struct FLyraAimAssistTarget; + +/** + * The Aim Assist Target Manager Component is used to gather all aim assist targets that are within + * a given player's view. Targets must implement the IAimAssistTargetInterface and be on the + * collision channel that is set in the ShooterCoreRuntimeSettings. + */ +UCLASS(MinimalAPI, Blueprintable) +class UAimAssistTargetManagerComponent : public UGameStateComponent +{ + GENERATED_BODY() + +public: + + /** Gets all visible active targets based on the given local player and their ViewTransform */ + UE_API void GetVisibleTargets(const FAimAssistFilter& Filter, const FAimAssistSettings& Settings, const FAimAssistOwnerViewData& OwnerData, const TArray& OldTargets, OUT TArray& OutNewTargets); + + /** Get a Player Controller's FOV scaled based on their current input type. */ + static UE_API float GetFOVScale(const APlayerController* PC, ECommonInputType InputType); + + /** Get the collision channel that should be used to find targets within the player's view. */ + UE_API ECollisionChannel GetAimAssistChannel() const; + +protected: + + /** + * Returns true if the given target passes the filter based on the current player owner data. + * False if the given target should be excluded from aim assist calculations + */ + UE_API bool DoesTargetPassFilter(const FAimAssistOwnerViewData& OwnerData, const FAimAssistFilter& Filter, const FAimAssistTargetOptions& Target, const float AcceptableRange) const; + + /** Determine if the given target is visible based on our current view data. */ + UE_API void DetermineTargetVisibility(FLyraAimAssistTarget& Target, const FAimAssistSettings& Settings, const FAimAssistFilter& Filter, const FAimAssistOwnerViewData& OwnerData); + + /** Setup CollisionQueryParams to ignore a set of actors based on filter settings. Such as Ignoring Requester or Instigator. */ + UE_API void InitTargetSelectionCollisionParams(FCollisionQueryParams& OutParams, const AActor& RequestedBy, const FAimAssistFilter& Filter) const; +}; + +#undef UE_API diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/IAimAssistTargetInterface.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/IAimAssistTargetInterface.h new file mode 100644 index 0000000000000000000000000000000000000000..7d8b029c58d8febd6725eaaef3fd8fd7aa742daf --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Input/IAimAssistTargetInterface.h @@ -0,0 +1,57 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "CoreMinimal.h" +#include "Input/AimAssistInputModifier.h" +#include "UObject/Interface.h" +#include "IAimAssistTargetInterface.generated.h" + +USTRUCT(BlueprintType) +struct FAimAssistTargetOptions +{ + GENERATED_BODY() + + FAimAssistTargetOptions() + : bIsActive(true) + {} + + /** The shape component that should be used when considering this target's hitbox */ + TWeakObjectPtr TargetShapeComponent; + + /** + * Gameplay tags that are associated with this target that can be used to filter it out. + * + * If the player's aim assist settings have any tags that match these, it will be excluded. + */ + UPROPERTY(BlueprintReadWrite, EditAnywhere) + FGameplayTagContainer AssociatedTags; + + /** Whether or not this target is currently active. If false, it will not be considered for aim assist */ + UPROPERTY(BlueprintReadWrite, EditAnywhere) + uint8 bIsActive : 1; +}; + + +UINTERFACE(MinimalAPI, meta = (CannotImplementInterfaceInBlueprint)) +class UAimAssistTaget : public UInterface +{ + GENERATED_BODY() +}; + +/** + * Used to define the shape of an aim assist target as well as let the aim assist manager know + * about any associated gameplay tags. + * + * The target will be considered when it is within the view of a player's outer reticle + * + * @see UAimAssistTargetComponent for an example + */ +class IAimAssistTaget +{ + GENERATED_BODY() + +public: + /** Populate the given target data with this interface. This will be called when a target is within view of the player */ + virtual void GatherTargetOptions(OUT FAimAssistTargetOptions& TargetData) = 0; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/LyraWorldCollectable.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/LyraWorldCollectable.h new file mode 100644 index 0000000000000000000000000000000000000000..1a9e89306f8538260f681b180c1f7f84b8915cb1 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/LyraWorldCollectable.h @@ -0,0 +1,36 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "GameFramework/Actor.h" +#include "Interaction/IInteractableTarget.h" +#include "Interaction/InteractionOption.h" +#include "Inventory/IPickupable.h" + +#include "LyraWorldCollectable.generated.h" + +class UObject; +struct FInteractionQuery; + +/** + * + */ +UCLASS(Abstract, Blueprintable) +class ALyraWorldCollectable : public AActor, public IInteractableTarget, public IPickupable +{ + GENERATED_BODY() + +public: + + ALyraWorldCollectable(); + + virtual void GatherInteractionOptions(const FInteractionQuery& InteractQuery, FInteractionOptionBuilder& InteractionBuilder) override; + virtual FInventoryPickup GetPickupInventory() const override; + +protected: + UPROPERTY(EditAnywhere) + FInteractionOption Option; + + UPROPERTY(EditAnywhere) + FInventoryPickup StaticInventory; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/AssistProcessor.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/AssistProcessor.h new file mode 100644 index 0000000000000000000000000000000000000000..76a89b79b5dc295c29ef7b110b74b961260e98a0 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/AssistProcessor.h @@ -0,0 +1,43 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Messages/GameplayMessageProcessor.h" + +#include "AssistProcessor.generated.h" + +class APlayerState; +class UObject; +struct FGameplayTag; +struct FLyraVerbMessage; +template struct TObjectPtr; + +// Tracks the damage done to a player by other players +USTRUCT() +struct FPlayerAssistDamageTracking +{ + GENERATED_BODY() + + // Map of damager to damage dealt + UPROPERTY(Transient) + TMap, float> AccumulatedDamageByPlayer; +}; + +// Tracks assists (dealing damage to another player without finishing them) +UCLASS() +class UAssistProcessor : public UGameplayMessageProcessor +{ + GENERATED_BODY() + +public: + virtual void StartListening() override; + +private: + void OnDamageMessage(FGameplayTag Channel, const FLyraVerbMessage& Payload); + void OnEliminationMessage(FGameplayTag Channel, const FLyraVerbMessage& Payload); + +private: + // Map of player to damage dealt to them + UPROPERTY(Transient) + TMap, FPlayerAssistDamageTracking> DamageHistory; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/ElimChainProcessor.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/ElimChainProcessor.h new file mode 100644 index 0000000000000000000000000000000000000000..798ed299f065c9b91ea50347b8890e326cbbbcde --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/ElimChainProcessor.h @@ -0,0 +1,48 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Messages/GameplayMessageProcessor.h" + +#include "ElimChainProcessor.generated.h" + +class APlayerState; +class UObject; +struct FGameplayTag; +struct FLyraVerbMessage; +template struct TObjectPtr; + +USTRUCT() +struct FPlayerElimChainInfo +{ + GENERATED_BODY() + + double LastEliminationTime = 0.0; + + int32 ChainCounter = 1; +}; + +// Tracks a chain of eliminations (X eliminations without more than Y seconds passing between each one) +UCLASS(Abstract) +class UElimChainProcessor : public UGameplayMessageProcessor +{ + GENERATED_BODY() + +public: + virtual void StartListening() override; + +protected: + UPROPERTY(EditDefaultsOnly) + float ChainTimeLimit = 4.5f; + + // The event to rebroadcast when a user gets a chain of a certain length + UPROPERTY(EditDefaultsOnly) + TMap ElimChainTags; + +private: + void OnEliminationMessage(FGameplayTag Channel, const FLyraVerbMessage& Payload); + +private: + UPROPERTY(Transient) + TMap, FPlayerElimChainInfo> PlayerChainHistory; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/ElimStreakProcessor.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/ElimStreakProcessor.h new file mode 100644 index 0000000000000000000000000000000000000000..7a7316d8d409369b5d859f3883c0aeec17ac0dda --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/MessageProcessors/ElimStreakProcessor.h @@ -0,0 +1,35 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Messages/GameplayMessageProcessor.h" + +#include "ElimStreakProcessor.generated.h" + +class APlayerState; +class UObject; +struct FGameplayTag; +struct FLyraVerbMessage; +template struct TObjectPtr; + +// Tracks a streak of eliminations (X eliminations without being eliminated) +UCLASS(Abstract) +class UElimStreakProcessor : public UGameplayMessageProcessor +{ + GENERATED_BODY() + +public: + virtual void StartListening() override; + +protected: + // The event to rebroadcast when a user gets a streak of a certain length + UPROPERTY(EditDefaultsOnly) + TMap ElimStreakTags; + +private: + void OnEliminationMessage(FGameplayTag Channel, const FLyraVerbMessage& Payload); + +private: + UPROPERTY(Transient) + TMap, int32> PlayerStreakHistory; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Messages/ControlPointStatusMessage.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Messages/ControlPointStatusMessage.h new file mode 100644 index 0000000000000000000000000000000000000000..8d38666f1530e72688f9813dbd335addb9c3443e --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/Messages/ControlPointStatusMessage.h @@ -0,0 +1,20 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "CoreMinimal.h" + +#include "ControlPointStatusMessage.generated.h" + +// Message indicating the state of a control point is changing +USTRUCT(BlueprintType) +struct FLyraControlPointStatusMessage +{ + GENERATED_BODY() + + UPROPERTY(BlueprintReadWrite, Category=Gameplay) + TObjectPtr ControlPoint = nullptr; + + UPROPERTY(BlueprintReadWrite, Category=Gameplay) + int32 OwnerTeamID = 0; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/ShooterCoreRuntimeModule.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/ShooterCoreRuntimeModule.h new file mode 100644 index 0000000000000000000000000000000000000000..4892109887485956ab7cd53f80ebf9f7ca7d6a64 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/ShooterCoreRuntimeModule.h @@ -0,0 +1,20 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Modules/ModuleInterface.h" + +class UShooterCoreRuntimeSettings; + +class FShooterCoreRuntimeModule : public IModuleInterface +{ +public: + + /** IModuleInterface implementation */ + virtual void StartupModule() override; + virtual void ShutdownModule() override; + +protected: + + UShooterCoreRuntimeSettings* ShooterCoreSettings = nullptr; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/ShooterCoreRuntimeSettings.h b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/ShooterCoreRuntimeSettings.h new file mode 100644 index 0000000000000000000000000000000000000000..054b1903f42bd2cf0db0b85cbac4eeaee3cf36ba --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/Public/ShooterCoreRuntimeSettings.h @@ -0,0 +1,31 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "Engine/DeveloperSettings.h" +#include "Engine/EngineTypes.h" + +#include "ShooterCoreRuntimeSettings.generated.h" + +class UObject; + +/** Runtime settings specific to the ShooterCoreRuntime plugin */ +UCLASS(config = Game, defaultconfig) +class UShooterCoreRuntimeSettings : public UDeveloperSettings +{ + GENERATED_BODY() + +public: + UShooterCoreRuntimeSettings(const FObjectInitializer& Initializer); + + ECollisionChannel GetAimAssistCollisionChannel() const { return AimAssistCollisionChannel; } + +private: + + /** + * What trace channel should be used to find available targets for Aim Assist. + * @see UAimAssistTargetManagerComponent::GetVisibleTargets + */ + UPROPERTY(config, EditAnywhere, Category = "Aim Assist") + TEnumAsByte AimAssistCollisionChannel = ECollisionChannel::ECC_EngineTraceChannel5; +}; diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/ShooterCoreRuntime.Build.cs b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/ShooterCoreRuntime.Build.cs new file mode 100644 index 0000000000000000000000000000000000000000..ad795fa9260ef1f100bd95be46ff4acf41ad7356 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterCore/Source/ShooterCoreRuntime/ShooterCoreRuntime.Build.cs @@ -0,0 +1,68 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +using UnrealBuildTool; + +public class ShooterCoreRuntime : ModuleRules +{ + public ShooterCoreRuntime(ReadOnlyTargetRules Target) : base(Target) + { + PCHUsage = ModuleRules.PCHUsageMode.UseExplicitOrSharedPCHs; + + PublicIncludePaths.AddRange( + new string[] { + // ... add public include paths required here ... + } + ); + + + PrivateIncludePaths.AddRange( + new string[] { + // ... add other private include paths required here ... + } + ); + + + PublicDependencyModuleNames.AddRange( + new string[] + { + "Core", + "LyraGame", + "ModularGameplay", + "CommonGame", + // ... add other public dependencies that you statically link with here ... + } + ); + + + PrivateDependencyModuleNames.AddRange( + new string[] + { + "CoreUObject", + "Engine", + "Slate", + "SlateCore", + "GameplayTags", + "GameplayTasks", + "GameplayAbilities", + "GameplayMessageRuntime", + "CommonUI", + "UMG", + "DataRegistry", + "AsyncMixin", + "EnhancedInput", + "GameSubtitles", + "DeveloperSettings", + "AIModule" + // ... add private dependencies that you statically link with here ... + } + ); + + + DynamicallyLoadedModuleNames.AddRange( + new string[] + { + // ... add any modules that your module loads dynamically here ... + } + ); + } +} diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Config/Tags/ShooterExplorerTags.ini b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Config/Tags/ShooterExplorerTags.ini new file mode 100644 index 0000000000000000000000000000000000000000..d48489a67ed801752fa86faa4055c8998fc68e12 --- /dev/null +++ b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Config/Tags/ShooterExplorerTags.ini @@ -0,0 +1,45 @@ +[/Script/GameplayTags.GameplayTagsList] +GameplayTagList=(Tag="Explorer",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.Actions",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.Actions.Emote",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.Actions.Sit",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.Actions.Eat",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.Actions.Sleep",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.Actions.Sleep.AtNight",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.Actions.Sleep.DayTime",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.General",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Activity.General.Default",DevComment="") +GameplayTagList=(Tag="Explorer.Mood.Awesome",DevComment="") +GameplayTagList=(Tag="Explorer.Mood.Angry",DevComment="") +GameplayTagList=(Tag="Explorer.Mood.Grumpy",DevComment="") +GameplayTagList=(Tag="Explorer.Mood.Happy",DevComment="") +GameplayTagList=(Tag="Explorer.Mood.None",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction.Ended",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction.Scripted",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction.Scripted.ToDisable",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction.Scripted.ToEnable",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction.Started",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction.Required",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction.Required.ToEnable",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Event.Interaction.Required.ToDisable",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Interact",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Interact.NPC",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Interact.Player",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Slot",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Slot.Sync",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Slot.Sync.Action",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Slot.Sync.Dependent",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Slot.Sync.Primary",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Slot.Sync.Ready",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.Slot.Sync.Stop",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.State",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.State.Broken",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.State.Enabled",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.State.Interaction",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.State.Interaction.Required",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.State.Interaction.Required.ToDisable",DevComment="") +GameplayTagList=(Tag="Explorer.SmartObject.State.Interaction.Required.ToEnable",DevComment="") + diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Evaluators/EV_PlayerPosition.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Evaluators/EV_PlayerPosition.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c6049412d13ba11106ab216a851f23cb582c1b7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Evaluators/EV_PlayerPosition.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_Follow.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_Follow.uasset new file mode 100644 index 0000000000000000000000000000000000000000..930fd83e6bafce2c28bf6a80b1a1af279c6af698 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_Follow.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_GetPlayerLocation.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_GetPlayerLocation.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c041b38379c36945a34464b31b344dda885e4d96 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_GetPlayerLocation.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_GoTo.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_GoTo.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dc952880b21580845f02d48b704f6f87798c3b19 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_GoTo.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_PlayAnimMontage1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_PlayAnimMontage1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c374c4ba36a181e5b7dc0c0151efdce81869f217 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_PlayAnimMontage1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_SimpleDebugDelays.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_SimpleDebugDelays.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2c290995e3df707e987e7c131b939e361ab55af0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/AI/StateTrees/Tasks/STT_SimpleDebugDelays.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Blueprint/B_SimpleFollowPawn.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Blueprint/B_SimpleFollowPawn.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4f105a7d4df653c9814471e725f9cc16e9b2d1f8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Blueprint/B_SimpleFollowPawn.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Blueprint/B_SimpleFollowPawn_Big.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Blueprint/B_SimpleFollowPawn_Big.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee9a6e243867ef0459ea05426200ee94889d8bf6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Blueprint/B_SimpleFollowPawn_Big.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Game/HeroData_Explorer.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Game/HeroData_Explorer.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aad2e1ea3448544e01d4cbe686025d27f60166b0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Game/HeroData_Explorer.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/AbilitySet_InventoryTest.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/AbilitySet_InventoryTest.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5c1e4a4d610a4029c9e2df9b6a01bad35bae864c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/AbilitySet_InventoryTest.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_Interact.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_Interact.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b12bf61bdaaef6e6f37c568c493032d1e7636616 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_Interact.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleInventory.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleInventory.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed2191c811bcd960d5fbc2fd26f3a1047c545f49 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleInventory.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleMap.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleMap.uasset new file mode 100644 index 0000000000000000000000000000000000000000..20cddcc6364526f3fea4dac71d661b7eb65b84a5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleMap.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleMarkerInWorld.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleMarkerInWorld.uasset new file mode 100644 index 0000000000000000000000000000000000000000..057cfaaa50882475409b38ef5fc59f33dc500463 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Abilities/GA_ToggleMarkerInWorld.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_Interact.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_Interact.uasset new file mode 100644 index 0000000000000000000000000000000000000000..659399c303abf30477a0012a2711615bf8782f57 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_Interact.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleInventory.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleInventory.uasset new file mode 100644 index 0000000000000000000000000000000000000000..758ba75eec560f7961525aeb67528e22fffe0986 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleInventory.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleMap.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleMap.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8c51497d5a4a759dc92738df9b6ebf93df2c9a0a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleMap.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleMarkerInWorld.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleMarkerInWorld.uasset new file mode 100644 index 0000000000000000000000000000000000000000..41a0f098840306f7f7f6adf709aa0a730fbc9ac0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/IA_ToggleMarkerInWorld.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/InputData_InventoryTest.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/InputData_InventoryTest.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e3dda021306fb1885044e842ae09bc968040f5e4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Actions/InputData_InventoryTest.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Mappings/IMC_InventoryTest.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Mappings/IMC_InventoryTest.uasset new file mode 100644 index 0000000000000000000000000000000000000000..db52b2867276332c1bd8c850aecaf277ed55941c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Input/Mappings/IMC_InventoryTest.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Interact/GA_Interaction_Sit.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Interact/GA_Interaction_Sit.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c54386a9bb380e5c08657b568cef95a26ff6c130 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Interact/GA_Interaction_Sit.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/B_InteractableChair.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/B_InteractableChair.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d3f0939c5e8a46100d340d9259b8509d4ab704b6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/B_InteractableChair.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/B_InteractableRock.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/B_InteractableRock.uasset new file mode 100644 index 0000000000000000000000000000000000000000..48945d86a7495da44e67d4200aad965d8e718a7c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/B_InteractableRock.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/TestID_Rock.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/TestID_Rock.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a814921e60cbb9fe720c9263880b10d07fdf8d16 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/TestID_Rock.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/TestID_Tree.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/TestID_Tree.uasset new file mode 100644 index 0000000000000000000000000000000000000000..66aead7f9860ed108a3ee26cefbb2d8a3ce37908 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Items/TestID_Tree.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Maps/L_InteractionTestMap.umap b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Maps/L_InteractionTestMap.umap new file mode 100644 index 0000000000000000000000000000000000000000..6d928a406721fcb68ac6a53c7c3f4af18b90cc21 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Maps/L_InteractionTestMap.umap differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Maps/L_InventoryTestMap.umap b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Maps/L_InventoryTestMap.umap new file mode 100644 index 0000000000000000000000000000000000000000..22da974c57d9b2ebc1204bb5c6247f8a39ed59d1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Maps/L_InventoryTestMap.umap differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_ModuleA_090.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_ModuleA_090.uasset new file mode 100644 index 0000000000000000000000000000000000000000..36828d5bce9ca6b282cdeb034047029d6596f032 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_ModuleA_090.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_NavCube.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_NavCube.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed69d46b60e6091b16bf9661b7c436b5c791853e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_NavCube.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_Railing_010.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_Railing_010.uasset new file mode 100644 index 0000000000000000000000000000000000000000..848afb9605af42149d4faebb6ecebf2456ddec15 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_Railing_010.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_stairs_1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_stairs_1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6ac5ab784af9ae7330ca1df9dca5cacd32066914 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/Meshes/Gyms/SM_stairs_1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/ShooterExplorer.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/ShooterExplorer.uasset new file mode 100644 index 0000000000000000000000000000000000000000..795051ea175fc43c05bd91d3d1eb1d6d563d8ca5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/ShooterExplorer.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5a50af865acec9e94b3065af2cfb76d968023ecd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer_BaseContent.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer_BaseContent.uasset new file mode 100644 index 0000000000000000000000000000000000000000..06ca5cefe560831c3fdd412299a6e0a9a118b2a8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer_BaseContent.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer_DynamicContent.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer_DynamicContent.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3e281593d45af706b6cc4e97093632202276e5e7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/DataLayers/L_Ai_TestLayer_DynamicContent.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/Experiences/B_TestInventoryExperience.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/Experiences/B_TestInventoryExperience.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8c5ae9ba6431f8fd8f00820f731473b0f4e8d416 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/Experiences/B_TestInventoryExperience.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/Experiences/LAS_InventoryTest.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/Experiences/LAS_InventoryTest.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e1f6619c994b3181a743c9924796b838cf695d0e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/System/Experiences/LAS_InventoryTest.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/ItemAcquiredToastEntry.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/ItemAcquiredToastEntry.uasset new file mode 100644 index 0000000000000000000000000000000000000000..af788cb5a4b2dacab2733554e8d78ac1d7b0243c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/ItemAcquiredToastEntry.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/TextStyle-Large.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/TextStyle-Large.uasset new file mode 100644 index 0000000000000000000000000000000000000000..713905bb1675d5bcc6b100dc3c3fd7daf8d0bc4a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/TextStyle-Large.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InteractionPrompt.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InteractionPrompt.uasset new file mode 100644 index 0000000000000000000000000000000000000000..18e48953adc17158a870baa9da3886de9e96d11a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InteractionPrompt.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryGrid.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryGrid.uasset new file mode 100644 index 0000000000000000000000000000000000000000..96571465af7cb30c7d6a11d2678fbad9c10fc278 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryGrid.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryScreen.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryScreen.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8344a407aad56596d3cd66ef10f9432ad94c1d89 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryScreen.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryTile.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryTile.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e696e7b1008f7a40405364658da8b40fa5bd2480 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_InventoryTile.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_ItemAcquiredToastRow.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_ItemAcquiredToastRow.uasset new file mode 100644 index 0000000000000000000000000000000000000000..59603a3f252b368db6156f98d61cf8ac3a2f9e07 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_ItemAcquiredToastRow.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_MapScreen.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_MapScreen.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a133bb894811bdbb4f55856bae9a3893fcde31b7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterExplorer/Content/UserInterface/W_MapScreen.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Items/Backgrounds/ShooterGameLobbyBG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Items/Backgrounds/ShooterGameLobbyBG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..44ceabfc6334b19c6f91a5c775de02b3963da236 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Items/Backgrounds/ShooterGameLobbyBG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Convolution_Blockout/Gameplay.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Convolution_Blockout/Gameplay.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0636656fdfa1b0ff436a491e3c66404c1f8b1b5c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Convolution_Blockout/Gameplay.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Convolution_Blockout/Layout.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Convolution_Blockout/Layout.uasset new file mode 100644 index 0000000000000000000000000000000000000000..993a523ebb55828945ae3c4dc808f818049d1a1e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Convolution_Blockout/Layout.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/ExtraSpawn.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/ExtraSpawn.uasset new file mode 100644 index 0000000000000000000000000000000000000000..08915b822f5d8a02822ee7c70e689bb3db943f26 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/ExtraSpawn.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/Gameplay.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/Gameplay.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4173f54d23eaca59f76ed6d040b482c0a4f472e2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/Gameplay.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/LayoutModelA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/LayoutModelA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1270e34775fb45dcc37e44e739190629913d5c67 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/LayoutModelA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/Lighting.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/Lighting.uasset new file mode 100644 index 0000000000000000000000000000000000000000..763b24563aff24e80395f391fc0a606d8895e012 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse/Lighting.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/ExtraSpawn.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/ExtraSpawn.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c4f043df0d9c43ee75c2321c7be6f62e955b40ab Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/ExtraSpawn.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/Gameplay.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/Gameplay.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c93418b0390dc63131599b5f2ba5e27f4426d8f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/Gameplay.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/LayoutModelA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/LayoutModelA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4daebf840bfdd64945b7400aaf655c45f5dc1e02 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/LayoutModelA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/Lighting.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/Lighting.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bf19ff320ad593c12b8dc57dc9510cc3e8599202 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_Expanse_Blockout/Lighting.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_FiringRange_WP/SM_ModuleA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_FiringRange_WP/SM_ModuleA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ca591269e58e0e22fa7880d06cb89811325303af Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_FiringRange_WP/SM_ModuleA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_FiringRange_WP/SM_Railing.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_FiringRange_WP/SM_Railing.uasset new file mode 100644 index 0000000000000000000000000000000000000000..367519b8b01055e90ee9ca2a34c916db2d51cbe2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Maps/DataLayers/L_FiringRange_WP/SM_Railing.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_17F7D1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_17F7D1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f6345e3026a01e6cfeba06babbbbaf24d9cfadbe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_17F7D1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_1EAE54.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_1EAE54.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c249a877d539982ed3c6c26114ab93ab55f9f709 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_1EAE54.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_236ED6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_236ED6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7bce1825ee4429a172784e2ef62c25fcd980d243 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_236ED6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_26DCF6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_26DCF6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd647ac38a18d8194039261b8281c1f605fe98bf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_26DCF6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_2B2BFB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_2B2BFB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cf14da696fd204044c85c12f8b0c5680d9bacf7a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_2B2BFB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_42F814.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_42F814.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8c686e9ee4745dda977e3abb9ee24829bda3a52f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_42F814.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_468CEA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_468CEA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ebbc2f9c607dd9626d0ecdef959ba7358dd067ad Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_468CEA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_4C179E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_4C179E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e1975b0be770057bc522e1f2b3eefdb77d419f75 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_4C179E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_53C696.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_53C696.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d9d59220c7201811f461a101cb9d0c522a9b354b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_53C696.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_544E7E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_544E7E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..857a0dce64d2c4a14e50afcae84ba24e1a189552 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_544E7E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_5E0D13.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_5E0D13.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d1921e4a47b5fb19f2585c6e43028f13807301ab Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_5E0D13.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_6A6823.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_6A6823.uasset new file mode 100644 index 0000000000000000000000000000000000000000..739eaccd7b4d93d3365c620f79d0a19658d65826 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_6A6823.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_761D63.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_761D63.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9b6ec11b96291a7ad487d4ad3e7f3f5345b688a4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_761D63.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_7C4B2B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_7C4B2B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7f080ccd0e7e72371edd5503dd1364b9bb4626b0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_7C4B2B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_7EB701.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_7EB701.uasset new file mode 100644 index 0000000000000000000000000000000000000000..52e314e06344108cc828fc6bd7bcab58a18f767e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_7EB701.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_898E56.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_898E56.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5a22e873898d3a502a17233c4acec390cd3161c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_898E56.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_8FCD15.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_8FCD15.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a3ea1d069bf3c75d89af6e29049ee67d972fa9a4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_8FCD15.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_931D72.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_931D72.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3aa6508df548ea3f6c6bdf8a60f91094bef9ad76 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_931D72.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_98BFC7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_98BFC7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..97c9b13f7472d9afcb66fca85faefd74ebd7aa51 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_98BFC7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_9CD4DD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_9CD4DD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..32a8e1527cecdc194efddfd52c3c407e7e09d4d5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_9CD4DD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_9E0475.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_9E0475.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6f9c32351fae3b32982c686854930721af10b6b0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_9E0475.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_A0E610.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_A0E610.uasset new file mode 100644 index 0000000000000000000000000000000000000000..403925ea60300fc2e706c55387d9b681d0a75668 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_A0E610.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_AECA18.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_AECA18.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a09266d74d9452036151a7f8d7f7791b0977fce9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_AECA18.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_C223AB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_C223AB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e7cadd90eef8493dcdccfa8c32c293c900e1e1e4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_C223AB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_C5D66C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_C5D66C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..297e987c8d0269dafee0200886a976586a1d6fe4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_C5D66C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_DDDFE0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_DDDFE0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e72674c82f66413f1ef536e7077f6c13dd1df883 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_DDDFE0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_DEF968.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_DEF968.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c815a82b088a8a396828f253a7929fa1e4f10d38 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_DEF968.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_EF0433.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_EF0433.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c5f103ea140be0656a692cb58d655254c90b58bd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_EF0433.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_F323C3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_F323C3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..449dfd06a4aa4f4e93641c0f056600a40233d57b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_F323C3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_FCCF96.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_FCCF96.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b0446f21085809c39374e236b3ee8d2557bc12f4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_FCCF96.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_FE219F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_FE219F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a2d56bb0117e7de7e098cb61acc64884ae8bf0b2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA_FE219F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__1155CE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__1155CE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d4729c88806020d5a77cc611855eba314683ed32 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__1155CE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__2AE6C2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__2AE6C2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b0342dd33c451e2532b4ec7d53f1d0a50b97fe55 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__2AE6C2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__85DCA1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__85DCA1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6f3317c44163f4e0fca64ceb012f31b64ea5059d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__85DCA1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__8CD6AB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__8CD6AB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ac3031f3c5176d160d7449f6b8130f6602206946 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__8CD6AB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__C44FF5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__C44FF5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5dee3f33c044c7648085fbe7c7da32cd3e978d9d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__C44FF5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__D24D1A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__D24D1A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..439e3d958512c1b97feb46ece936d47dd0114784 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__D24D1A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__DDFE44.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__DDFE44.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d25db1c991efa453162d312db55fc7df2c070a92 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/MeshA__DDFE44.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__08803D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__08803D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d463125cbc533bc8ea746ec1383ddf97b38e594a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__08803D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__0FA9DE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__0FA9DE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..77140c5bb6dea168ae6776162b706932c8590e90 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__0FA9DE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__13072C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__13072C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..60a7309424c65a045ed1c0afd65095da09f68577 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__13072C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__150F7B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__150F7B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aa90e388ce3379713f594e0add184fbb1a84f6c0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Convolution_Blockout/Mesh__150F7B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_00B92E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_00B92E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..37a1a1471951e4f762e5e994f255a83ef0e16438 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_00B92E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_01308C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_01308C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..39868559b09f263b805af0fd8439e2d2480cf3ff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_01308C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_029CA5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_029CA5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e5334b4ff711cf7db0767d9974ca99e50c3de734 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_029CA5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_02F4BA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_02F4BA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..98eaa85db0a72bc73f4c23806ba46dc803141714 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_02F4BA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_03EDC5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_03EDC5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..78bb97d6eaf371c79f85b290454a232485ec1861 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_03EDC5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_040F71.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_040F71.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d72740da49b3f3b6a1d0032af2594886c8d5212a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_040F71.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_05663B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_05663B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d681d15fff5e7af462f3d00657cd34498ac65255 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_05663B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_09F2DC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_09F2DC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b2a918cab9bd575673de6e0906424737742a9c0c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_09F2DC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_09FF96.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_09FF96.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fb608a0484e0d55d901d999306c180338c6d4b5a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_09FF96.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B044F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B044F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2ab8e24ee0e02851735453ad439a4e9cff4f35bf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B044F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B5F2E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B5F2E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..84ddfe39c3b06907478dd36c1d239965b7690ec2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B5F2E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B8D9F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B8D9F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..793f932dd93b3cee3f3ea9610ba0bd062978b0e9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0B8D9F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0CE8EE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0CE8EE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..62c0a98fe9db030f159cf0cef6437c02f6651c84 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0CE8EE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0DFFED.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0DFFED.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5b563dafbf137636f00eb4e8307bc9f09a81e886 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0DFFED.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0E1544.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0E1544.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a8173a3429905607d194b5dce0c43154798d618c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0E1544.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0E6029.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0E6029.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0e6cb397d0901a3f4ca330b566cb1dde9d884e38 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0E6029.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0ED3A2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0ED3A2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..181b6f8d86e97739ee1b78eb530c16c1716d821d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0ED3A2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0EE11E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0EE11E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..999c16fc79db5a2636305290ba9b61fcaff2d855 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0EE11E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0F7966.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0F7966.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e772672595a44061953376d85648b41d158a4b1b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0F7966.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0F799A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0F799A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..902cb92477d6efd646f0ffcec17d23b93fa45a87 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_0F799A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1016B8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1016B8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd80de73554201bc8f32a0af5562af763ecd4a9e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1016B8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_12F2EB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_12F2EB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..84c2e96aad2616fbf62c73301c78adb96b3888f9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_12F2EB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_16ABA8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_16ABA8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0faa268d67301c7b8165532237e3a8b6fde1b0a4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_16ABA8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_18A49A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_18A49A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2b17bb608fd4b67548bde0d38a34daab6eee710d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_18A49A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_18CF0C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_18CF0C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..619e3ddabecf9a79eed194d8ef2b1341983f6d04 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_18CF0C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1A1A13.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1A1A13.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c5905edbda4364904b20fae28d523e12d492f7ac Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1A1A13.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1A257F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1A257F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..10765f2c43ac0446aa460c5dbdcc6d42a43b66ff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1A257F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1AC7F7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1AC7F7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ecf03d81bba63f2c418d5527a3c015b55ebba5a7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1AC7F7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1D0ED8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1D0ED8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a6b465218f35fba2a61ab69ba7433140ae18fbe1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1D0ED8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1EE512.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1EE512.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0a18c9a4aa5fcc193d74f98b60f773a6a436d71c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_1EE512.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_24B46A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_24B46A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..38f91700643f808dfb845718ac2889eeb6d942b5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_24B46A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_25BB70.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_25BB70.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cfbdedfca4c69284423fe3ab87609ecf4effb7d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_25BB70.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_25F7B2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_25F7B2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e14ed3ab006473f49d7cd07c2d33cdf98d728eee Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_25F7B2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_282B43.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_282B43.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5a120997ea26737d6908946d56b6e7ca8f17d267 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_282B43.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2831B6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2831B6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bc17bf066dd6af2bdbbeb69cc23f1b54305984b5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2831B6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_285D49.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_285D49.uasset new file mode 100644 index 0000000000000000000000000000000000000000..98be190efc5b9207897c52809a58483beeebb21e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_285D49.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_287C2A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_287C2A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2e3c1691ab2ce9e12fdb7e302b89cf35d97e35c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_287C2A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_28A2AC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_28A2AC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4cd527d38ac9a9c7dfb2ceb3ab9199270f996770 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_28A2AC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_28DD2C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_28DD2C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4627c6722618cfc6fa8f73b3ec6784c4995837b2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_28DD2C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_291D42.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_291D42.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e5ea8e9c84f7427940cb1d3c8b0b1e454b4d1d52 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_291D42.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_29959A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_29959A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8572bd35b5fca10318e2cb98877e38b548444d6b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_29959A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2C0BF7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2C0BF7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c0b9e948d27d98bfa119b7d25d8adf942a53c6e1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2C0BF7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2C9F67.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2C9F67.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3502311784793083c3b9a3a71030cfa714c1bc2f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2C9F67.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2CF3C6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2CF3C6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9d8eb8bb3350f00fbd9a6ebad8a12a42153b4acc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2CF3C6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2D6CAC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2D6CAC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a2583a606f4a3ffd26103b2c228436e23064a7c8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2D6CAC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2E79BE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2E79BE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0eb61d808fa34de13f31826eb43ea115d88de4c7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_2E79BE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_300D10.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_300D10.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c578be839928dde4425d1b5db91067cd1fed9f5a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_300D10.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_300F08.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_300F08.uasset new file mode 100644 index 0000000000000000000000000000000000000000..51dfc1db8fd88764884cffa22ff7eabedf7389df Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_300F08.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_30182F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_30182F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3d0d1f73deba1d11fe8cbced9e1883f4ad23d026 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_30182F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_30E606.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_30E606.uasset new file mode 100644 index 0000000000000000000000000000000000000000..19e6409898e62e3cdf81743f4d8e91c5cb5d65a8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_30E606.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_31388C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_31388C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1d830e0d25b8e48f07176822dcc8fdd4a31e4c59 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_31388C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3204DD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3204DD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..54e6cfadb8fd1d3e4f0e6a90646d6eff980b24a2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3204DD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_36AA2A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_36AA2A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..181c177e4c43f2452eee8ccb6695ee3f443ba210 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_36AA2A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3863E3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3863E3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3ed023eb011572b71ec6dfe7e48360df0c72bff0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3863E3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_390AC5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_390AC5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2908aeb8c8b8e420aa49cee7236b288f000594d3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_390AC5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_390D5E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_390D5E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d366fa3f32d8cbef69653aafd9cab3c8383cbce2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_390D5E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3A9D55.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3A9D55.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3f1875f2efd11511dce9f74ad070ce85376d2ef7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3A9D55.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3B823E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3B823E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f417001627372bba75280557fc0aca460b49cdcd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3B823E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3BFC77.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3BFC77.uasset new file mode 100644 index 0000000000000000000000000000000000000000..185dedf9b5cd9bd733c1938c57102b839786dc83 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3BFC77.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3C3D27.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3C3D27.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e45f836ba2ba5a7f2702eba4438950d72fe7b9c7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3C3D27.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3C64E8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3C64E8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..355187c47121db0c15e5c462542c2e139431f985 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3C64E8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3F085E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3F085E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ba9aebcbbee41369b67af2bd521da3bff7c5cb9a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3F085E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3F45BD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3F45BD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..492766907790db412ba7071c4d5d7a7e55bd4bf7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_3F45BD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_40987B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_40987B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f6b95547d7525d5e69758a04f6dbd5292b3d5e62 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_40987B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_40D9C0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_40D9C0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d99eae9f71a47002f6f7f87574f0e0f224222a1a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_40D9C0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_412B3D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_412B3D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cc71c40226ade66d6dd7df26125deee80aade337 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_412B3D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_42BFF1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_42BFF1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..271a694d9850611b59153c8c3ed10e8270137f80 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_42BFF1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_440E92.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_440E92.uasset new file mode 100644 index 0000000000000000000000000000000000000000..816ead2c4246373d141b919dc9944d8c780719ce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_440E92.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_44EBD6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_44EBD6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6c58c8ada9146ff5874781f8ab933c9a622d7923 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_44EBD6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_46A34E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_46A34E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e9a454edde8e12af6157c082ae6a8e48036c1b93 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_46A34E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_46ACC7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_46ACC7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1ca4c6d7dec8aa7873f71258ad0e82fb491f940b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_46ACC7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_47675F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_47675F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6f5128fb91ad063d5c0f870b3ff17aa5837de91c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_47675F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_47DB7C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_47DB7C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d83f71c530ffe0d445b58113123d3a327c7ec8e0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_47DB7C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_48C7C1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_48C7C1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aab048f770f3e0dfa83b4b9b028e924818169a54 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_48C7C1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4935AE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4935AE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ff52a953ec8077f9e5742decf09d2b853d84bf28 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4935AE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_499DF9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_499DF9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9c1c6c8bb9ad666a3868566d6e8162ea4d3b32db Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_499DF9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4B5953.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4B5953.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fb5aa384bf094ae1170f87ada36698bd3181f52e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4B5953.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4B645A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4B645A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1a8494a9ef99ac40e99f4cee19a0ce656f778537 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4B645A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4C3618.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4C3618.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a8c64c67c66b6af6abb6f932a5d70b29cd4ddeea Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4C3618.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4E3294.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4E3294.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9a62f565428263e40088fcad31c0d9f72630d844 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4E3294.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4EA8AE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4EA8AE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a562ae49e40c338d01288b98f5d8d6614c6e2e08 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_4EA8AE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5028E3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5028E3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f28d5d36f99649a42c08b83fb4e8d095a0fb56d5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5028E3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_515FD9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_515FD9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7f7743b4e69313e237b1f997f58f90ef2028e210 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_515FD9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_518C36.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_518C36.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8430cef0696a6509f3387ce02cda5ca02ba5292b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_518C36.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_519C61.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_519C61.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eb6cfa6c4f58d59604d0a8cf4211cb16dc414093 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_519C61.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_54094D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_54094D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0a4230c4d2f8f007a12127adafd9baaa829462d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_54094D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_541EAC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_541EAC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..07467bd89d1c2900078811a43db04895dda3dca1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_541EAC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_544E9B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_544E9B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ac58f2b74a8395463b6c5f4c26e5fc487f56abad Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_544E9B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5461E1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5461E1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a29b433092208367e849b892315fecfe22d9d1e0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5461E1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_548D6B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_548D6B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..63d279eef6ec3593851efe6c5ab4f9266a88ed4b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_548D6B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_55A5A8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_55A5A8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4160bf764d11d3e88668f77dcbb24b12b2065bd6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_55A5A8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_55CE0C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_55CE0C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0c4aaadd96442ea4d82402bda21e6631a5d4714c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_55CE0C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_57D463.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_57D463.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b8fb9c1795274f1874d712d2e815f66889d95d6f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_57D463.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_57FA6B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_57FA6B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..60ee69fe2a11c8f9be56af263def272ef30fa8c1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_57FA6B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_58DDD6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_58DDD6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8e74e446cb2486e178334506f58a9b797925ccb0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_58DDD6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_58DE09.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_58DE09.uasset new file mode 100644 index 0000000000000000000000000000000000000000..18b8b27b84b5479d0b0989f4cfaa386e2bc19b63 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_58DE09.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5A3D39.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5A3D39.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2ca83d543753fab9045d67486e50968a4a26d931 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5A3D39.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5B464C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5B464C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9871011d65913601f28d21093552e0749009d0b3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5B464C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5B848E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5B848E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..69f3e4a600a4ea30e776ebcab2d699172ef32232 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5B848E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5C9C02.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5C9C02.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0b9e68fd2d60c8672129da32491effa81bbc3f1d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5C9C02.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5CC092.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5CC092.uasset new file mode 100644 index 0000000000000000000000000000000000000000..207a986812aaf197b302b1088046cee48705f384 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5CC092.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5D0865.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5D0865.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e2a3e330b0947f325b0dd16bd1d9e35dd02931aa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5D0865.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5D2634.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5D2634.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3acc587c8073b8af804c2608dd04c166ef83662a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5D2634.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5E608F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5E608F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..707ea44d695b6475091491913028f680d384ddf5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5E608F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5E7B8E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5E7B8E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e13a9ae3ee5d79a76e8f4120a0dd5e800ece7a09 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5E7B8E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5FC924.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5FC924.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d99cc25f5ae149a24b9d7f5ed82231550cc344f1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_5FC924.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_602A69.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_602A69.uasset new file mode 100644 index 0000000000000000000000000000000000000000..11be8fc9a7e7be1fa76c86a20daa4e57f4368024 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_602A69.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6091BB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6091BB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..52b40b8f7c3e29f05b1e7d0c14e16fb1fd12366c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6091BB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6150F1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6150F1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a48c38c572b57029e03c773f56647f8f1c62b43b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6150F1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6183EC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6183EC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..80865c4f962830f11afa131ca9ca9873686d83a8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6183EC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6263F1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6263F1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c1351c93e481e6ec86725312a35bf6335816f51c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6263F1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_626D04.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_626D04.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1af42a98da764d9510aaba17503e52c3a16035ab Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_626D04.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_62EDBC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_62EDBC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..24e0f74f46a6c1f0568b7c2c93a97c2367ce9c7a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_62EDBC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6475C0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6475C0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bafd70e260159597a50e824919cd35a360c6de3c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6475C0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_64C304.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_64C304.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a1f835386da3e4c37ebd80a2b3fb751d07ea3e57 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_64C304.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6533F5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6533F5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..52aa21417d88e89c4e68a7456e9b44ac6e9d968a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6533F5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_668B4D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_668B4D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b1839f654459ca8ded22e59c2b2d3151f48a95c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_668B4D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_66C10A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_66C10A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c559d1751b7f3914c79945e33aaae239762adf69 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_66C10A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_66D8ED.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_66D8ED.uasset new file mode 100644 index 0000000000000000000000000000000000000000..979ccec2e7fb1ce80bfd3cf508ea1491e1224bca Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_66D8ED.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_674F70.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_674F70.uasset new file mode 100644 index 0000000000000000000000000000000000000000..278a4563a66babde2d6bb33e1eeb0a355ea76712 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_674F70.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6755C8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6755C8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..af020f0fd5c5603f4998ece246193d09fd68cf98 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6755C8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_68F12D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_68F12D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..af9eb1dcb09279a165b9d165f9cf8544dde7bc18 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_68F12D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6A12A8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6A12A8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..be22a91c7fdc198a9ade1724611182697d59ee24 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6A12A8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6AA72B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6AA72B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..89f37940b31c1659ea742e7804bc6eb7532bf6ba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6AA72B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6B0290.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6B0290.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a5ca4875bf3608e36f6e312993c103048a492b28 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6B0290.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6C9462.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6C9462.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a908c6d79be226227e49cd4bd93d2332c167d07a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6C9462.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6D8992.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6D8992.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f4cd22a5f88f9bbf2f2db7eda363b34cf48e30d6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6D8992.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6DD0A5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6DD0A5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3704d0d107a45624d0393d066c951e1ab204f48d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6DD0A5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6DDB71.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6DDB71.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8427b81f2ca2493ea439ebfa68b38157176f538c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6DDB71.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6E5781.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6E5781.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a0af1bc7fe38e2c4975101c6f90952bbafa810fb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6E5781.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6E6D31.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6E6D31.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4d267fe6a0b8cf04a7e93ce089839c10c3d6ea27 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6E6D31.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6EC5BE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6EC5BE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..14840f529e5b8c947f1d605c1aabddb1882b5b3e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_6EC5BE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_71F876.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_71F876.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d9987105f81bcf970e900b5237c6805f84031886 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_71F876.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7350B6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7350B6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cd5e2b289ac90c1745d9caf3e9fa35f1ccf53857 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7350B6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7378C0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7378C0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..256143e2788d443b70cddd382d09ac5785ee6d53 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7378C0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7386B9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7386B9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2e169b06b5a1626b04fdfb90dc1b836b88bf6344 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7386B9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_73BCB5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_73BCB5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..42514aff33abfad5cf88e0c1eecf6ed551b7f36d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_73BCB5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A15E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A15E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2edbb417e0009150638f3ff59c840ae999c9a922 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A15E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A17D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A17D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..94ffad5345d3161aed43471a6db79f2f8874dcdd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A17D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A517.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A517.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c1d0606d92d1b856ccb448283e531ad79465b338 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75A517.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75CE0F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75CE0F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..67a378b32143bd23c5b103f3da56dd65bc27311b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_75CE0F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_76B214.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_76B214.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1afc27ef4f3ae715873a950e9595bdf13bbe51a9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_76B214.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7715CE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7715CE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..628a8dac366142446ccc67b0c34b83ac3c8f7cb6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7715CE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_778EF5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_778EF5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..073367ff1e1ffe00c4989cd5b1477b78abcd3131 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_778EF5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7869F3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7869F3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e28684cac18f477a1184503f73a56fba76aeb991 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7869F3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7AAD47.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7AAD47.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fbacae502abe92312c93bf900c8f54cfc590ebe2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7AAD47.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7AC870.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7AC870.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d76de0f39479fc42ccb81eb1d4540e379fecf64a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7AC870.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7B0F50.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7B0F50.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9715d62ae8de8970d61d867efbf23df0d61305cc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7B0F50.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7B75E5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7B75E5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9a6bbe9c706ccdc191707c90e4d211f03bfd9093 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7B75E5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7C67E5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7C67E5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..459253623531810383ba6b73fb99fef5b5091b9f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7C67E5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7D7382.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7D7382.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c586ef87b6294cf8b5861e43264008cee210551c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7D7382.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7DA053.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7DA053.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bbf7a7b8c99563d7ca8df1d0632ada32a20a58de Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7DA053.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7E1EFF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7E1EFF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..751d0101608743698ad9b33d8db10de01056005c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_7E1EFF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_82FBB8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_82FBB8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..847fe99d6ba1397b14bc2c2d7f2b9b4d7c0bcd2e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_82FBB8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8352AC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8352AC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..964ba59f8c3de5fe42738801afe728863eb8e6b2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8352AC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_863DA2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_863DA2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fa1cda6fcca2d28ac3fd60bd79fbb55064b0cafa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_863DA2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_86B8FC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_86B8FC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee5cea922810a47b8e2c632a64aaf26824c002bc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_86B8FC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_87783F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_87783F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9b81ac45f8bf659525c3b1616282e8e4afea0e65 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_87783F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_87DE16.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_87DE16.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3f3283209daf6329017b9ab041d89bd163905803 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_87DE16.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_88BCCF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_88BCCF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d23c51a1cec9453c8e3f1c47f477a06833736b77 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_88BCCF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8C8BA9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8C8BA9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..38264b65de6d472ff51ca4b7fb7421925b9e3017 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8C8BA9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8F6760.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8F6760.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4cbe12be2acf997c56c11f0eea823777c68a86a7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8F6760.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8FB4DA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8FB4DA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..009004be5714e3890601d7ceb658abdbe768b901 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_8FB4DA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_90A919.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_90A919.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9ec2218531a9968442f39603037a788cc1d781cf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_90A919.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_914EFE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_914EFE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..934540b7ebb02760f3574d690261f8d0feb85c0a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_914EFE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_93E969.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_93E969.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4982684882a390da25a062cecd8332734fd475ae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_93E969.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_94ED4E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_94ED4E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9b943ae3f9bdc2a623792fe5a282c7743b7dbcd1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_94ED4E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_967D3A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_967D3A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bdf9cac806cc58316f3eb4d935e2e530cf45b54a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_967D3A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_96C65A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_96C65A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f8db491314c12b89983628293b3048adf813e598 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_96C65A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9940C7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9940C7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..764cf63f5fec5df1f3ca0811f072831f26cdc6cb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9940C7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9964B7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9964B7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4c8fb822bdcf0a04c69563881c6b50186c9cecf1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9964B7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_99A201.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_99A201.uasset new file mode 100644 index 0000000000000000000000000000000000000000..55d79c8e801e15dcf0208e98e1dc2432cb541412 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_99A201.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_99AF90.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_99AF90.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f289b2cc9160f6aecde7a952a5bc1242684c1b1f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_99AF90.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9AA9E2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9AA9E2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a056f6c3c88fea689840a307f0536274fcc1d7a9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9AA9E2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9ABC14.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9ABC14.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7d64f27e7440900a4f5cdf7e2947baf4e021f83a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9ABC14.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9AC198.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9AC198.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b76f0445f1edc8b049bc9f05f64286b79e3c967e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9AC198.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9C7ACC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9C7ACC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..78be0eea6a172874ece84123b6027ae69dfb2600 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9C7ACC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9C9CCA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9C9CCA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..27d55358cd9d5f3cf1cced6d9ab23eaf09a54210 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9C9CCA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9CD27F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9CD27F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..597bb5d3f11815efcedbce6a1f8f388636bd501e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9CD27F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9D2FA2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9D2FA2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0dc6eabf7200064d7238a16e759664680d23abef Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9D2FA2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9E4FA3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9E4FA3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..653118edcfbde849799db7855be3d1fde8ceab9d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_9E4FA3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A14CD1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A14CD1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5a9945f3b3feb824db42f8b9b83accadea8c8eb4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A14CD1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A23660.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A23660.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7164454cb87d18c48094364262fcc8c87520fab8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A23660.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A35EAD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A35EAD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..60061bbe426c02684f1822b3202dfb2067b102ce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A35EAD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A4C633.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A4C633.uasset new file mode 100644 index 0000000000000000000000000000000000000000..801d92373898e2dba53e02a5e0f408d6f6695d10 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A4C633.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A522DA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A522DA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2aa4c7fd694332d10bd1d98b8f9dd1e2b1acfb21 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A522DA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A5F894.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A5F894.uasset new file mode 100644 index 0000000000000000000000000000000000000000..45ba8f136d742df0ed71cc4f15e63325a6a8ecea Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A5F894.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A66FC6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A66FC6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8fb9e8b87e1e4caf7e27f75d6b67da76208559b0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A66FC6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A6AC56.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A6AC56.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eef499afeae04c132537bbbe8911f45d4f9eeb7a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A6AC56.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A760DC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A760DC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6b9b5ab6b979721549053bbdc14e8ef3edb097f6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A760DC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A7D0BC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A7D0BC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dcb0cebc005c3c983da3181a942a263ae84f1a86 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A7D0BC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A82418.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A82418.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4af9cbc06ea659faa57805c888840581b05bd354 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A82418.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A83366.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A83366.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7c9e7b458df9a209da0efc30395b6e66e3dc2820 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A83366.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A95EFA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A95EFA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c867c3bb6099ace8318c0383362d063a72580186 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A95EFA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A98BBB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A98BBB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fb06f9e1e8094be430c06537c64a4f32d4c5fa5b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_A98BBB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AAB9D4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AAB9D4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..02d5f73663b220dd3825989c61b047cb4c0bcc66 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AAB9D4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AB2B07.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AB2B07.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f24ccf20ba8494b041955aa925233f23bfc6dbb6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AB2B07.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ABF695.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ABF695.uasset new file mode 100644 index 0000000000000000000000000000000000000000..46c106f99f529ba45982e2f27b0a963d35570844 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ABF695.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AC587F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AC587F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..775d4d95215db47e97549bde5fa99145fbe10e98 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AC587F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AC8176.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AC8176.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2ac80ad676673d130ac043de6bf26a298820dfb2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AC8176.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AD71D2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AD71D2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b54778204b2f2aba98d392685ca3fd9bff49af4a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AD71D2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ADBD2B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ADBD2B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..645bde61d6fd14f3b87653669a0422f61dc606bc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ADBD2B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AEB1AF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AEB1AF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..778e4f51957e666ecbca79ddc4b0652326a9e371 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_AEB1AF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B0D608.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B0D608.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c2123f8b0ded3390a0fb34af1e4e4970c8b4881 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B0D608.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B12CED.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B12CED.uasset new file mode 100644 index 0000000000000000000000000000000000000000..683dd52d6e2024ddfdc4b434c5300e520349b74d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B12CED.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B241CA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B241CA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a21a280a65b4ce8ebb1af398896cbfb94100852e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B241CA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B281E9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B281E9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2a1800af7ac0537775d681245132fd6453069446 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B281E9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B329AD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B329AD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..20a42d59e4c5dbf0e53bd30911177344cfa0528a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_B329AD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C0925B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C0925B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..521205ca95570a424e85a1a034dcb15feb609636 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C0925B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C0E44F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C0E44F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..678d794c5d794c1b90273ee39416b48085591771 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C0E44F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C1120D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C1120D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..55db4ebe5e542d89346e4602d480b5a15681c43d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C1120D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C18AE2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C18AE2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..65bb4af8f573192dc31c01f69086451cac4de4f7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C18AE2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C2CE57.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C2CE57.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f05e8f771fc6a6f5ac083a92ea53420a04f30fa4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C2CE57.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C33CFB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C33CFB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f5ccaf91f0c4d3451411a09bf3a073929af21a59 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C33CFB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C3977A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C3977A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0dc5b3d388e5b832e1a999802126616e9bc3269c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C3977A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C3E13A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C3E13A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..261273dcdefc3bf84b457bc30e77480987c5d0a8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C3E13A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C5005E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C5005E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7311373d3992845e567049747a6b7d4e84055ba3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C5005E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C56B37.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C56B37.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2ae3c0b5801c5083eaedbad784edc64c94faf9b8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C56B37.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C5797F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C5797F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d87d6df0c51efd64fe3d22ee2b0ad49106f2a3f7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C5797F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C6565E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C6565E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ca13993190eacaf283ee7aede95856d7c12dd0a2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C6565E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C85750.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C85750.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d87c58b559ffd9eb35521512c71117ddb81fb726 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C85750.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C8AD57.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C8AD57.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4fedc36710c72c2e1944a6776db4d3cb93e7576d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C8AD57.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C963E5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C963E5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..83e68b5a6d2614c6e2cb0cae0fa7ec8f8f7b2be2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_C963E5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CA7E79.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CA7E79.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eb12a0747b6af5acac4218fb85622a53f2ded4e6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CA7E79.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CB0246.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CB0246.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6501bf2d2ad38f53bceb2a90cc5103f6ff0af849 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CB0246.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CB38AF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CB38AF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5476d74ac0c6e19d3213add188fb261c6ea2f765 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CB38AF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CCF258.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CCF258.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6e3d52e66cd967026065dd1ece978e2b19417675 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CCF258.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CD4CE4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CD4CE4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9f79e8796ab21fabff6c8feaa573f1f26a1fc687 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CD4CE4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE3131.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE3131.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5925f29fcc9bb2eced757a71c13cfbc5b1fe3acb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE3131.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE39D7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE39D7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..de0220db1fb4625ec7262b187a1fba5733a7c559 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE39D7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE8BFF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE8BFF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3922e4597eda5d36ee853e9e6f8d14255ffb3d50 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CE8BFF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CED0F7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CED0F7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..12a281c4e28db29427dd74f248b849933cc0e2d0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CED0F7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CEE282.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CEE282.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4a2cf3cee86d852c12bff7cb1af478c71df66ec8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CEE282.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CF8333.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CF8333.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b5c840f6c95eed2befa48092191e3550faacd38f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CF8333.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CFB02B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CFB02B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..570f2ba39b7773a19c7116edc8d74a5e1ac4d7dd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_CFB02B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D03773.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D03773.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3141ea065c988f616936528fb991e54c70d9e77a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D03773.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D21E89.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D21E89.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d88c008303e354db405d9629ef75eac26a7ca989 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D21E89.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D26128.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D26128.uasset new file mode 100644 index 0000000000000000000000000000000000000000..62f6b7a22a4b3a75ab0062d9fe779ea36711036e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D26128.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D29BDA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D29BDA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fa4a64afc922a295cc29eb6d4a19db15bb6f6b6e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D29BDA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D59A41.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D59A41.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ad3d857a5a0b7cc03872d821888561e52c891279 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D59A41.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D6817D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D6817D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8c8d715f2f6747b8125fbbf299bed64a86ea872d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D6817D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D6B253.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D6B253.uasset new file mode 100644 index 0000000000000000000000000000000000000000..39faeab040ef0d45b547f38c90bd2d42bea39a47 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D6B253.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D71D44.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D71D44.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0c3f27c3d267c3b3f557ee0a3e32a39da6d3d983 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D71D44.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D725FD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D725FD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2f06e96798ed3d105b27ceb9e4ede7b30ec71aae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D725FD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D7370E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D7370E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5b53ddb3c371224f53b6aa8e1c1d767a04489db8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D7370E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D83A6F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D83A6F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..61a12c8bd4d9068171b6fe9e025376e9610aa647 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D83A6F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D8DF11.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D8DF11.uasset new file mode 100644 index 0000000000000000000000000000000000000000..64c5b8f9c5b0c8db849d93a9cacbaedac80b5a3a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D8DF11.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D8FC82.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D8FC82.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd57b7a0ed3cd89cd9471f1f841ca5343733051d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D8FC82.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D99A95.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D99A95.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4a3021541f5e5b929e9715d48aaf2ce237bae4ba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_D99A95.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_DEA3E4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_DEA3E4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8b116e280ed0c57a32bbb50dd7f372730f7e3105 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_DEA3E4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_DFA3EF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_DFA3EF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a06c7833eb800d141356a959464093e3f49e643e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_DFA3EF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E0939C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E0939C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..466179508ca5098074eaaa09a1989235c80fe7df Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E0939C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E1239A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E1239A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e35ace7bc3a3b2763e190b70677a4c3b8f389004 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E1239A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E222D0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E222D0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2ac4b6722ef7b2547ddc17041cf778d35fc9ea48 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E222D0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E2B5F0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E2B5F0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dc3d752a4d778efd423855a5e8d0e74399834f14 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E2B5F0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E4871D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E4871D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6c90e0efd43c276668a57119b93d9a6bd1704516 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E4871D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E7028D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E7028D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8387ec40e469816d3231c826cdb08f01c64812c4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E7028D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E7FA38.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E7FA38.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b031c893470020b9074c83f312568abe514a277c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E7FA38.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E850CA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E850CA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3f83bb93d7dfb29ba6e96be14fe36e24db59c61d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E850CA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E97AAF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E97AAF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..890d674d0435d75e2fc78a9a8f86c54c9e71514f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E97AAF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E97F0D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E97F0D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..be4a7ebd3d8aacb5c9a0c64401df148b3e8ee4c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_E97F0D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EA21AF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EA21AF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d093189ff0bd7744c2a4bc88bda7a2f1ca21951c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EA21AF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EAE80F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EAE80F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a9fddcd873cb461e29c76808bddc289c4bb00b99 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EAE80F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ED9231.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ED9231.uasset new file mode 100644 index 0000000000000000000000000000000000000000..95f4f8fdbaf7cfd80fa163a483f3822e7b11b25d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_ED9231.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EE66FF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EE66FF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..148bd5a5a382efbbfe858a7b87cedb03b9de850c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EE66FF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EE7365.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EE7365.uasset new file mode 100644 index 0000000000000000000000000000000000000000..76532650e017a7e5206224c758671cc147528270 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EE7365.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EF0EBF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EF0EBF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1cbffc0e633a931794971cb183efd84a227234e3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_EF0EBF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F00149.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F00149.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9583d886c93a89bddbbbf032a47d86a4e183c957 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F00149.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F2E8FE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F2E8FE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ba608c5a558b24bf23174f14fac8462576d0c5be Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F2E8FE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F2FEC3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F2FEC3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..107ef34af5735f4ebdd6af968a32cfe956f92ac6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F2FEC3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F46025.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F46025.uasset new file mode 100644 index 0000000000000000000000000000000000000000..40b72390a7ff0f4c4797abbbe05dd1b262383cc3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F46025.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F4E01C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F4E01C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b8dd881f075b5b7f1c38501ddf3106a00bbee6cb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F4E01C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F70257.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F70257.uasset new file mode 100644 index 0000000000000000000000000000000000000000..527f65017ae8f59addd4f90d0540e06b502d8839 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F70257.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7643F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7643F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c9608993ad04f4f3481b14f3efbc0efa48d9502 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7643F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7BB75.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7BB75.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f7a8a7d9d114da4c681de57073620fb63377a056 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7BB75.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7DEF3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7DEF3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed3007a799dca3ed145def356b0c46ae9bcafef9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F7DEF3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F81362.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F81362.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2c4fa568a43be2dfd8c4c34bb616a8ef8a4adb76 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F81362.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F989A4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F989A4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0dcfc1ff288dce5c71cb5d029ab76880c2b772a4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_F989A4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FA0294.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FA0294.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7080dce6be1fab004541ed07e456892aab514f9a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FA0294.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FABDB7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FABDB7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c1031705f80cac3c507e8417d2733ea775d650bd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FABDB7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FB9BFB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FB9BFB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..994be6d426bf0a130b43f8e4f743258c727f2f87 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FB9BFB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FD27FC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FD27FC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ff2fb4a8a9b75a8fefd35bfc2acddae08d9f8037 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FD27FC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FDE792.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FDE792.uasset new file mode 100644 index 0000000000000000000000000000000000000000..99c328415b4939b5a27caa5d6264b9cec741dc10 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FDE792.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FFFDB7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FFFDB7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1abd22b04c836240c75c27cef24dabbe67a5ec40 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse/Mesh_A_2_FFFDB7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Block_1x1m_A_AE19EE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Block_1x1m_A_AE19EE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..32cca834a99981b8689507200cc2127ee2eeedb9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Block_1x1m_A_AE19EE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Block_1x1m_A_AE19EE2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Block_1x1m_A_AE19EE2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8f49cb721cb9d8bd0cf9c1813d616c36b044362 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Block_1x1m_A_AE19EE2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_0FB30D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_0FB30D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f6ef268388d4cc46b999ff709bfea5c71c663dce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_0FB30D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_2A4BC0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_2A4BC0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..de9c0562fb51a3e3a912ee69ba476f1b4d8a0c56 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_2A4BC0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_F435F8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_F435F8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6bb627c0a5c0c56b158d479e3bf40c7ad1c9d3e9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeC_F435F8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeD_745AEE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeD_745AEE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8ca14f1cd764c248b86c9a1ab513336f2e405b33 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeD_745AEE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeE_BE2BF9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeE_BE2BF9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8d2e2f4264e99a2c3e60a9954e13eb0a8a6c6e43 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeE_BE2BF9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeF_A24598.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeF_A24598.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d545ff892207afb515da557215dfa40c063bac38 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeF_A24598.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeG_24FE19.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeG_24FE19.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4a7132788e6a62c9ebd06ac0ce85d2a026886dad Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeG_24FE19.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeG_8A4B12.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeG_8A4B12.uasset new file mode 100644 index 0000000000000000000000000000000000000000..10bf8f67ee2ed5f8b507a1569f770feb052d86b5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeG_8A4B12.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeH_79E7F1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeH_79E7F1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..274521a888f35ace116a0db1a9725373f09432c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeH_79E7F1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeI_F882AC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeI_F882AC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..782407a7d3b1075ca041466ceec8f6ae5ad07536 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgeI_F882AC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgePlatformA_5DAD14.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgePlatformA_5DAD14.uasset new file mode 100644 index 0000000000000000000000000000000000000000..04e35541ed5ed2033ca557689612ab1cd559e1d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/BridgePlatformA_5DAD14.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CapsulePanelA_3EE9F1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CapsulePanelA_3EE9F1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c919993d06ba55ee1351148843d2f94defc33689 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CapsulePanelA_3EE9F1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Curve90degA_EDADA0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Curve90degA_EDADA0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cbf129db42d942aaedb19e4bc770e3a94da382e4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/Curve90degA_EDADA0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerA_79A789.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerA_79A789.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c3081dfd543e256a330cf4f7952b9c73bd14fefd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerA_79A789.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerB_A1B0FC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerB_A1B0FC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f61aa765d05147b6423b0a098c9b1ece2874e3f8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerB_A1B0FC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerD_B066FD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerD_B066FD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..66070ca3adc87e63189bdf524f5d72c0d0013cd5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerD_B066FD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerE_CDF25B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerE_CDF25B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..30a3afe0b36df2085e507fd7181b19fede39a333 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerE_CDF25B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerF_0E6296.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerF_0E6296.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bff63a67eed074ea349a9f6a2f770bda8d3d5a2f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerF_0E6296.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerH_B658E9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerH_B658E9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..91b369f8c702f43faf8732f43847820909f0bb17 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerH_B658E9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerI_9DE3E7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerI_9DE3E7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..edd1eed76e56bcf3e9298a4cbbb4a6087962bd3d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerI_9DE3E7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerJ_00A6B8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerJ_00A6B8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5992bb6ab5891c7c6e3f35d9374205c1e64ed4b9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerJ_00A6B8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerK_E291AD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerK_E291AD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c1ba9041a33f5d0f3a1101bf8e8754f0cc81740 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerK_E291AD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerL_0E20B9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerL_0E20B9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a9a6cafb6dcd277b75a5a2829f56326dfb5a8983 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerL_0E20B9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerM_37DFB0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerM_37DFB0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a8a749f203a7c81659a6afac806662da3e46a1d4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerM_37DFB0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerN_21DC0E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerN_21DC0E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c2406775831f6f82dc530d37c8e883cc19c2f1ea Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedCornerN_21DC0E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameA_CED960.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameA_CED960.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0b38afacd6d521b403c09533d2f3fe9c05b4120f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameA_CED960.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameB_A96453.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameB_A96453.uasset new file mode 100644 index 0000000000000000000000000000000000000000..397c059bacb3efe312b87ccbcd4bea669666e6fe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameB_A96453.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameC_BBCBA1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameC_BBCBA1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a91101dee4f59867b2d62453e1255a13ae5c0fcc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameC_BBCBA1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameF_D58171.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameF_D58171.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e6a82de76ef39fe55b9101300cb68b6860ea418f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameF_D58171.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameI_70EB60.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameI_70EB60.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b5e0c058433c9e42c442bdfab1a7bc8205087c7d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameI_70EB60.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameK_A6442D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameK_A6442D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..db9dae791e483284b44939361524d3a9300aca33 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedFrameK_A6442D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedPlatformA_44F777.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedPlatformA_44F777.uasset new file mode 100644 index 0000000000000000000000000000000000000000..54af3db8b9a9507c31603d90881f9f90589f6388 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/CurvedPlatformA_44F777.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_15FEAE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_15FEAE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2803440cdcfa9f71bb3b2c37c7a71135ced37c18 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_15FEAE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_6D6664.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_6D6664.uasset new file mode 100644 index 0000000000000000000000000000000000000000..afd2087c92e317f8a1b570a194c9c7acc181784a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_6D6664.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_ABC8C9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_ABC8C9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4db6d757da12d5e107b89b53dbf81114d75684ce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftA_ABC8C9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftB_9B1610.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftB_9B1610.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b61e0341e3364d52512f639ff357246625bb989d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftB_9B1610.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftC_3ED496.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftC_3ED496.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d8b02b62f69cc0a1bbaa78bb5f1f77a20f83d7fc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/ElevatorShaftC_3ED496.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/FloorC_2EE61D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/FloorC_2EE61D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..47e9ad85f042946011b2ec16a42f8a4e5bcbeb3a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/FloorC_2EE61D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/FloorE_0861E5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/FloorE_0861E5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..270b2b5dcbb3a0f963320500d41602e7e90d5b34 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/FloorE_0861E5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_069AB9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_069AB9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..485de101b2821ee617eed78cdecc98352cad3178 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_069AB9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_09FE63.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_09FE63.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eb505527518ce3404508c84906ae19f1978e880e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_09FE63.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_0AEAE9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_0AEAE9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9977550b4f6d1a136a9f7d77222439b68cfb6521 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_0AEAE9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_0F7922.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_0F7922.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dc7287e33e5d5a30e81456ebce275e83c18bf025 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_0F7922.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_11A71C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_11A71C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3af0c479ee6fd1c918d0fa40128f6fc296fcaeff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_11A71C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_210DB9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_210DB9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7fc95e462ac856b35e12a5352a31686c6669b3b1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_210DB9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_261D01.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_261D01.uasset new file mode 100644 index 0000000000000000000000000000000000000000..89b8eec6035cdfdb38936021654d941e42fdefd4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_261D01.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_2D5981.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_2D5981.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0cd3557156940f17ff095475932ca1f619d0382a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_2D5981.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_45E13F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_45E13F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4865a4780a8770ef5f3492a330153c94f0d0caa6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_45E13F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_51846C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_51846C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6c77a9d670cc68e275f42960984e656b41b8a513 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_51846C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_5668F6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_5668F6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b7f9b364d31af10cde8c0084a098728980dba24b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_5668F6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_57F8E0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_57F8E0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7e89138c4329c919146e6d8ae63a1c71558f9d44 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_57F8E0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_651DD3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_651DD3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..faaa262b4ec40e97cd0b158fb0988aa02b437306 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_651DD3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6580D3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6580D3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..50f810a44c33dc23791920e2cfd582b4332bec40 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6580D3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6619EC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6619EC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..00259ef61ea4e8e6dbfcb54e7dd9e0c5a04b63e8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6619EC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_68DC05.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_68DC05.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eb85780814db634d3c2fc6f940b2e658118dff92 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_68DC05.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6D7B2B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6D7B2B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bfdb0e5feb042a51221b54c5846e8d095fe7bf4d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_6D7B2B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_8FDDCE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_8FDDCE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ac5913148e4a0184c6be52a7bba2cbfcffc69cf0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_8FDDCE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_9F59D5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_9F59D5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..048787996db5b9b7e3b9f3fead2ae059a7adba87 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_9F59D5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_B007D8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_B007D8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b5a388e348b26f56fbf128fba0c08bccc7a199e3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_B007D8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_BB4365.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_BB4365.uasset new file mode 100644 index 0000000000000000000000000000000000000000..02ff869d33f6b8bd6ddf293a287eddef91c52012 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_BB4365.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_BE0B22.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_BE0B22.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a674ea95c4ed099bd9aa6d1c73bc6e31066fd110 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_BE0B22.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_F7E137.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_F7E137.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9423e6961ab2049cfcff5e90cd72657706134a20 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_F7E137.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_F9C7A5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_F9C7A5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1aa0ba93dad2b0d85781a4ae241e735348174978 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MeshA_F9C7A5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MixedCornerPanelA_983A72.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MixedCornerPanelA_983A72.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d7c97120ffe99d6b1a340833777809cf462e8db8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MixedCornerPanelA_983A72.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MixedCornerPanelB_F18C6B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MixedCornerPanelB_F18C6B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..26e125425b9fbcd360a330dc1e7f97ab4673e2a6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/MixedCornerPanelB_F18C6B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorA_9F0EC2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorA_9F0EC2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..caf39019223e6e493cf8e70c61115488af4f45bf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorA_9F0EC2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorB_2EEFC7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorB_2EEFC7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..23109309b3254fab4ecb23b105748016f4bfe588 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorB_2EEFC7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorC_38C6C5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorC_38C6C5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c91582c9067294c0adc9e8e5cb0d0b9f2e9ac1da Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorC_38C6C5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorC_3E49C5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorC_3E49C5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..69f0cf3c03244b60efde44e6680465ac1c814c05 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorC_3E49C5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorD_D3F505.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorD_D3F505.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fc752f5b144c65885cddcb8f9e87c26ac79394d8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelFloorD_D3F505.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelPillA_11DB64.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelPillA_11DB64.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7d0ec6ea46ea329f3f3e53eb66c63a1bf42ac3a0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/PanelPillA_11DB64.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_084DE2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_084DE2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..758c2c18e38a633acb39891ad22069a07c9deb61 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_084DE2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_1402A7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_1402A7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..356ee8d8e612900ed7c31269f09f73b97433d550 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_1402A7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_51A1CB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_51A1CB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..23644644515d4f7b17c1b1689a5eee15de574d0e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_51A1CB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_6C5848.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_6C5848.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1e10d86a27645555091448a11c38dbf725e11742 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RampA_6C5848.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RoundedBlockA_4375F3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RoundedBlockA_4375F3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3aba357bd9644a0e848793cc66f571c46fe379a1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/RoundedBlockA_4375F3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_BridgeH_1E9B32.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_BridgeH_1E9B32.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd178e2544cde33acca17c31dbdc470dcd286fd4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_BridgeH_1E9B32.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_BridgeH_7DB141.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_BridgeH_7DB141.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d16833d1e7c86f8d1713303b0c11a329f4eefaff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_BridgeH_7DB141.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_CurvedFloorPatchA_C1C156.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_CurvedFloorPatchA_C1C156.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0ee9f57bdd3421c2e4c55999ee6ac562174f1df3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_CurvedFloorPatchA_C1C156.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_CurvedFloorPatchB_C82BD3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_CurvedFloorPatchB_C82BD3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d77b5d41746712edbba615be48741a456f79552d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_CurvedFloorPatchB_C82BD3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameA_3EC34D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameA_3EC34D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f13f545bfff889137f55c9e27f392f071b5179a1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameA_3EC34D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameA_92CAB8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameA_92CAB8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..158929219bc07d323914622752bbd93f34159162 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameA_92CAB8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameB_4E67A5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameB_4E67A5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d82957991cd480d9f326641247a67fd90a23f535 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_TeleporterFrameB_4E67A5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_WallJ_5BB90A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_WallJ_5BB90A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ad37e1499674c764208655e73820fa4b0bcabf02 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SM_WallJ_5BB90A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SkyBridgeTrimeA_DD17F1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SkyBridgeTrimeA_DD17F1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d7b86a3f124a80cb6ab5428803b9619714dff9d9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/SkyBridgeTrimeA_DD17F1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsA_C2055F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsA_C2055F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..09413ba25b6c7e3248dc8e46b7f8385ad6a94330 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsA_C2055F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsB_12305C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsB_12305C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0fd7214914ea5a7ecd6ccfd3eab0913b914fdd43 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsB_12305C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsD_09167C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsD_09167C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7beb23b60877d1c656f29e3024217827f6ee60fb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsD_09167C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsE_0D5A82.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsE_0D5A82.uasset new file mode 100644 index 0000000000000000000000000000000000000000..177ffea6eb461575d76987bac38be850b9636c4b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/StairsE_0D5A82.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallB_77E966.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallB_77E966.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8764109400e6c5a8cde80cd2500b0577f60ec0ab Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallB_77E966.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallC_C7EBFC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallC_C7EBFC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..60385a801c9a7245fe48ed23920830dfed63d83e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallC_C7EBFC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallD_B1D74E.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallD_B1D74E.uasset new file mode 100644 index 0000000000000000000000000000000000000000..76401eacd06d2287130ce4c50a5aae89900a8eda Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallD_B1D74E.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallF_81EBEC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallF_81EBEC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7e6dbf71d7a0e78f80ebbaf2af2c6853e3a12c93 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallF_81EBEC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallG_12E713.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallG_12E713.uasset new file mode 100644 index 0000000000000000000000000000000000000000..32fbba0e53d6917421800a7aee17fc52e06d6eb0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallG_12E713.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallG_1C05FB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallG_1C05FB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7203b9f4a28b696f213d5b0b10222c783c5a51b4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallG_1C05FB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallH_3749AE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallH_3749AE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b91df9e09d6189521b67bf8c63463189d3a52c0e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallH_3749AE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallH_457ECD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallH_457ECD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..37de43f230f9125ccfab2fb423d517248de1fc7e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallH_457ECD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallL_2DDDBA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallL_2DDDBA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1620db7616c17338a54963b7186fce5b082cc8e1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallL_2DDDBA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallM_6F701A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallM_6F701A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cc02d2416489e6a37a386d8fe54445112f20cee2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallM_6F701A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallN_CC89C4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallN_CC89C4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..555f895f40e72a266e6ed730cb67bcd9930e1972 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallN_CC89C4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallO_5E167F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallO_5E167F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..06235a2617a15c136536b3fc245332c91d5acbd6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallO_5E167F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallP_4BBE39.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallP_4BBE39.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4038e98905bcc004ee715abb722cdcfdb834eae9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallP_4BBE39.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallT_1C5B93.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallT_1C5B93.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a49e5b9146ed073e939ab27fcec44f03fc1762ea Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallT_1C5B93.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallV_52386B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallV_52386B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2fbf3ade9c2a6b5b3c9f0701cb4d65b21dba599c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallV_52386B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallW_ADBE4B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallW_ADBE4B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0c203bff16fa422996c122a565d85af2a2abcee3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WallW_ADBE4B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WindowFrameB_D9E5E1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WindowFrameB_D9E5E1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b5cd1ebd769b0fd966ae7772bfff7d64aaa1a763 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WindowFrameB_D9E5E1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WindowFrameC_0EB4BF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WindowFrameC_0EB4BF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9a49afdcfb79b7b10c4fce8737314c0e1bf0286a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/Expanse_Blockout/WindowFrameC_0EB4BF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_ModuleA_090.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_ModuleA_090.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1aa6a4b32da883b57f79af3c55db4904cd12c019 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_ModuleA_090.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_Railing_010.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_Railing_010.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f53bb73a5738dfdf032b22d30791f16868daf4c9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_Railing_010.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_stairs_1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_stairs_1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..38ff3f436c507b78bb74a7d81a309d78262c89ce Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/Meshes/FiringRange/SM_stairs_1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/DA_Convolution_ControlPoint.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/DA_Convolution_ControlPoint.uasset new file mode 100644 index 0000000000000000000000000000000000000000..426857e2274767d9aa145e1bbdc0bc5727dc49c1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/DA_Convolution_ControlPoint.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/DA_Expanse_TDM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/DA_Expanse_TDM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..87cdff5c94af45ff4b27adfab9f3e641b3c6435d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/DA_Expanse_TDM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/W_LoadingScreen_ControlPoint.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/W_LoadingScreen_ControlPoint.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4fcb0503dda26f97b29964f34287db7f4997d4d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/W_LoadingScreen_ControlPoint.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/W_LoadingScreen_TDM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/W_LoadingScreen_TDM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..69a4b39ed6605378b6f20c95eb03d0f32677fa7d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/System/Playlists/W_LoadingScreen_TDM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/19/GHBRM91MCF8S7IRGNBWJOL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/19/GHBRM91MCF8S7IRGNBWJOL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1e93e42770cf6703c00dfac1e6d3ebc5d0553d19 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/19/GHBRM91MCF8S7IRGNBWJOL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/1X/IZYCIPLYKVPELI220H60HY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/1X/IZYCIPLYKVPELI220H60HY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..618997e445714c8dbbca1059d64ba4134f57480b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/1X/IZYCIPLYKVPELI220H60HY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/20/VV36OUKQ7CM63R7X6T3WL9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/20/VV36OUKQ7CM63R7X6T3WL9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..547d90f4937fcae7aaaa9c08e34dce84ea500265 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/20/VV36OUKQ7CM63R7X6T3WL9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/49/RS11DDUKOS6N6GLS3TP83H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/49/RS11DDUKOS6N6GLS3TP83H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f64ce32a6fccd2e745cf5a0332ea53673d78f763 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/49/RS11DDUKOS6N6GLS3TP83H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/4W/W2UU5OD3IJJARUN707G94T.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/4W/W2UU5OD3IJJARUN707G94T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..06781cf6e4ffb81b55e708c95fb4d57edbae6c89 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/4W/W2UU5OD3IJJARUN707G94T.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/8N/ZA4Z8CGTYBM8AQ1IRUF0KG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/8N/ZA4Z8CGTYBM8AQ1IRUF0KG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1910a1edf4ffce09864bffb7a34d0a2f014a68df Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/8N/ZA4Z8CGTYBM8AQ1IRUF0KG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/9M/K4ZCZKQH9OERALMNBQ67SR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/9M/K4ZCZKQH9OERALMNBQ67SR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2f6257acd145d3b181e01389b4c0679cab63806d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/9M/K4ZCZKQH9OERALMNBQ67SR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/A8/G1BJ7Z5DQUN6SDR7U2ON9Z.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/A8/G1BJ7Z5DQUN6SDR7U2ON9Z.uasset new file mode 100644 index 0000000000000000000000000000000000000000..285395ed6d1c6b7204f1053ffc31f2921b660a10 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/A8/G1BJ7Z5DQUN6SDR7U2ON9Z.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/CR/ZZ6IFPOFLPOW1WBSFYOPW6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/CR/ZZ6IFPOFLPOW1WBSFYOPW6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ff947faaf8fef56e9ff1bcc30fff06b572222e87 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/CR/ZZ6IFPOFLPOW1WBSFYOPW6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/DM/KVJ7HRT0MEUN21LQR51RKW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/DM/KVJ7HRT0MEUN21LQR51RKW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8b7ab1563a7a037b45606533afd722640e04f95 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/DM/KVJ7HRT0MEUN21LQR51RKW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/G8/4ITDOBOJT9W637C8PRA7T3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/G8/4ITDOBOJT9W637C8PRA7T3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..50649cfdde5bbbac4bb97ef3fbd79c184c2c0bca Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/G8/4ITDOBOJT9W637C8PRA7T3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/IA/DZVTEYWNVJX2COZXSLYWRY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/IA/DZVTEYWNVJX2COZXSLYWRY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5d90249a366ad01b5c304a60d5237e87b1f97362 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/IA/DZVTEYWNVJX2COZXSLYWRY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/J6/VBWX8Y4WXUNRT1E1Q8SPND.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/J6/VBWX8Y4WXUNRT1E1Q8SPND.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2456a2f11953653569aa030834642f7ec0f519e4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/J6/VBWX8Y4WXUNRT1E1Q8SPND.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/J8/IB7SD4JSEQ29ZYZ2S8VISG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/J8/IB7SD4JSEQ29ZYZ2S8VISG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7e314c202098b803b3b672b45a1852a9fc114154 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/J8/IB7SD4JSEQ29ZYZ2S8VISG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/LN/9171DA809D6JFH81S8T36W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/LN/9171DA809D6JFH81S8T36W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..01209fd87f376c507dbcdaa1598e36e2d4801ee1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/LN/9171DA809D6JFH81S8T36W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/M5/LLDCWS477Z8YECG24TMF87.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/M5/LLDCWS477Z8YECG24TMF87.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e05f85284122673b58ddfa5499790f59a983262c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/M5/LLDCWS477Z8YECG24TMF87.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/NM/Q9CMJM4ZUL48UDNV1WER29.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/NM/Q9CMJM4ZUL48UDNV1WER29.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a72715c0ff23920688fe9faa60b400897a947be5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/NM/Q9CMJM4ZUL48UDNV1WER29.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/QS/M72ZK75YJFNRG5VWK5F250.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/QS/M72ZK75YJFNRG5VWK5F250.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd05bb3a779b051af4c98553836497c8cc46da17 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/QS/M72ZK75YJFNRG5VWK5F250.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/RE/RFRN2B7RT6XCTP75CNM5ES.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/RE/RFRN2B7RT6XCTP75CNM5ES.uasset new file mode 100644 index 0000000000000000000000000000000000000000..99d18066e4e8ad28d221653d183491c8c3d13671 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/RE/RFRN2B7RT6XCTP75CNM5ES.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/T8/6CJ41JTVEO1O92VIDTLFA0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/T8/6CJ41JTVEO1O92VIDTLFA0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9b86200157df0b9d7c45c22a77a5157660afd236 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/T8/6CJ41JTVEO1O92VIDTLFA0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VT/KALFCTIVQ0P6SHSRIMANJM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VT/KALFCTIVQ0P6SHSRIMANJM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e30e6ce5792494d8b88d5d81992aef8f62b89ca9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VT/KALFCTIVQ0P6SHSRIMANJM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VX/523JSOLILANR6YCBRP5ORR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VX/523JSOLILANR6YCBRP5ORR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..42e6b63d94dea8cfa10b2546ab86910523797b0c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VX/523JSOLILANR6YCBRP5ORR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VZ/E777LUOPMFYYS1YZA5V5E4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VZ/E777LUOPMFYYS1YZA5V5E4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e60fe2daa2f40f44c3b7f3f5a24c60a269bf0e36 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/VZ/E777LUOPMFYYS1YZA5V5E4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/W5/6W821HPJNKC7QC8HBTGYT2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/W5/6W821HPJNKC7QC8HBTGYT2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..31d0fcb333ef8b49e1b8c826e556941b264854c7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/W5/6W821HPJNKC7QC8HBTGYT2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/WB/67RBP965S6YLVCR8YXE8YK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/WB/67RBP965S6YLVCR8YXE8YK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d8a55a83209f548008db35d404020e4aadeb972a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/WB/67RBP965S6YLVCR8YXE8YK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/WN/7R4FR2XUKWBK93CRGTZMZO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/WN/7R4FR2XUKWBK93CRGTZMZO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..21cbf67b094d1b27e0860e4d6c4adca43ca388f6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/WN/7R4FR2XUKWBK93CRGTZMZO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XD/2M3QYQFIU01QBGCZ125O91.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XD/2M3QYQFIU01QBGCZ125O91.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7993f20bb82886a8009c8044b54cfa1e2d831f46 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XD/2M3QYQFIU01QBGCZ125O91.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XE/Z7ABK8UYCN80VK29FTP9Z2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XE/Z7ABK8UYCN80VK29FTP9Z2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a259761579ecba3be8091db8be16871adaf405c9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XE/Z7ABK8UYCN80VK29FTP9Z2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XS/S9RZGR2UYROJ95VKZSQMT3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XS/S9RZGR2UYROJ95VKZSQMT3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f8e49ecf0e078462ca5ca862ee8319dfd3acbc8c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/XS/S9RZGR2UYROJ95VKZSQMT3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/Y8/QTC5ZKIBG44BO2Q73JK4WG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/Y8/QTC5ZKIBG44BO2Q73JK4WG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..597856f4398f12ed47f4dee9853ee581e26cd5ae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/Y8/QTC5ZKIBG44BO2Q73JK4WG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/YC/PZNE8P1WT7W6NWWDEK0BA9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/YC/PZNE8P1WT7W6NWWDEK0BA9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..07ea6be4cb5ef7d190931bbe06bc074a06723b1e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/YC/PZNE8P1WT7W6NWWDEK0BA9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/YK/P9I916PQXXVRQ39B76VM6L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/YK/P9I916PQXXVRQ39B76VM6L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bbe1c76307fa230c895074116c49ca9735e85b60 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/YK/P9I916PQXXVRQ39B76VM6L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/ZZ/IJYPTGBQZKW6DTDJCMSUGU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/ZZ/IJYPTGBQZKW6DTDJCMSUGU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..019decd11a9d53f811d39e928479b8917a20bde9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/0/ZZ/IJYPTGBQZKW6DTDJCMSUGU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/08/ATWD3U0HB1UZXDF33PBLNN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/08/ATWD3U0HB1UZXDF33PBLNN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..05b571a902dedc2454d3b0708077bcf0d9de7dda Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/08/ATWD3U0HB1UZXDF33PBLNN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/2Q/ZLMX80AJ8HA9S362ADQF7O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/2Q/ZLMX80AJ8HA9S362ADQF7O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a0b92290ed128c880a070993cb3eed7cfd648c64 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/2Q/ZLMX80AJ8HA9S362ADQF7O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/39/XBE69G0VOUGZO4K5Y65KVV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/39/XBE69G0VOUGZO4K5Y65KVV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..384cc1d38244bfb267fae25b61eb471f3e0ed9fb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/39/XBE69G0VOUGZO4K5Y65KVV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/45/LXECUUP0KG4NQ6EZ2FYAZ1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/45/LXECUUP0KG4NQ6EZ2FYAZ1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c1bf36f17e9806b8274f67a520ac3fc3cef0edc7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/45/LXECUUP0KG4NQ6EZ2FYAZ1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/4W/68240P486A0CSR9R7VBZL3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/4W/68240P486A0CSR9R7VBZL3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..995916b4793f3772f13819a94fb4515615ac719d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/4W/68240P486A0CSR9R7VBZL3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/4W/UC9P1WT6I8SD5M7BPSIQIX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/4W/UC9P1WT6I8SD5M7BPSIQIX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..50c462e9e5ce650b45d0ed60d74ad2d52eee4817 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/4W/UC9P1WT6I8SD5M7BPSIQIX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/6Z/B1SNV10WVCE7MRWA4WJ0LH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/6Z/B1SNV10WVCE7MRWA4WJ0LH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..635c071229fe1759c0e11d305b686e59fe557d7b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/6Z/B1SNV10WVCE7MRWA4WJ0LH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/7Y/Q5XTV53K5XVAKUL0RUHTBJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/7Y/Q5XTV53K5XVAKUL0RUHTBJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..925f53eba28a847195cf088a6e4fcdf118a509ae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/7Y/Q5XTV53K5XVAKUL0RUHTBJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/A5/EBZP7CEU1213T9RD4TSLGQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/A5/EBZP7CEU1213T9RD4TSLGQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6da45a29e3bd86a1b9ebfe983be1bc02f279aea8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/A5/EBZP7CEU1213T9RD4TSLGQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/AB/WCI5D8EIARMQWHKBW26HD6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/AB/WCI5D8EIARMQWHKBW26HD6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ffba129b9c8efaf971b181b8bad042cac7e48af0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/AB/WCI5D8EIARMQWHKBW26HD6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/AG/VN7MAW8H19OF1QMNEVY2LL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/AG/VN7MAW8H19OF1QMNEVY2LL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f95464dde3799f954197d9c7e5890971989713f9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/AG/VN7MAW8H19OF1QMNEVY2LL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/B5/RR33LKHZ8NIFEONFVZ3X9X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/B5/RR33LKHZ8NIFEONFVZ3X9X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0e8a1981c452f11127c5005d75894493e7d1d90e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/B5/RR33LKHZ8NIFEONFVZ3X9X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/B8/HIXSGAVSIS7HC93XXYS5XQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/B8/HIXSGAVSIS7HC93XXYS5XQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f4ba0ac0f1a0e6faed376e72e768d7fce29c2c71 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/B8/HIXSGAVSIS7HC93XXYS5XQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BJ/DA50GW5PH8SCJBLT846VJZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BJ/DA50GW5PH8SCJBLT846VJZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3ebd812588cb0d9eb6f7b565f4afae407357c06c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BJ/DA50GW5PH8SCJBLT846VJZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BJ/IH13T927P27KD9467J2T8V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BJ/IH13T927P27KD9467J2T8V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a4c2a4a13df6b4e4554d5fdd674938789b144bf8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BJ/IH13T927P27KD9467J2T8V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BP/8TIVILU9WLIKRR0C8257Q8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BP/8TIVILU9WLIKRR0C8257Q8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4772530a5843b48a28af535c46482acd47e60248 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BP/8TIVILU9WLIKRR0C8257Q8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BW/WZK78WCP80RU6J236QDBDZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BW/WZK78WCP80RU6J236QDBDZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..946a63dc5a139cea6f04e5e12d3253173185544e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/BW/WZK78WCP80RU6J236QDBDZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/C0/15A8FZBQZ1XZYKFHMM4GYQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/C0/15A8FZBQZ1XZYKFHMM4GYQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd8507f5641d951e762b9c16b2a8bad89eae6984 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/C0/15A8FZBQZ1XZYKFHMM4GYQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/C2/DA1SOT8DD2RQ56NLGD380C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/C2/DA1SOT8DD2RQ56NLGD380C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1766570a3e597648f40faca6ff02f0052a42ede2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/C2/DA1SOT8DD2RQ56NLGD380C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/D1/NUDXPR1BL5DIL30S4G68M6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/D1/NUDXPR1BL5DIL30S4G68M6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9e394c4733a339f1735813183527ff1bed8c2b73 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/D1/NUDXPR1BL5DIL30S4G68M6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/DM/OQXBF0QPTCUG19UHNMAVS3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/DM/OQXBF0QPTCUG19UHNMAVS3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5fe6631c24d326d337331f5a1f25a3ca5c7285f7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/DM/OQXBF0QPTCUG19UHNMAVS3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/EU/046ABY1A411W2XE9U71V92.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/EU/046ABY1A411W2XE9U71V92.uasset new file mode 100644 index 0000000000000000000000000000000000000000..df8a6e85c86486233c6bb4cebe05eae199916c37 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/EU/046ABY1A411W2XE9U71V92.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/FB/ZHX72YBHQMLFS5WDT78DM0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/FB/ZHX72YBHQMLFS5WDT78DM0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dac598073bd73f8310dcad35d2c42c8deff9661b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/FB/ZHX72YBHQMLFS5WDT78DM0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/HR/3GFWBXRFBWB1SO0312IUDJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/HR/3GFWBXRFBWB1SO0312IUDJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aebacd13814d26fdefbfa5123f48a5fe6932dc57 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/HR/3GFWBXRFBWB1SO0312IUDJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/IN/31YM7EN3STGPB5ZLWYP2CQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/IN/31YM7EN3STGPB5ZLWYP2CQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b5d041a6a2cfe00a9cd208c948cf73ab9bf6eda0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/IN/31YM7EN3STGPB5ZLWYP2CQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/JD/IF4EF9BTGDI4AVQ8NBUR5B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/JD/IF4EF9BTGDI4AVQ8NBUR5B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9b0b93c72b61e0c5768605721d21aa8dcd8dac4b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/JD/IF4EF9BTGDI4AVQ8NBUR5B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/L1/A8EDPHD8XGX6S6BP3R8Y7O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/L1/A8EDPHD8XGX6S6BP3R8Y7O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1cc6a28b992c38f5e3c46c2330208bcad5fd42f2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/L1/A8EDPHD8XGX6S6BP3R8Y7O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/LF/01YHX73L8ZWLFEZP9PNS3T.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/LF/01YHX73L8ZWLFEZP9PNS3T.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c53397f3b94a8cf82eed1b350abe9bfdf7273e1e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/LF/01YHX73L8ZWLFEZP9PNS3T.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/M0/4347EQ0ZZPHCCMYXFGNJR6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/M0/4347EQ0ZZPHCCMYXFGNJR6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1d94bb82a6fb65c3f0a57d1d5dbc1d00b9ca7450 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/M0/4347EQ0ZZPHCCMYXFGNJR6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/M0/6VWDITU04AGQZPXK1589Y7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/M0/6VWDITU04AGQZPXK1589Y7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9f950de1472c9ed3b681a9eea99994d912d02eb5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/M0/6VWDITU04AGQZPXK1589Y7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/NT/L3FGM7ZDZGBM8M1ZU6X0EW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/NT/L3FGM7ZDZGBM8M1ZU6X0EW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9592f2674c47719f94c80bfc005b8104ce93329b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/NT/L3FGM7ZDZGBM8M1ZU6X0EW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/OQ/NDD84TH6TPZR72F684FTC6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/OQ/NDD84TH6TPZR72F684FTC6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f477a8435e7841bc5bda6302f8a26491f8eee0ad Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/OQ/NDD84TH6TPZR72F684FTC6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/QA/4FO3HCBMCBGW5Z59EB0UY1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/QA/4FO3HCBMCBGW5Z59EB0UY1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3401a608a0d95e279e8c61e15a2ea30f65e8c0d0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/QA/4FO3HCBMCBGW5Z59EB0UY1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/QG/VM1FANUBUZT6E3E45XODZA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/QG/VM1FANUBUZT6E3E45XODZA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eaca7624c42d085aa8543d768dcb06d64e3f9fe2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/QG/VM1FANUBUZT6E3E45XODZA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/R1/ADTKLBG7YEV5KCQ06ZWXSY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/R1/ADTKLBG7YEV5KCQ06ZWXSY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2bd7e577e08f11223aeff8debabf4606f63faaa4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/R1/ADTKLBG7YEV5KCQ06ZWXSY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/RT/1Q4OXQPPQ7FZ5VWK0QE1JI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/RT/1Q4OXQPPQ7FZ5VWK0QE1JI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e32225707eb9c9e35fb045ae3429f12634c14f7c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/RT/1Q4OXQPPQ7FZ5VWK0QE1JI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/S7/FWENKT9LDY0UJOQ9RZU3DS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/S7/FWENKT9LDY0UJOQ9RZU3DS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..34b1faa05b812465ab8b38c5737e881150dda578 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/S7/FWENKT9LDY0UJOQ9RZU3DS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/SD/W56FF0TNOVPYJP5QZFARWX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/SD/W56FF0TNOVPYJP5QZFARWX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..90a126fdb92b726fcefa5b346d80a4fe47c51b67 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/SD/W56FF0TNOVPYJP5QZFARWX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/TO/LGAUZ0PUM8UJW19PT8TVLK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/TO/LGAUZ0PUM8UJW19PT8TVLK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..85a21ae1ce069d88df78454fc76858938e17faaf Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/TO/LGAUZ0PUM8UJW19PT8TVLK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/UM/W82MSWOTT2M5TRRMLGJFRT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/UM/W82MSWOTT2M5TRRMLGJFRT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..670de63e7026c66524ad0bbfc37d57f5a29241d3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/UM/W82MSWOTT2M5TRRMLGJFRT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/UV/76BDFTWWN6AP5YMH1STKKH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/UV/76BDFTWWN6AP5YMH1STKKH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9831a2accd49656c19dfe61825385389889d1158 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/UV/76BDFTWWN6AP5YMH1STKKH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/VO/2KIU0YJ4CF1XEHUCT5Y9BU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/VO/2KIU0YJ4CF1XEHUCT5Y9BU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1fb71903e28f24b7085243ba0a32dbe570f985bd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/VO/2KIU0YJ4CF1XEHUCT5Y9BU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/WT/JHEO9UU36QKEZEONMGMBF6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/WT/JHEO9UU36QKEZEONMGMBF6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e0e8278a82a1fde18384e3e1ce743b1e952c9e88 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/WT/JHEO9UU36QKEZEONMGMBF6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/XT/5X0LV94TOTR015V91SNIAL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/XT/5X0LV94TOTR015V91SNIAL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c81ac5a427b3e0d14bbbe124659d81898e5aed19 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/XT/5X0LV94TOTR015V91SNIAL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/YH/C7L5V6JUSL8XKE9MUUKJ3K.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/YH/C7L5V6JUSL8XKE9MUUKJ3K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..638048757bd0be68acb43062440f295bb95a5493 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/YH/C7L5V6JUSL8XKE9MUUKJ3K.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/YI/CSUPPJLK8JAW1YK0CA3K7L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/YI/CSUPPJLK8JAW1YK0CA3K7L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7d6222af91ecc982089358bd0500e728410c351b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/YI/CSUPPJLK8JAW1YK0CA3K7L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZB/78JRX9ZMAYGIA6VTKQA4MX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZB/78JRX9ZMAYGIA6VTKQA4MX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f53aedba746c975d043adf588df1906e45b5011e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZB/78JRX9ZMAYGIA6VTKQA4MX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/3OCRNB6ZQT1ZU4MKMO8NAY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/3OCRNB6ZQT1ZU4MKMO8NAY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4064bf5cf1b221eddfd7ec27a9eca105d927e658 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/3OCRNB6ZQT1ZU4MKMO8NAY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/GFVLUOASCZ593GGRUN3QWF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/GFVLUOASCZ593GGRUN3QWF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..40c46fed3e46d4636b8e7aaa7f78f3a23622998e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/GFVLUOASCZ593GGRUN3QWF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/MGUM1FUGS8FTCA8ST0FJRW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/MGUM1FUGS8FTCA8ST0FJRW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ee7473415d775eb6819923d11da360f8234aa828 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/1/ZW/MGUM1FUGS8FTCA8ST0FJRW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/1D/GWIMDVRNL98X14DV12BZB1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/1D/GWIMDVRNL98X14DV12BZB1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..42e35a296a5989e4b32824bd51211a8a45828dd2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/1D/GWIMDVRNL98X14DV12BZB1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/46/R9HOTNTPKV25K2TWHUQ6FT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/46/R9HOTNTPKV25K2TWHUQ6FT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5a838f36436dc0671f337d5ac4859bf8c2ffc2e3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/46/R9HOTNTPKV25K2TWHUQ6FT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/4G/4RYTCNN2TD2E0WJHB6X6XU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/4G/4RYTCNN2TD2E0WJHB6X6XU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..95dc98aafdd3fae8f59a20f52b036fc7be63b94e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/4G/4RYTCNN2TD2E0WJHB6X6XU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/7N/PU2C6XXVUWHYPIVNBGY3ER.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/7N/PU2C6XXVUWHYPIVNBGY3ER.uasset new file mode 100644 index 0000000000000000000000000000000000000000..087a5fbba08cbe384b1e7d085c2e5dec20555c2f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/7N/PU2C6XXVUWHYPIVNBGY3ER.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/7P/M2LFJO7WHANRBKZH539BGI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/7P/M2LFJO7WHANRBKZH539BGI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1bb8ab4b6009e2e8c53a07a0b309cd2b9b4958e6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/7P/M2LFJO7WHANRBKZH539BGI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/8B/95PTIWD5TZH5QGYP3HE3DT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/8B/95PTIWD5TZH5QGYP3HE3DT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..87ae85b226c2eced13755a424441c7fcddb5c7d3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/8B/95PTIWD5TZH5QGYP3HE3DT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/8L/AZNPRS30DB8YZS18K8AXFZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/8L/AZNPRS30DB8YZS18K8AXFZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..19f1e47b842ca2e2b752f974c523eedc5337848f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/8L/AZNPRS30DB8YZS18K8AXFZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9D/TOTZD4MUCLVBQAMG9AGNV6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9D/TOTZD4MUCLVBQAMG9AGNV6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..04423d2f59c71d697e38ca1b0410e28e2a6dbd25 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9D/TOTZD4MUCLVBQAMG9AGNV6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9M/BN4FP8FZT1L61KN2B6QU5O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9M/BN4FP8FZT1L61KN2B6QU5O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9148baff36123ec5ba4c93d8c33e053b4694ff41 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9M/BN4FP8FZT1L61KN2B6QU5O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9X/QRJRTJV9DD9VDX4I48GLFW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9X/QRJRTJV9DD9VDX4I48GLFW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4cb4dfecb1611e4f1c41346288db8b543b28ebc4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/9X/QRJRTJV9DD9VDX4I48GLFW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/A4/X8BJDBX563JRS8V1YZ8MQG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/A4/X8BJDBX563JRS8V1YZ8MQG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9d2e3bde1e576238b9daadfae156fafef77c1d3d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/A4/X8BJDBX563JRS8V1YZ8MQG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/BD/D6LFB715J6KX0XR179XJ48.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/BD/D6LFB715J6KX0XR179XJ48.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d9ad9656c5821796317e330336cb73e3ed2ca5c2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/BD/D6LFB715J6KX0XR179XJ48.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/CE/DTDKVU41QBZ0BKVQ1LSV2D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/CE/DTDKVU41QBZ0BKVQ1LSV2D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d896a2b60502f2df8d9a84f9dfb85683950677d7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/CE/DTDKVU41QBZ0BKVQ1LSV2D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/DU/LRU98R9E4FOZLPNX9VQM6J.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/DU/LRU98R9E4FOZLPNX9VQM6J.uasset new file mode 100644 index 0000000000000000000000000000000000000000..88468bb3862f67ef847bd533560eae12b02c4a7f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/DU/LRU98R9E4FOZLPNX9VQM6J.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/E8/TYQJ472J93C6V6GKI4N8BJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/E8/TYQJ472J93C6V6GKI4N8BJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a09fb61a88fde1976b46db31eb6317c34aae4756 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/E8/TYQJ472J93C6V6GKI4N8BJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/FQ/4Y6ALYQQ0M6OU8MSJFR8G1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/FQ/4Y6ALYQQ0M6OU8MSJFR8G1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..acc714007556204213414751417012dbd3d5fbd6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/FQ/4Y6ALYQQ0M6OU8MSJFR8G1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/G6/TXU1Q6FD5MWIV6YUYK8D19.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/G6/TXU1Q6FD5MWIV6YUYK8D19.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0681c32df84cb04234ae3ab3b1dba711921e1883 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/G6/TXU1Q6FD5MWIV6YUYK8D19.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/GT/YIKFU5035V7Y9KCWESZ2BL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/GT/YIKFU5035V7Y9KCWESZ2BL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f2c14ea5e86bdf36d78da0dccf39cb11cfc4c018 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/GT/YIKFU5035V7Y9KCWESZ2BL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/IL/KMC6ANODAB357T0RMRU3BN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/IL/KMC6ANODAB357T0RMRU3BN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f5be0fd3d2c70eb843b4b711b88d2d6a0394141f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/IL/KMC6ANODAB357T0RMRU3BN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/JN/MOCBF4IYJFNIT0VV0NP24O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/JN/MOCBF4IYJFNIT0VV0NP24O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f781a161e2888a95566d910ccf013290995b0038 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/JN/MOCBF4IYJFNIT0VV0NP24O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/LD/9N13PE5XAU2Q96HZSG012S.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/LD/9N13PE5XAU2Q96HZSG012S.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2e83540e7551e7df6834fe1501484639b6174251 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/LD/9N13PE5XAU2Q96HZSG012S.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/MN/JZJXC678BUPU1UK7HWILLM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/MN/JZJXC678BUPU1UK7HWILLM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..99c075162607ae420ea9c52751be80e4284b61b3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/MN/JZJXC678BUPU1UK7HWILLM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/OP/F6DHOTWWPMALI97X8B5GCQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/OP/F6DHOTWWPMALI97X8B5GCQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d8e11d95c256d032ab1b1d519e307842026e2102 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/OP/F6DHOTWWPMALI97X8B5GCQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/PR/DLU14LMSUDC39HSV88HMY5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/PR/DLU14LMSUDC39HSV88HMY5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..99d9319d401f7b19a8b9cebcd48f08d79297ea31 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/PR/DLU14LMSUDC39HSV88HMY5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/T7/69IXLL26FZLM842ILG4PIN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/T7/69IXLL26FZLM842ILG4PIN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..59661f09fa9a6eaddf9ad4cc025368fa0f2337e9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/T7/69IXLL26FZLM842ILG4PIN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/TJ/G6IKU96F3M506LYQRU3CMJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/TJ/G6IKU96F3M506LYQRU3CMJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d70e2ff42a9bde59d39cb79df1d275877d52d355 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/TJ/G6IKU96F3M506LYQRU3CMJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/UY/2KJECYC47O1FYMVJVINZG2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/UY/2KJECYC47O1FYMVJVINZG2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..16c34de4021cfe8f7865ccfe6490fd91e0e14f73 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/UY/2KJECYC47O1FYMVJVINZG2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/VG/TQOJXKDXF1YSRZOED75YPF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/VG/TQOJXKDXF1YSRZOED75YPF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6d049fd7c625f1cdcd4934f819ccb59f2d09c928 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/VG/TQOJXKDXF1YSRZOED75YPF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/XM/5E4NW5PU4SNJYILGVTJL1V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/XM/5E4NW5PU4SNJYILGVTJL1V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d958fc280df2583a7ba274e1c7e8accdee55ff7f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/XM/5E4NW5PU4SNJYILGVTJL1V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/Y3/1KW46D3NAS5ORGS0RE8269.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/Y3/1KW46D3NAS5ORGS0RE8269.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c0b3fe2e74f3b43507e9c0b1e9fe88b8c50e6b3b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/Y3/1KW46D3NAS5ORGS0RE8269.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/YO/73MB0MMEAWYEV2AQO492F0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/YO/73MB0MMEAWYEV2AQO492F0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..34390a2af854c083d1705b000909e76e77230ae6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/YO/73MB0MMEAWYEV2AQO492F0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/YU/C7DKFTE2PG98KD7W1M741P.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/YU/C7DKFTE2PG98KD7W1M741P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c39b1df3514ff136b2351d9802e1e5aba1dbb188 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/YU/C7DKFTE2PG98KD7W1M741P.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/Z8/2XNM22NJ8SDW7AAV731DV9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/Z8/2XNM22NJ8SDW7AAV731DV9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5716696eea01178a67bfdc40bf8f2c9142e02473 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/2/Z8/2XNM22NJ8SDW7AAV731DV9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/1H/PXQ44N764OFCHXI2BHAUJD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/1H/PXQ44N764OFCHXI2BHAUJD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..96bcdfa9b03d512e8782ba87b58fd40057341439 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/1H/PXQ44N764OFCHXI2BHAUJD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/39/2FYT58CT3UBE41GDRFJZDQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/39/2FYT58CT3UBE41GDRFJZDQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..354ca169bc58967b5adf76ce25332d0b70383cf9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/39/2FYT58CT3UBE41GDRFJZDQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/3T/MHMX0VL7EO2CH113P9LRUI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/3T/MHMX0VL7EO2CH113P9LRUI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0eacc54e28cd4895f330e647d9646880628555df Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/3T/MHMX0VL7EO2CH113P9LRUI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/45/HEK0GVNUNFG65XAMW2EABP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/45/HEK0GVNUNFG65XAMW2EABP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..59a8b5a31273f76f1767bb6fe26946328a2450fa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/45/HEK0GVNUNFG65XAMW2EABP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/4H/I8SDE51L1MRRL1B3UHMAXV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/4H/I8SDE51L1MRRL1B3UHMAXV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..77dd61fd48720ec45c315cce1240d3f59a184d56 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/4H/I8SDE51L1MRRL1B3UHMAXV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5A/VCGVDKUM4KKNJOY43XQDWU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5A/VCGVDKUM4KKNJOY43XQDWU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..07783d8dd5772a9557da157a6fe5e72bc2cac23b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5A/VCGVDKUM4KKNJOY43XQDWU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5D/IA4A59BTIFN58YIP0MXGCS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5D/IA4A59BTIFN58YIP0MXGCS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a371fdce549ec2a9309e8d740667f84feaa620f8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5D/IA4A59BTIFN58YIP0MXGCS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5M/51VA5F09P2GPJ2A30B8I4R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5M/51VA5F09P2GPJ2A30B8I4R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8e75abdcb0cb72576710c821c35cdf8756b5a79a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5M/51VA5F09P2GPJ2A30B8I4R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5Z/H0SUCEIC38ZF7MF0JMSINZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5Z/H0SUCEIC38ZF7MF0JMSINZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..713354f09dd5861ac7156e150568da1eb8e8425c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/5Z/H0SUCEIC38ZF7MF0JMSINZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/64/UZZGKGSRL4ZI8KJIDR59O6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/64/UZZGKGSRL4ZI8KJIDR59O6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8b01a5cadc29833a4325175291c6b6ee24493419 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/64/UZZGKGSRL4ZI8KJIDR59O6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/6R/AFCYLS3IC8HULYRTQY0FCR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/6R/AFCYLS3IC8HULYRTQY0FCR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..159324541120f1b90d5a3191e462a7535c02de9b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/6R/AFCYLS3IC8HULYRTQY0FCR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/81/Y4B3TPNZQ7F823UM7WXKSZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/81/Y4B3TPNZQ7F823UM7WXKSZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..26754b0a995f01f70623b2dd3a56c9c385f8f84e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/81/Y4B3TPNZQ7F823UM7WXKSZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/86/Z8RX5DEHA8MCQU9ZJMUERX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/86/Z8RX5DEHA8MCQU9ZJMUERX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd19f361edc33ac2525460ed94a9619257fb1f6d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/86/Z8RX5DEHA8MCQU9ZJMUERX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8J/1AYJLP4N01MQQJN00LG1JD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8J/1AYJLP4N01MQQJN00LG1JD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3610f32b4def470236f083d23ee6dabc6b6f629f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8J/1AYJLP4N01MQQJN00LG1JD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8K/AGWGDND13B06VL9ORSKR83.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8K/AGWGDND13B06VL9ORSKR83.uasset new file mode 100644 index 0000000000000000000000000000000000000000..debaec63e1be47ca2659d7b4bc2f06cd340ee59c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8K/AGWGDND13B06VL9ORSKR83.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8R/SRF0GAHJP26IHPVRIQ2H6L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8R/SRF0GAHJP26IHPVRIQ2H6L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..58a02d00271ffe221ac82b060e01046d6025dcea Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8R/SRF0GAHJP26IHPVRIQ2H6L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8X/ZUSEDUS6IIUXG9ZFF1SQKD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8X/ZUSEDUS6IIUXG9ZFF1SQKD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3ec71e6e5e2856ecd4eaa21c03b686b631ed29fc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/8X/ZUSEDUS6IIUXG9ZFF1SQKD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/9Z/IVVNO9W3V788GRZEV2RJPJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/9Z/IVVNO9W3V788GRZEV2RJPJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..97793e26467f2e7d1c83484e17bfaa2e8b1cbc1e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/9Z/IVVNO9W3V788GRZEV2RJPJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/AP/FLPSZSMF09BT1ZMSO25AM2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/AP/FLPSZSMF09BT1ZMSO25AM2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..53580236cb88a3fcc462afd8a1add71a7650adf5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/AP/FLPSZSMF09BT1ZMSO25AM2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/BI/S9OST1MU0UDK9OQAMSQFKV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/BI/S9OST1MU0UDK9OQAMSQFKV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c6cb4119551f86f1f0605c1c7423c5a6b808fa52 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/BI/S9OST1MU0UDK9OQAMSQFKV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/BW/VYH40XCMC8RN9DMSBZW0LB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/BW/VYH40XCMC8RN9DMSBZW0LB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..63e7c3a2c607b69cc8488cfc877462576c7d432f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/BW/VYH40XCMC8RN9DMSBZW0LB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/CQ/DYLOWIVMLHU73P9H41S489.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/CQ/DYLOWIVMLHU73P9H41S489.uasset new file mode 100644 index 0000000000000000000000000000000000000000..64cbee0aee061439732255ea887927e6aecc7205 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/CQ/DYLOWIVMLHU73P9H41S489.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DA/J1ROMKBFZHI5PJC33K5SHK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DA/J1ROMKBFZHI5PJC33K5SHK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b29455dd79d9918d56f9546f83fe9d98261d1996 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DA/J1ROMKBFZHI5PJC33K5SHK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DF/P0ELWI4JVG9WSX4IB2O1DQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DF/P0ELWI4JVG9WSX4IB2O1DQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c06468f6ea5bdab53aa50ab0570ad94d0ef69078 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DF/P0ELWI4JVG9WSX4IB2O1DQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DT/ANAM4KC73KGZDZ63Y1KB8U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DT/ANAM4KC73KGZDZ63Y1KB8U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..637d8f3319e17369ba7598a8f888ced1e543261a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/DT/ANAM4KC73KGZDZ63Y1KB8U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/EY/ANHHPZ7MNNS2NHWGOS7GEV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/EY/ANHHPZ7MNNS2NHWGOS7GEV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3fd0f98eb7ba94297c6cd6b87e29e3ea74d76554 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/EY/ANHHPZ7MNNS2NHWGOS7GEV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/FC/F3T1O2IBVV5DIGWVNOVX6F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/FC/F3T1O2IBVV5DIGWVNOVX6F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..09ddeee676dbb6c6e45735ca4f10da1f56ff152e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/FC/F3T1O2IBVV5DIGWVNOVX6F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/I1/DENUS32UDBTZNQ7MU5SQ2S.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/I1/DENUS32UDBTZNQ7MU5SQ2S.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3300f69a36e702da6bdfae70d344f17906bd9c59 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/I1/DENUS32UDBTZNQ7MU5SQ2S.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/IM/WU3CDUTAREVPABJILX2ZCH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/IM/WU3CDUTAREVPABJILX2ZCH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..996b0907f5973e4c64b15c15599d4dd1f3702c84 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/IM/WU3CDUTAREVPABJILX2ZCH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/IO/0JP87XHE1WY1Z9P9RV78E9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/IO/0JP87XHE1WY1Z9P9RV78E9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b7d48d2af913363af18c265bee9a5497d5ee98c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/IO/0JP87XHE1WY1Z9P9RV78E9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/JM/3VE3W3EEVMDYNEKE66XSG8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/JM/3VE3W3EEVMDYNEKE66XSG8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..32a4189e76a4035c1e9ca0c28536ffe026127f03 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/JM/3VE3W3EEVMDYNEKE66XSG8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/KG/G64JLIWSMW24VI3BJFJKL1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/KG/G64JLIWSMW24VI3BJFJKL1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f1f9e1e8531827656d6c8331ddf6c3ffdb0a8511 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/KG/G64JLIWSMW24VI3BJFJKL1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/KN/BJSR0VF0UKGXU9BVRA099P.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/KN/BJSR0VF0UKGXU9BVRA099P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..02d4810bdf7977305d5d8c19729e359d1432f865 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/KN/BJSR0VF0UKGXU9BVRA099P.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/LW/EQPBECHS4N630MHACRJK18.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/LW/EQPBECHS4N630MHACRJK18.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3e08a5a2071366346d6582774243fb46db122d9c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/LW/EQPBECHS4N630MHACRJK18.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/MZ/RH7NXHBYUTOV3ZK7CAQDQH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/MZ/RH7NXHBYUTOV3ZK7CAQDQH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8ef00f3569079f0621429718dea062cec55a991e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/MZ/RH7NXHBYUTOV3ZK7CAQDQH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R2/YMSW2CJR0OWLBKKK73DIT8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R2/YMSW2CJR0OWLBKKK73DIT8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dd28b0f2fd8ce02055aebeea86eeaf377b9a037b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R2/YMSW2CJR0OWLBKKK73DIT8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R3/ZF8IETN6XUA6GVPC1D5JL4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R3/ZF8IETN6XUA6GVPC1D5JL4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9b95b5dc2c21da0d35915a87aea94fed327ce496 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R3/ZF8IETN6XUA6GVPC1D5JL4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R6/ATERD8LNOV18ZOOPOOJBGU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R6/ATERD8LNOV18ZOOPOOJBGU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0d5abc3caf2f55763255e4a39c02ac474f574cf1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R6/ATERD8LNOV18ZOOPOOJBGU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R7/L3NV9CDS3SGMNWVJORXKKV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R7/L3NV9CDS3SGMNWVJORXKKV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5e15936d16fa9e6e8c9c42f99eddb1dc05d7577c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/R7/L3NV9CDS3SGMNWVJORXKKV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SA/3HO4PY0NC3UOVU1FR4CTLN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SA/3HO4PY0NC3UOVU1FR4CTLN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..43c716c6b6f4d74b0ad1de97bfd4ce7b949d4cb5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SA/3HO4PY0NC3UOVU1FR4CTLN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SA/8LSNB8P5EVLBPRHIABJ0ZD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SA/8LSNB8P5EVLBPRHIABJ0ZD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2d3660ff6834459414d73f0198fc92879119280e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SA/8LSNB8P5EVLBPRHIABJ0ZD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SN/DJMLAG2TF3ZH0CCZ2NF2U2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SN/DJMLAG2TF3ZH0CCZ2NF2U2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d4b536dc97bee1a92f25457bbd3f9bb30c376904 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/SN/DJMLAG2TF3ZH0CCZ2NF2U2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/U8/XV2F2M8HVK54QY00G0IKVB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/U8/XV2F2M8HVK54QY00G0IKVB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1ef46d34c7137dd5330728d7019eed51ac663d48 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/U8/XV2F2M8HVK54QY00G0IKVB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/UJ/7QFWCP1KPW0TPLCAO2RQKA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/UJ/7QFWCP1KPW0TPLCAO2RQKA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f1200d288763bf166e9801478545d25b84e3b7ec Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/UJ/7QFWCP1KPW0TPLCAO2RQKA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/UW/U6INHTMC6XKA0RVM33FZT1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/UW/U6INHTMC6XKA0RVM33FZT1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c30fab96c4bde6ef42dcb25d81e3931da52e2bd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/UW/U6INHTMC6XKA0RVM33FZT1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/X4/5V3XT8NCAJ96U1XIPQ2RLC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/X4/5V3XT8NCAJ96U1XIPQ2RLC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3e60bfbd0a1c68f011c1f21d200948c812038f14 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/X4/5V3XT8NCAJ96U1XIPQ2RLC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YP/XCWVJGDZZ2GU4ZQIZD8CKV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YP/XCWVJGDZZ2GU4ZQIZD8CKV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c1b46b4c8281b00b70f575ea96d84107611f24b6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YP/XCWVJGDZZ2GU4ZQIZD8CKV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YT/FGWFGO18GOMP7NNFSXE9XN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YT/FGWFGO18GOMP7NNFSXE9XN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f8d322a61184a693d500304e22cf5eeb684cd602 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YT/FGWFGO18GOMP7NNFSXE9XN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YT/Y6KXTB8BUJVYHRJ7GDYH8O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YT/Y6KXTB8BUJVYHRJ7GDYH8O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ebe491ddec541e2d9ce4a541e1901b5b9f4beb65 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/3/YT/Y6KXTB8BUJVYHRJ7GDYH8O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/22/AEJQ5XH8MCURD4BRF0V520.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/22/AEJQ5XH8MCURD4BRF0V520.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ea2aff0bebeffd19810b6b3cc31ba07ab90f2da5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/22/AEJQ5XH8MCURD4BRF0V520.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/3J/73BSWVRE49ZM40A61TX28Y.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/3J/73BSWVRE49ZM40A61TX28Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d0f3adea61456ca978d709fde6c1504d74600540 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/3J/73BSWVRE49ZM40A61TX28Y.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/3N/GBQDZUG4OXTTE058KGNIHH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/3N/GBQDZUG4OXTTE058KGNIHH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..75013a012e1bc7d6898b8e8c94c777c4504d9210 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/3N/GBQDZUG4OXTTE058KGNIHH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/5D/VQNCNUENMK11WZYROQGBER.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/5D/VQNCNUENMK11WZYROQGBER.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ffffb379c41f8e01169355461d6b5a6c28d221e1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/5D/VQNCNUENMK11WZYROQGBER.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/71/O5ABD2LVLNK6R6V03IYBQW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/71/O5ABD2LVLNK6R6V03IYBQW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4565c37430944243871e957a228592d80dc73d54 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/71/O5ABD2LVLNK6R6V03IYBQW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/7M/KEVAS0PO8VL79WGBIQBGP8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/7M/KEVAS0PO8VL79WGBIQBGP8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8f8f036098975b317d0190c5b80893bb3c7d5339 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/7M/KEVAS0PO8VL79WGBIQBGP8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9A/ACENCISIR4VZKKNZVOWVTH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9A/ACENCISIR4VZKKNZVOWVTH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cc9513c89a3558c5fd83a324cab5055744e4689a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9A/ACENCISIR4VZKKNZVOWVTH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9X/3SPBW4FNIBBV9YAJJDOW3G.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9X/3SPBW4FNIBBV9YAJJDOW3G.uasset new file mode 100644 index 0000000000000000000000000000000000000000..98c16340c473021accd6e0d0a676e81f0cc1a42f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9X/3SPBW4FNIBBV9YAJJDOW3G.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9X/X5WGEGJPSQ06PWGT1FGIFX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9X/X5WGEGJPSQ06PWGT1FGIFX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..df6e6a0017fedcbc5e9e5f3608cfa4662cc9fab2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/9X/X5WGEGJPSQ06PWGT1FGIFX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/AD/BVGDW2TI5VXN1U97O4YJ95.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/AD/BVGDW2TI5VXN1U97O4YJ95.uasset new file mode 100644 index 0000000000000000000000000000000000000000..455fd3a2391555c0fc1a79dc0e292a31b477b2c7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/AD/BVGDW2TI5VXN1U97O4YJ95.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/CE/MXL5EXX1VRDBG0R5R26EX9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/CE/MXL5EXX1VRDBG0R5R26EX9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..399491853c574459b8129c38d4686b6396ac9758 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/CE/MXL5EXX1VRDBG0R5R26EX9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/EN/HQNPO9FRKVHFW5VCG0CR24.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/EN/HQNPO9FRKVHFW5VCG0CR24.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bc28157fc0e67da85294e23b7c69cf6870e49485 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/EN/HQNPO9FRKVHFW5VCG0CR24.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/EO/WG25Q1TUDIG24C3SDZAUGJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/EO/WG25Q1TUDIG24C3SDZAUGJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a4d2d46b150866b8c8d71b11638a07451718d820 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/EO/WG25Q1TUDIG24C3SDZAUGJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/G8/M7KC1HW9FR0ZRDOFJY33TQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/G8/M7KC1HW9FR0ZRDOFJY33TQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8ad4b33e3c4f3b9ce6c0699c00baf15d5d94a0be Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/G8/M7KC1HW9FR0ZRDOFJY33TQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/GJ/JNMXRF0T5LVFYQZ1099AW1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/GJ/JNMXRF0T5LVFYQZ1099AW1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c1f43d81937dd46a900d0890c9be035634a1c85 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/GJ/JNMXRF0T5LVFYQZ1099AW1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/HO/AQ8CN578CVMGQYV1WI0S0O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/HO/AQ8CN578CVMGQYV1WI0S0O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7404f3c81b30ad6a80cffae05e29627359363e42 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/HO/AQ8CN578CVMGQYV1WI0S0O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/J8/1RRSPFNEP76JWOXJZREEQ5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/J8/1RRSPFNEP76JWOXJZREEQ5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3a1a7daf05014c47aa776853bfc538329169a5a2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/J8/1RRSPFNEP76JWOXJZREEQ5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/KZ/9O7E4OTIET7WUA3LSKQBQ5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/KZ/9O7E4OTIET7WUA3LSKQBQ5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..141dd5ece93ebfe702a39a79973b2d825245823c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/KZ/9O7E4OTIET7WUA3LSKQBQ5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/L8/IB633T95NOCCT6XMBLQGKK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/L8/IB633T95NOCCT6XMBLQGKK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7d9b7e6cbc51d188b7405173a854d2d60ac1381b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/L8/IB633T95NOCCT6XMBLQGKK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/LH/NR0C1ESDST5865ZFEVEZMZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/LH/NR0C1ESDST5865ZFEVEZMZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..530d82bef6ad11bee8071c32bf1ac475def50a66 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/LH/NR0C1ESDST5865ZFEVEZMZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/LN/JRJWX4WWPVPO9C5759J9TY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/LN/JRJWX4WWPVPO9C5759J9TY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2ebe17dc45766180d6ffcf5048e8785127afdcc1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/LN/JRJWX4WWPVPO9C5759J9TY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/OV/XEFQZD55C3UA0FEGJ3EBVI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/OV/XEFQZD55C3UA0FEGJ3EBVI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..93e0cae46e942243154594549c642f5d03491c71 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/OV/XEFQZD55C3UA0FEGJ3EBVI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/PG/V6CRBEB441W5N7EKWTI4ZN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/PG/V6CRBEB441W5N7EKWTI4ZN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..21dab414a76445f30ec4c19fa4d8ef8d3e47934c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/PG/V6CRBEB441W5N7EKWTI4ZN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/PQ/T54JXNPPFB8RQYBE87SJ3Y.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/PQ/T54JXNPPFB8RQYBE87SJ3Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..25c77b4f0d4bae74da43c52aa1798c1c86adb968 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/PQ/T54JXNPPFB8RQYBE87SJ3Y.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/Q8/WJNWUXZS6FO11J8NV6FD9B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/Q8/WJNWUXZS6FO11J8NV6FD9B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f0d7ad60d25452fa83ad96d0661a5bfcfe91b5b6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/Q8/WJNWUXZS6FO11J8NV6FD9B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/SX/I25RCTIERW1GRX1Z368F8R.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/SX/I25RCTIERW1GRX1Z368F8R.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b943cf329e3eaeb6286655d41b6cc4043d4819a6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/SX/I25RCTIERW1GRX1Z368F8R.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/UZ/9BT3I1W5EKXA3VQ1U409VD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/UZ/9BT3I1W5EKXA3VQ1U409VD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6a87fe5d86a02d26783fcf8f59b6568551a0eaf2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/UZ/9BT3I1W5EKXA3VQ1U409VD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/WD/T2D7RLY3KUFXYN5YECY2RP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/WD/T2D7RLY3KUFXYN5YECY2RP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f64b83f7e4927906a9598b0141768e4c6fd1e60d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/WD/T2D7RLY3KUFXYN5YECY2RP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/WE/LRX6QQAERHNGI0J5FJV0IG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/WE/LRX6QQAERHNGI0J5FJV0IG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0244d12f2a8365f1b374e9907f6c08b8a89f2535 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/WE/LRX6QQAERHNGI0J5FJV0IG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/YU/HZ3H5BIO6EWOA8KL7XV42L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/YU/HZ3H5BIO6EWOA8KL7XV42L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..865bed72d518e5b46c041a897be0cc0899f6cd87 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/YU/HZ3H5BIO6EWOA8KL7XV42L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/ZW/3TSHQT95LBTBZA1112FTEJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/ZW/3TSHQT95LBTBZA1112FTEJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1cd95bdb5ec5e3deba2d1a255cd8cfe484a675fd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/4/ZW/3TSHQT95LBTBZA1112FTEJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/0K/PZVNOIBC725NTIJJI78XDQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/0K/PZVNOIBC725NTIJJI78XDQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b5c95ea755a4e6d5a9004fc37458e16ecc937180 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/0K/PZVNOIBC725NTIJJI78XDQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/0U/A88RCERROQ2OB5DIIMUADT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/0U/A88RCERROQ2OB5DIIMUADT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2dcb9bb515469b0754578e8d0c32b5285573da52 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/0U/A88RCERROQ2OB5DIIMUADT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/1S/W6YU78WV7LY0BFI8XB0RO3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/1S/W6YU78WV7LY0BFI8XB0RO3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c965642995fafc1f63ac5c766e5813b5f52429d3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/1S/W6YU78WV7LY0BFI8XB0RO3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/1Y/KY3LH2O8KKFF88JWON3ZYB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/1Y/KY3LH2O8KKFF88JWON3ZYB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1b1095cae846e9ede3c9cddbcb2aac6b273799ae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/1Y/KY3LH2O8KKFF88JWON3ZYB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/2P/KPF6TUW6XWY740G0MO6YJL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/2P/KPF6TUW6XWY740G0MO6YJL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d4919a740323043030a41172bc7c937f95e5ee04 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/2P/KPF6TUW6XWY740G0MO6YJL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/3K/VAYKW0X6DOXJ8WPBIUE7DP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/3K/VAYKW0X6DOXJ8WPBIUE7DP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e67fe3f377bb8d7f20144715c0d9faa49b2335e1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/3K/VAYKW0X6DOXJ8WPBIUE7DP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/3Z/KOTLNIJXDUHRJBK9TRNX6U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/3Z/KOTLNIJXDUHRJBK9TRNX6U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6eea89fd188b2524eb93ea96947b62cb3fe886e9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/3Z/KOTLNIJXDUHRJBK9TRNX6U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/49/GV28WK9OM1PO4UKF9D4HYK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/49/GV28WK9OM1PO4UKF9D4HYK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e896d98514ae2949445d935fc3727df9bf901fed Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/49/GV28WK9OM1PO4UKF9D4HYK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/6N/77R0XW6Y2NHDU5YEYGSL21.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/6N/77R0XW6Y2NHDU5YEYGSL21.uasset new file mode 100644 index 0000000000000000000000000000000000000000..554b6820b1ed338d833fa88050f959aefb66931d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/6N/77R0XW6Y2NHDU5YEYGSL21.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7M/DR4RHG4OFXJO0OTNX2TEA7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7M/DR4RHG4OFXJO0OTNX2TEA7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..276e70bb41a3534da917e802eba1edaeeab96cf6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7M/DR4RHG4OFXJO0OTNX2TEA7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7N/SIZJC78GACWM7QKCKGWXK5.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7N/SIZJC78GACWM7QKCKGWXK5.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3b8fd885315c9fa13ea8a750f6fd863ec7bfa6bb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7N/SIZJC78GACWM7QKCKGWXK5.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7X/Q0TMGI8N60A7OW9WQ6GS3P.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7X/Q0TMGI8N60A7OW9WQ6GS3P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..83310cf869f0e63256fe49a223be2f1be4e495ff Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/7X/Q0TMGI8N60A7OW9WQ6GS3P.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/AF/70QQLZFIVGNR6US625D6N4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/AF/70QQLZFIVGNR6US625D6N4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7db09ecf85f972e1ee575ee9724fbc20d18aa141 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/AF/70QQLZFIVGNR6US625D6N4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/AO/B917YDYX0KO1SY3ENQBTZU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/AO/B917YDYX0KO1SY3ENQBTZU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0e8fbe7a1ccde4a92be870b65fc4009bbbf43299 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/AO/B917YDYX0KO1SY3ENQBTZU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/C7/ZY8WO9QOSWR78S5PYZED4Q.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/C7/ZY8WO9QOSWR78S5PYZED4Q.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ab3169c7c00bbd0fd8250df996e028146af009cb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/C7/ZY8WO9QOSWR78S5PYZED4Q.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/D8/VJJH860PKCJN0A6QS6KJXM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/D8/VJJH860PKCJN0A6QS6KJXM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9de39872a9d26420278b2e1d7f3e7046392372e9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/D8/VJJH860PKCJN0A6QS6KJXM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DM/JH7LJMTEUSVMSN99R93C13.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DM/JH7LJMTEUSVMSN99R93C13.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fe2d1fab5c5ed7fb45470a48d9dc240e0ee3ca70 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DM/JH7LJMTEUSVMSN99R93C13.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DN/O6RU5SO9XNFO69N76VWP15.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DN/O6RU5SO9XNFO69N76VWP15.uasset new file mode 100644 index 0000000000000000000000000000000000000000..069e9bf26a37e646d34904df20406ae19e753bfd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DN/O6RU5SO9XNFO69N76VWP15.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DN/TGEAGCJ92523SSPUHU5Y9P.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DN/TGEAGCJ92523SSPUHU5Y9P.uasset new file mode 100644 index 0000000000000000000000000000000000000000..825e52c6b3039b0bf1b408177b8545b78b84fa6f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/DN/TGEAGCJ92523SSPUHU5Y9P.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/EH/WCVYHBRBVZ3ZKJYT14UJP1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/EH/WCVYHBRBVZ3ZKJYT14UJP1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ec4745653bb5601ae8b64853af9efc2f3543bde3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/EH/WCVYHBRBVZ3ZKJYT14UJP1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/EV/0IE4THELQXASMUWDRSVT51.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/EV/0IE4THELQXASMUWDRSVT51.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d6d0c027f1c0ed73f2b3fdc32d764d44a30a9153 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/EV/0IE4THELQXASMUWDRSVT51.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/FX/OHJ2AIJB7ZVKY326BJC3W1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/FX/OHJ2AIJB7ZVKY326BJC3W1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ec05b460dea2d32b67201b628dce54c7d966d3a9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/FX/OHJ2AIJB7ZVKY326BJC3W1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/H8/S68T92M66N1DNX535DUUCV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/H8/S68T92M66N1DNX535DUUCV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9e3ca1076bdce56f2b69d8af5d39aeb333dc4908 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/H8/S68T92M66N1DNX535DUUCV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/HD/AUFYL2P8S08O6NAWUUYTAJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/HD/AUFYL2P8S08O6NAWUUYTAJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1065c992b04a5f05a036dc032feb23f6f6dbb2e3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/HD/AUFYL2P8S08O6NAWUUYTAJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/KA/9PE6YP5SP3Q5H0MOBEABNS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/KA/9PE6YP5SP3Q5H0MOBEABNS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b54542589b16aa805432ab9a8a387f65fef33cd1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/KA/9PE6YP5SP3Q5H0MOBEABNS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/MT/IMJJ0RSQR3GEK0BX6IBZX9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/MT/IMJJ0RSQR3GEK0BX6IBZX9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4910c6ef619473033cf73bcb687d8226f85b0013 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/MT/IMJJ0RSQR3GEK0BX6IBZX9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/NR/0AK43QT157WVD05F8MVWMU.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/NR/0AK43QT157WVD05F8MVWMU.uasset new file mode 100644 index 0000000000000000000000000000000000000000..389ffbe53e351a20c4b6b7bbb2be628b3b813395 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/NR/0AK43QT157WVD05F8MVWMU.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/OR/8LEDAPVDYOFUTWUXJFKP8Q.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/OR/8LEDAPVDYOFUTWUXJFKP8Q.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aa64ee7679a2f9968f7cb2eb96f897790742bb95 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/OR/8LEDAPVDYOFUTWUXJFKP8Q.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/PK/36JRU3W4J1TS4Z8VF21ETG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/PK/36JRU3W4J1TS4Z8VF21ETG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..672c15d2d3cd86327e3d42f5bd452a8d5ba9bdf5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/PK/36JRU3W4J1TS4Z8VF21ETG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/R7/NIX0HQO7599Z7Q5ATLYCYX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/R7/NIX0HQO7599Z7Q5ATLYCYX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1e3c6cd3d1e3688d59dcbeecfeb56a244ea8716c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/R7/NIX0HQO7599Z7Q5ATLYCYX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/U2/RYZA5YM35P0PR7PK6OQDOD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/U2/RYZA5YM35P0PR7PK6OQDOD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e5f1267ad451e13077342843446e43face82880c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/U2/RYZA5YM35P0PR7PK6OQDOD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/UR/2IBIO1MQ2H1WY93Y1NGO2Y.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/UR/2IBIO1MQ2H1WY93Y1NGO2Y.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b68d8e0040326f610aa44ba8163a597f552f9fd1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/UR/2IBIO1MQ2H1WY93Y1NGO2Y.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WM/TUBLPVID32FOCOXG7UCAOM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WM/TUBLPVID32FOCOXG7UCAOM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a2615bee8d246ccb5dede8198e3e3d14f0fb1241 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WM/TUBLPVID32FOCOXG7UCAOM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WM/WOBSBJZ9XE37G1F670TIZY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WM/WOBSBJZ9XE37G1F670TIZY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..88c12400acc65cb5e9df4ae8468a858c08a5ed01 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WM/WOBSBJZ9XE37G1F670TIZY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WO/YG0LK1ICJQUVNJSWZG89QZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WO/YG0LK1ICJQUVNJSWZG89QZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..56dc791e0b47b285ac8a1c8c2e14a8996d421058 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/WO/YG0LK1ICJQUVNJSWZG89QZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XF/DDIYVCSBFWK53MHDFK06PZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XF/DDIYVCSBFWK53MHDFK06PZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9fef0b250d804f814bd58ac46792579887eaa96f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XF/DDIYVCSBFWK53MHDFK06PZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XI/7GI7K6E94I56IZMRLA69ZQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XI/7GI7K6E94I56IZMRLA69ZQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..58bd67e86aaafd7d06c556284e863abdbee21656 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XI/7GI7K6E94I56IZMRLA69ZQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XS/87XQ34WKSEF28AVKGZYFTR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XS/87XQ34WKSEF28AVKGZYFTR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..91b4c42d87d861f6476a5c6c99cb1a5d74132a44 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/XS/87XQ34WKSEF28AVKGZYFTR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/Y8/IRRE2PZ26OZU8D3SGWWFXY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/Y8/IRRE2PZ26OZU8D3SGWWFXY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..29bb4550efba299c923690a3a0886adae971b61c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/Y8/IRRE2PZ26OZU8D3SGWWFXY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/Z7/ZMAZDNX2PMGXWCB53CV9NW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/Z7/ZMAZDNX2PMGXWCB53CV9NW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1a631d0e818cda19546ffafe40d6753c3bccf8bd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/Z7/ZMAZDNX2PMGXWCB53CV9NW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZO/V4DLS0MZR1C7UDGK9QO2HL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZO/V4DLS0MZR1C7UDGK9QO2HL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..49e61108fcd8798fe6c0883f84f38fbb1aba2125 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZO/V4DLS0MZR1C7UDGK9QO2HL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZQ/9WB3WTT5ZAU66CKMTLTNVP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZQ/9WB3WTT5ZAU66CKMTLTNVP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c9789b19b1032c7c24f97d34c9453684ea6deae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZQ/9WB3WTT5ZAU66CKMTLTNVP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZT/QVNQLUYJC80RMTBE6W6P1J.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZT/QVNQLUYJC80RMTBE6W6P1J.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7ea9d7f103610a5de0a13a855c06496c1ebc5e83 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/5/ZT/QVNQLUYJC80RMTBE6W6P1J.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/0N/9TO4PIZFDLQOQX17LLN2XI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/0N/9TO4PIZFDLQOQX17LLN2XI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..78f3874670c7843267d498d253110d101ddb6350 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/0N/9TO4PIZFDLQOQX17LLN2XI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/14/YRYFAWPWQLQQ9XM6G13ON2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/14/YRYFAWPWQLQQ9XM6G13ON2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..affe589f535a22a396bff2d4ed4d83400787c22b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/14/YRYFAWPWQLQQ9XM6G13ON2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/15/TD8TH1F534XKNGBE55OZZZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/15/TD8TH1F534XKNGBE55OZZZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fbf129fbe29d80212efa04490ba1f4e236c450b3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/15/TD8TH1F534XKNGBE55OZZZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/3C/NZ4HJDLWQ8LNV3VOECSBQ8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/3C/NZ4HJDLWQ8LNV3VOECSBQ8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c8aef12fdea4515616563687874db98c414b7756 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/3C/NZ4HJDLWQ8LNV3VOECSBQ8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/4Q/GW905B4ZX32HL7J2IO9UG2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/4Q/GW905B4ZX32HL7J2IO9UG2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ce48892a8218c0ec9d6b3def8e83bcbe73084da8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/4Q/GW905B4ZX32HL7J2IO9UG2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/6B/FV5UDK0HMIIV7AG77P880N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/6B/FV5UDK0HMIIV7AG77P880N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9f5ec3f6cf5f672e5755941ffc06c30b78460788 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/6B/FV5UDK0HMIIV7AG77P880N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/7A/MWPX62J5G27NTKO9IGSA4B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/7A/MWPX62J5G27NTKO9IGSA4B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e67bb634a47dc430ad26dec5efd0564bb1f8552f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/7A/MWPX62J5G27NTKO9IGSA4B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/7H/LONQ0XNT3R5D6FKBGJIYN9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/7H/LONQ0XNT3R5D6FKBGJIYN9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..71254510ccef08531ebd97196864f753db48a212 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/7H/LONQ0XNT3R5D6FKBGJIYN9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/91/MOR4RC93JS8LZ4PJ5U9OFJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/91/MOR4RC93JS8LZ4PJ5U9OFJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9d3d908230e3094992d296e67a12cf0b894a6682 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/91/MOR4RC93JS8LZ4PJ5U9OFJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/9O/ZHG2OVHWITJLQMEC6P1DW4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/9O/ZHG2OVHWITJLQMEC6P1DW4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4cd1169821b91c31eba67b2a9f1140c30d8e4c29 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/9O/ZHG2OVHWITJLQMEC6P1DW4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/B6/S8XJKVGTV59UI7FJP78FAY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/B6/S8XJKVGTV59UI7FJP78FAY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ae37aad6b8ca25de565c253eac4d885d44b078b2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/B6/S8XJKVGTV59UI7FJP78FAY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/CG/XTD89LCVVP7YJNMSJDG2F6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/CG/XTD89LCVVP7YJNMSJDG2F6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..467da14ca6cd9b25d9f22dd2a45b83efd1010b76 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/CG/XTD89LCVVP7YJNMSJDG2F6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/HB/GRZWIXJFCDUJF6AKKJ6C09.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/HB/GRZWIXJFCDUJF6AKKJ6C09.uasset new file mode 100644 index 0000000000000000000000000000000000000000..332227411b2d68e88152228c2a3abb6cccfdf0e3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/HB/GRZWIXJFCDUJF6AKKJ6C09.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/HX/3XNWPUQGTHRP93SIF5FCLZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/HX/3XNWPUQGTHRP93SIF5FCLZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6765fe7c304cb777354ae12cf619b7b3306487fa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/HX/3XNWPUQGTHRP93SIF5FCLZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/JH/2FCGH7B7POCCMYYXN5A7AZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/JH/2FCGH7B7POCCMYYXN5A7AZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..167a91e83e2d05ba9935ecb3949366af3a2b0115 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/JH/2FCGH7B7POCCMYYXN5A7AZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/LH/7OY0AJ6970D9YA4NSYRMY1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/LH/7OY0AJ6970D9YA4NSYRMY1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..bf52d3a9c55af73b64450a4b0b3b4fdfd44abdf9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/LH/7OY0AJ6970D9YA4NSYRMY1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/NB/HAVUVWUQP0FZYUYTT9G63M.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/NB/HAVUVWUQP0FZYUYTT9G63M.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6d8b0a0dfd7f7dffb436ed06ebe9c516ef39242c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/NB/HAVUVWUQP0FZYUYTT9G63M.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/PZ/5RFP06ME4C6M80YVHJSH3I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/PZ/5RFP06ME4C6M80YVHJSH3I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d536f3ca2be5e29c329d358aa445dd91c157ecd7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/PZ/5RFP06ME4C6M80YVHJSH3I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/QV/SFMUS6RC8R4YXQE3MLQBE4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/QV/SFMUS6RC8R4YXQE3MLQBE4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9cbf595ad8d92d130c155bec33f64c1de615acb2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/QV/SFMUS6RC8R4YXQE3MLQBE4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/RE/U3RYCE5ZH0EH80W3M4OYNE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/RE/U3RYCE5ZH0EH80W3M4OYNE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9e06aae80f46d3e2a0ff3076ea258381359681d1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/RE/U3RYCE5ZH0EH80W3M4OYNE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/S0/KN48O9NRCABFPHGF82MCXN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/S0/KN48O9NRCABFPHGF82MCXN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2fc8cda0bc3ecfc5a8e44fe4e5bcb9b1ad0a2c35 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/S0/KN48O9NRCABFPHGF82MCXN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/TI/NXY2QRB51E45X8N1EEKHI2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/TI/NXY2QRB51E45X8N1EEKHI2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b33dae20c94327aa127e6e92060a1198e0651705 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/TI/NXY2QRB51E45X8N1EEKHI2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/TP/8QJNRBWFKI1GM7N9RDXQ8N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/TP/8QJNRBWFKI1GM7N9RDXQ8N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d187e4470aae657527de43c918e594dea6443396 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/TP/8QJNRBWFKI1GM7N9RDXQ8N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/UB/HPL21F6HK98KSS1TQBGF39.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/UB/HPL21F6HK98KSS1TQBGF39.uasset new file mode 100644 index 0000000000000000000000000000000000000000..17d22ad022feed56b530dfeb7e2f74f07d261f38 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/UB/HPL21F6HK98KSS1TQBGF39.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VB/0YA19FSDEFGIHHMPWH2MT6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VB/0YA19FSDEFGIHHMPWH2MT6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f04a5e8044f8a1fd8c2711fa3a91c0e4f13d7221 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VB/0YA19FSDEFGIHHMPWH2MT6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VO/BFSJ1UKOMGH6MWYCGQRIMQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VO/BFSJ1UKOMGH6MWYCGQRIMQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0a244808d4b96bfe8332ffc3d4ee9aeade0cf990 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VO/BFSJ1UKOMGH6MWYCGQRIMQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VQ/AOKQEJE3KSO7ZETUTJY6BK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VQ/AOKQEJE3KSO7ZETUTJY6BK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4bf9f284086e7598a2e2bca086fa1ee9885d2ed4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/VQ/AOKQEJE3KSO7ZETUTJY6BK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/W1/LU18GK2414VO29LAUC7UZK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/W1/LU18GK2414VO29LAUC7UZK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cb4651d6d87ca8e682cbdd68e58bcbe5cc106dfb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/W1/LU18GK2414VO29LAUC7UZK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/WO/CJE58SOGY1YKXPD95GOPQN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/WO/CJE58SOGY1YKXPD95GOPQN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c43ea15d00447c551fa7f72b3cae9488157236dc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/WO/CJE58SOGY1YKXPD95GOPQN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XF/QT50BOWUNH3SYSN138A2II.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XF/QT50BOWUNH3SYSN138A2II.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1ea1919f1027b5e7e69177116e6177b9e4bfd350 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XF/QT50BOWUNH3SYSN138A2II.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XR/6JRU9YTI6VMKGT0FEI1F7V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XR/6JRU9YTI6VMKGT0FEI1F7V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..864795e5e1605a8674a82078e5c67d59ebc1ee01 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XR/6JRU9YTI6VMKGT0FEI1F7V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XW/6HUQ5768RPXVRVO8Y0B7M6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XW/6HUQ5768RPXVRVO8Y0B7M6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9bbac042f775db9c02a38b9fcc5031a4d5f7476c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XW/6HUQ5768RPXVRVO8Y0B7M6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XY/UNSTTKZ4JTLA4S5I8UQVEF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XY/UNSTTKZ4JTLA4S5I8UQVEF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..834b5159b9d31c81017fa2b3236dc5ec66245aba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/XY/UNSTTKZ4JTLA4S5I8UQVEF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/YJ/168X6AOV2STJGNVGXHC6NE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/YJ/168X6AOV2STJGNVGXHC6NE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a5ddbde471f901914c17d32c7a0f18d6916725b6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/YJ/168X6AOV2STJGNVGXHC6NE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/Z5/8HFJGLEM8J0L67UXHP60PE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/Z5/8HFJGLEM8J0L67UXHP60PE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d1be250c6e164aa70cf30c6f742baf9eb08af95a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/6/Z5/8HFJGLEM8J0L67UXHP60PE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/13/Q7WOKFR1MKKKQE9DGVWUHK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/13/Q7WOKFR1MKKKQE9DGVWUHK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3af65642c75cfff68448a8234f36d20b073d9993 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/13/Q7WOKFR1MKKKQE9DGVWUHK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1D/NBJ5BQ8MJ4N7JO9YHC2PLX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1D/NBJ5BQ8MJ4N7JO9YHC2PLX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..25331b3c1579663495aea8642885964f7ad16743 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1D/NBJ5BQ8MJ4N7JO9YHC2PLX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1K/LN5UJT9H0Y6D2KDBABPDEC.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1K/LN5UJT9H0Y6D2KDBABPDEC.uasset new file mode 100644 index 0000000000000000000000000000000000000000..15c5787ab1e7f6f39c69a307c28e3146525e190e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1K/LN5UJT9H0Y6D2KDBABPDEC.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1N/6SZ5UXQTJ04BBD8HRM5LAN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1N/6SZ5UXQTJ04BBD8HRM5LAN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..13ac0a6e6ffa79a1b1d219d04a0c5f254f073ffa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/1N/6SZ5UXQTJ04BBD8HRM5LAN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/2C/SUXABNSBIH08IP70KO76D7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/2C/SUXABNSBIH08IP70KO76D7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b94ecc3bc39bf601bf80b7d78a7f6a34998021e8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/2C/SUXABNSBIH08IP70KO76D7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/3U/B81HFVRRIBAXH0KE4UVPDL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/3U/B81HFVRRIBAXH0KE4UVPDL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4940c90e68a4fcfe1b59dda781933051c679201c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/3U/B81HFVRRIBAXH0KE4UVPDL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/3Y/1SGX8HQF9BO377YU646TSW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/3Y/1SGX8HQF9BO377YU646TSW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..061923c24bde375f9cff20cf37bed52627282a19 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/3Y/1SGX8HQF9BO377YU646TSW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/4J/7DYD41WT0CATY56PX0I979.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/4J/7DYD41WT0CATY56PX0I979.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f6b98ffa0318241ee390d9dbb31ef10ef5fd0b65 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/4J/7DYD41WT0CATY56PX0I979.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/63/EX2EUN90TKMO5CVZIXX4UB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/63/EX2EUN90TKMO5CVZIXX4UB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed96701a5391ee045c6d8385201f397f18324c91 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/63/EX2EUN90TKMO5CVZIXX4UB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/6O/U2IALS3NE5Z7WTGWCK85X7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/6O/U2IALS3NE5Z7WTGWCK85X7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fe4391b4905308fb70ca1b844eaaba62091d63d2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/6O/U2IALS3NE5Z7WTGWCK85X7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/7M/55JAYA8902O4BOOB1DLKHK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/7M/55JAYA8902O4BOOB1DLKHK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..52b0c1e89d3570959ec044f0f9b9b319fce0b854 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/7M/55JAYA8902O4BOOB1DLKHK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/95/WOH7U411C2S3OJV9FLWWDV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/95/WOH7U411C2S3OJV9FLWWDV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..070e167a9756298f3e057112aba043571742f731 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/95/WOH7U411C2S3OJV9FLWWDV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/9R/1V6T4410KRZKNX4RXPDEAN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/9R/1V6T4410KRZKNX4RXPDEAN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5efd6e9c00499b9f8a7ba08f1732b3d33c37ed43 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/9R/1V6T4410KRZKNX4RXPDEAN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/BW/DUBSRK8UJ93M43GNAN9LD6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/BW/DUBSRK8UJ93M43GNAN9LD6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9e176a0eb63a5c93c6e5d25fcd8d275e5a5d0472 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/BW/DUBSRK8UJ93M43GNAN9LD6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/CA/IADTFA7QR3IF2QBOSKL6BV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/CA/IADTFA7QR3IF2QBOSKL6BV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4b7362871b620f9a84907ce73111e5d1ae5a7f09 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/CA/IADTFA7QR3IF2QBOSKL6BV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/CN/LL3KPX35V3Z3EVFCJETQMF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/CN/LL3KPX35V3Z3EVFCJETQMF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..be6471b84f1331c9a8e8ae5b02df2f1d768bf15d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/CN/LL3KPX35V3Z3EVFCJETQMF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/D4/LDPLB63KEAPXSEVQ346EH0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/D4/LDPLB63KEAPXSEVQ346EH0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6618b2af55fbb6893d7032046ea47dd81874866f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/D4/LDPLB63KEAPXSEVQ346EH0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/DB/H9PQEOH8BLCDEJRQ255ZF0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/DB/H9PQEOH8BLCDEJRQ255ZF0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..214339f45026d928c32777316b5ae0743adc3730 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/DB/H9PQEOH8BLCDEJRQ255ZF0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/F2/Q5GNNZGR4Z9YZ6Y6G0U45I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/F2/Q5GNNZGR4Z9YZ6Y6G0U45I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f94d7d82b6d8ae8a0b0057c4d8e67f36dfbcef35 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/F2/Q5GNNZGR4Z9YZ6Y6G0U45I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/FN/LSO69DM4TPFHEM5AGW2MCO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/FN/LSO69DM4TPFHEM5AGW2MCO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5e31979dd0f47edcb51098196eaef7fe75bc0638 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/FN/LSO69DM4TPFHEM5AGW2MCO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/HU/OX8PSCLFPQE2H9DUCHXICZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/HU/OX8PSCLFPQE2H9DUCHXICZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e6b82ab90818272496cb711403dc0d7c1c0deac8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/HU/OX8PSCLFPQE2H9DUCHXICZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/I2/DZNIW0CEVPRY752V1AH273.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/I2/DZNIW0CEVPRY752V1AH273.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7ad0c39f4ba49cc2fa8a354f43aafb5423b6c082 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/I2/DZNIW0CEVPRY752V1AH273.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/IO/JZE7XY0GPXHOU96U66DH2W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/IO/JZE7XY0GPXHOU96U66DH2W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a544dc500093be28c5d20d2ee89f3f5f7658472f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/IO/JZE7XY0GPXHOU96U66DH2W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/J9/X0CS0WH2NK0GRYPF7IXBT7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/J9/X0CS0WH2NK0GRYPF7IXBT7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8ab5dd1ceddd57577a5ca34b3763dd1c98b994fe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/J9/X0CS0WH2NK0GRYPF7IXBT7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/KE/9FIOQ0R6YB6UKV45BIY92D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/KE/9FIOQ0R6YB6UKV45BIY92D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..97e1909fa141dacf90bd55fa0e61c49a242e8bb6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/KE/9FIOQ0R6YB6UKV45BIY92D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/OI/7S8R2LE3KVDG19R7P4JLMY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/OI/7S8R2LE3KVDG19R7P4JLMY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..61323fdb61f71f5388915f741e848690fa87c77a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/OI/7S8R2LE3KVDG19R7P4JLMY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/OZ/9654CHZD8R9H3G3QKRBVKE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/OZ/9654CHZD8R9H3G3QKRBVKE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fa2e04f1fc77e0d27cde65bb13fff316bb49077e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/OZ/9654CHZD8R9H3G3QKRBVKE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/PC/474DW7O5Z3JJ1FLJQ48ZV1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/PC/474DW7O5Z3JJ1FLJQ48ZV1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9574a4a34da0b25964a5b4cd8b1e3030d1a973c6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/PC/474DW7O5Z3JJ1FLJQ48ZV1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/Q5/XU63TQXG2IB4O5CVPK3AVT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/Q5/XU63TQXG2IB4O5CVPK3AVT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8be44ae29abf0738a8370fddf523e40764ad5f71 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/Q5/XU63TQXG2IB4O5CVPK3AVT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/QT/CJ8Q6OW74GJW1DV75YL0YI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/QT/CJ8Q6OW74GJW1DV75YL0YI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c662bb2de68a0257fcf367bd48c321e99878bf1a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/QT/CJ8Q6OW74GJW1DV75YL0YI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/QU/CRCGNY7UCJZ9GAEBM7DHO0.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/QU/CRCGNY7UCJZ9GAEBM7DHO0.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cf6adbdae9a2952c9e17fcc62b49bb5d1cbe641e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/QU/CRCGNY7UCJZ9GAEBM7DHO0.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/RI/H4R1UVNQSFGWOCXY0ISVHQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/RI/H4R1UVNQSFGWOCXY0ISVHQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..31321dbd36599fba8e47244c1ac36928cc3dd9c2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/RI/H4R1UVNQSFGWOCXY0ISVHQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/SE/LKKAYJND5UH2DO6K2OHXKQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/SE/LKKAYJND5UH2DO6K2OHXKQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..414eeb7a7e2402720da9fc7f1f935eebd90296cc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/SE/LKKAYJND5UH2DO6K2OHXKQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/SN/OFHXMKTM4NFZJMECNUVWVQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/SN/OFHXMKTM4NFZJMECNUVWVQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c0c435b36307cdd17f2b75fe96ae7e37dc100cdb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/SN/OFHXMKTM4NFZJMECNUVWVQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/U5/Y8BVWOVOFI86IC3ZL1ESHZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/U5/Y8BVWOVOFI86IC3ZL1ESHZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eb0bce76fc6bb56b6a8a750cb809821f3ca85f8a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/U5/Y8BVWOVOFI86IC3ZL1ESHZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/UA/NIUW0JNH1BM35MC2KVPPDS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/UA/NIUW0JNH1BM35MC2KVPPDS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e92c889f54e6a1c34671cc33f9884031920c1b8a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/UA/NIUW0JNH1BM35MC2KVPPDS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/XB/KYSCYVNGXPOSSBT9KVO6CF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/XB/KYSCYVNGXPOSSBT9KVO6CF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..40ff984bea46fad881ca6e149433d99dc0d75122 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/XB/KYSCYVNGXPOSSBT9KVO6CF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/XC/XF81P97ELPBCKFPSR2SENP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/XC/XF81P97ELPBCKFPSR2SENP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3a7d047a3e065f84085f28c2b9dc974124408511 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/XC/XF81P97ELPBCKFPSR2SENP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/YC/501L60JU1ZU2F7HMO65HX6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/YC/501L60JU1ZU2F7HMO65HX6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..42b20f31ff8d9006cf2e50c6343b185a31a37247 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/YC/501L60JU1ZU2F7HMO65HX6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/YC/TFYAPEPV6LCLFUIJ1MOO8I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/YC/TFYAPEPV6LCLFUIJ1MOO8I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9ccb5ee74e126697f50d3e67b62c3d675c4d0078 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/YC/TFYAPEPV6LCLFUIJ1MOO8I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/Z6/46X716D578OFWMT1ZO2MOD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/Z6/46X716D578OFWMT1ZO2MOD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d97d016c9c59eb70d69896fa54f9db115fa52d13 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/7/Z6/46X716D578OFWMT1ZO2MOD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/0E/8XUKFECMR7KI0WM69K6ZOT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/0E/8XUKFECMR7KI0WM69K6ZOT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d8ac83c3a5e007e64d621362490ce52cb456b1cc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/0E/8XUKFECMR7KI0WM69K6ZOT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/0J/Y473GCSG4Z5XUJ09UDC4YQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/0J/Y473GCSG4Z5XUJ09UDC4YQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a2d860f5603fe57e6e1fbda4551ab80b1b36dddb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/0J/Y473GCSG4Z5XUJ09UDC4YQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/1F/ERESNZ17KPLPERTE2SSR7S.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/1F/ERESNZ17KPLPERTE2SSR7S.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c26b789963d69d08c9fe6b55da72f1baf44d3207 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/1F/ERESNZ17KPLPERTE2SSR7S.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/2I/56GK3W83DMJM9K093GJMWZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/2I/56GK3W83DMJM9K093GJMWZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..633d01ecfa76c551cd8dd3480f764ba8e537d568 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/2I/56GK3W83DMJM9K093GJMWZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/2O/P1T5N4985PMPTYA2TVNKM1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/2O/P1T5N4985PMPTYA2TVNKM1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5b78723e1a1c8ef686768f7f8d755fb8dad40931 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/2O/P1T5N4985PMPTYA2TVNKM1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/6L/420PNFGENX7DM8CRO9ODK1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/6L/420PNFGENX7DM8CRO9ODK1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f15e01946a8ccc966cbc3890cd6186b8a43b8698 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/6L/420PNFGENX7DM8CRO9ODK1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/7K/6SPIT2GDO3SK0RI0VT0GWK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/7K/6SPIT2GDO3SK0RI0VT0GWK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..34fd1674e6f917a5b2a76b5f2e6df503ed4caf18 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/7K/6SPIT2GDO3SK0RI0VT0GWK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/7V/FR98VK9PBBKBN77ZWGSWN6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/7V/FR98VK9PBBKBN77ZWGSWN6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f56c8013ae8627cbaf5a810f4eb13445e8db52f7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/7V/FR98VK9PBBKBN77ZWGSWN6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/97/D3IGJ2SZGUW6G8ZYBD1X35.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/97/D3IGJ2SZGUW6G8ZYBD1X35.uasset new file mode 100644 index 0000000000000000000000000000000000000000..144b2c6dd14957199b31bb7ec02179df5a7da6e7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/97/D3IGJ2SZGUW6G8ZYBD1X35.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/9L/KKESPWMBQ6M1UEBD5V306W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/9L/KKESPWMBQ6M1UEBD5V306W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e2f92497674e289d05a56612bdc950a5d46f58fc Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/9L/KKESPWMBQ6M1UEBD5V306W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/9P/U589TYAEH381NJKQ94EM02.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/9P/U589TYAEH381NJKQ94EM02.uasset new file mode 100644 index 0000000000000000000000000000000000000000..642b5e623a11dd2e77956202b3f181f24d48b724 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/9P/U589TYAEH381NJKQ94EM02.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/BH/PLKFYDFAKGMUWXQX383R5B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/BH/PLKFYDFAKGMUWXQX383R5B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..19ad7ab702dd2acb972176c0748c5335318f2c32 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/BH/PLKFYDFAKGMUWXQX383R5B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/CF/NV7GBGDA0T6B3XCM2YI6D8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/CF/NV7GBGDA0T6B3XCM2YI6D8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e2563b0328ac148a1f5f9a254c50f0d2104e8ee8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/CF/NV7GBGDA0T6B3XCM2YI6D8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/CL/UO3H7OR1WK9C6A1ECRZA0H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/CL/UO3H7OR1WK9C6A1ECRZA0H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2c939db34e2e1d18cae78387dabb7d30b1d75336 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/CL/UO3H7OR1WK9C6A1ECRZA0H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/DX/0TG2ZNQA5M7ABMLWZXON5X.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/DX/0TG2ZNQA5M7ABMLWZXON5X.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e7aa290fa6f889aadf234943efa6abe0d2656ba6 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/DX/0TG2ZNQA5M7ABMLWZXON5X.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/EL/GWXS8TZB73D0YIB6V2H0ZA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/EL/GWXS8TZB73D0YIB6V2H0ZA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7406a04bf6d00e6916b79d45e90f25722b07fc47 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/EL/GWXS8TZB73D0YIB6V2H0ZA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/F2/YP8937A6EIBJT199IEGGFI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/F2/YP8937A6EIBJT199IEGGFI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6f7ddf85ff236526fe522abb10c9f4b2adf7b1e2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/F2/YP8937A6EIBJT199IEGGFI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/FN/IGYAZHUIT8AD4R4T7UZ0EG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/FN/IGYAZHUIT8AD4R4T7UZ0EG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4bf568583d646f883e334842b8a00bff3183aa9f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/FN/IGYAZHUIT8AD4R4T7UZ0EG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/KB/P7SAOW2FXHL8FK3TXBD3TI.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/KB/P7SAOW2FXHL8FK3TXBD3TI.uasset new file mode 100644 index 0000000000000000000000000000000000000000..75a5d54bed40617aaaa54337911a44f19b7683c3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/KB/P7SAOW2FXHL8FK3TXBD3TI.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/LH/RQTBLCSXOVL3GO1ALIAKGL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/LH/RQTBLCSXOVL3GO1ALIAKGL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..85db8f95bd94312a48833e29477d627c1d5b6684 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/LH/RQTBLCSXOVL3GO1ALIAKGL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/LK/1MCULPL2DHWC21SKQPB2HD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/LK/1MCULPL2DHWC21SKQPB2HD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e51d176700382ca0c0f234a3abda122fe876d6b8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/LK/1MCULPL2DHWC21SKQPB2HD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/MA/TXINAAIMW6228CJJPYVMMQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/MA/TXINAAIMW6228CJJPYVMMQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a518a4239b494ab992617ab635a582cd65b6f083 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/MA/TXINAAIMW6228CJJPYVMMQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/NS/BR9QM4ITAMG96FQ6P77FEO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/NS/BR9QM4ITAMG96FQ6P77FEO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..498e90ab4cbca4a49c06a2f35e2f467e516048ad Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/NS/BR9QM4ITAMG96FQ6P77FEO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/OJ/G0F3VCZ7IEU0BETZX6KJBA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/OJ/G0F3VCZ7IEU0BETZX6KJBA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..18df669f05fdc5ad13316561927fba4eab5fa865 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/OJ/G0F3VCZ7IEU0BETZX6KJBA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/QL/BHP1LNJXXLIJHPYCK9BG34.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/QL/BHP1LNJXXLIJHPYCK9BG34.uasset new file mode 100644 index 0000000000000000000000000000000000000000..816ef0a03e54fb8702203df6df44a15288f37b50 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/QL/BHP1LNJXXLIJHPYCK9BG34.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/QX/8F7JTWV9VIFE64ZYWAM277.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/QX/8F7JTWV9VIFE64ZYWAM277.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e7e7a0f71ea83a13b02f2f31a970b2d77359f62d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/QX/8F7JTWV9VIFE64ZYWAM277.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/R0/6R5RCYVO29LKEYDIYEYPQT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/R0/6R5RCYVO29LKEYDIYEYPQT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4942e13ec56dbbcc9a585a22775054bc99126e3e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/R0/6R5RCYVO29LKEYDIYEYPQT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/V6/3NWCMJ4IPAD4ECT1E35DSZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/V6/3NWCMJ4IPAD4ECT1E35DSZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..008cc51c43c11e2183deee62d7eb4f0ad6c9db1d Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/V6/3NWCMJ4IPAD4ECT1E35DSZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/VD/4AAZWA0IATBVN3XKNG9AZE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/VD/4AAZWA0IATBVN3XKNG9AZE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fb29eb84f0fbd26520a8a046d83fe12bbf5ef077 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/VD/4AAZWA0IATBVN3XKNG9AZE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/VX/QR8ZFP3WI1IIM25RNI71RM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/VX/QR8ZFP3WI1IIM25RNI71RM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dfaaa10743f38a80bd9ef7229388d182f6f176fa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/VX/QR8ZFP3WI1IIM25RNI71RM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/XO/981XGH86MYVHE6KMGQU7RR.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/XO/981XGH86MYVHE6KMGQU7RR.uasset new file mode 100644 index 0000000000000000000000000000000000000000..da5970e2bfadc80262df77eb142d334f47383d6e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/XO/981XGH86MYVHE6KMGQU7RR.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/Z5/S6LU6JW5Q9GOWIQV09KJ5F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/Z5/S6LU6JW5Q9GOWIQV09KJ5F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..825856d878d3f33e5906e9c8da45c02a2b2252e4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/8/Z5/S6LU6JW5Q9GOWIQV09KJ5F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/0V/I7K0GRO62CYFN7HZV2AE1L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/0V/I7K0GRO62CYFN7HZV2AE1L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0bca861d3d96d996438fc01c5a5c8ba5d5d817c0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/0V/I7K0GRO62CYFN7HZV2AE1L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/1U/VNUAFIZS85UY6C7ZA33E93.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/1U/VNUAFIZS85UY6C7ZA33E93.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ebdbc8ea3d5572a82cbb842e4909949bc78629a7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/1U/VNUAFIZS85UY6C7ZA33E93.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/2E/BG6GYN3Z1XKESGMUH6JJ3M.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/2E/BG6GYN3Z1XKESGMUH6JJ3M.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a59f4968c3614af3c87f334b664c64ed2fd739c9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/2E/BG6GYN3Z1XKESGMUH6JJ3M.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/2L/8WNM55P7O69ZMYULXS2AZQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/2L/8WNM55P7O69ZMYULXS2AZQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fd75f9c27bff3770db13d3b1f6c35890520aaf4f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/2L/8WNM55P7O69ZMYULXS2AZQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/3U/PFL3CZ7RCYJBF7W9D4NYSO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/3U/PFL3CZ7RCYJBF7W9D4NYSO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7adcabb9dc7b594c699e7b699314d160ff0ba7d4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/3U/PFL3CZ7RCYJBF7W9D4NYSO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/43/387I67TFD1N5VCVZMC78FJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/43/387I67TFD1N5VCVZMC78FJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aa9c0ee91a1bdda6b81a146267f7ab262af10abe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/43/387I67TFD1N5VCVZMC78FJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/4V/1IP43YRPXYM9J3PDK3LNHG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/4V/1IP43YRPXYM9J3PDK3LNHG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e13d7bf4f68b69c8aabc9aa0119d2eb4fa171ad7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/4V/1IP43YRPXYM9J3PDK3LNHG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/6O/FI9PABY1YGKMLXMR5R0JNB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/6O/FI9PABY1YGKMLXMR5R0JNB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eed558a0e07a94970aed218415a32306f9eaa05b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/6O/FI9PABY1YGKMLXMR5R0JNB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/7W/Q97ZLM87NEQTRE6ZDSB070.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/7W/Q97ZLM87NEQTRE6ZDSB070.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ed65e22ba5e939daafa2661460219e20099284c8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/7W/Q97ZLM87NEQTRE6ZDSB070.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/A8/QEMBMWHZ9H8195Y6GIL02A.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/A8/QEMBMWHZ9H8195Y6GIL02A.uasset new file mode 100644 index 0000000000000000000000000000000000000000..fe08ee6ebc0740b2575661be936010e5490f4c6b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/A8/QEMBMWHZ9H8195Y6GIL02A.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/BJ/IN6S5HSWYB5JMY96CBLRUM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/BJ/IN6S5HSWYB5JMY96CBLRUM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1989fd83d9afcc6f5ae028d7396fb680d58238f4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/BJ/IN6S5HSWYB5JMY96CBLRUM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/BW/O9DVEJH4CQBSWBVGFEDCWX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/BW/O9DVEJH4CQBSWBVGFEDCWX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d77e6f17415e27223d508eaa4816d3d389c108d4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/BW/O9DVEJH4CQBSWBVGFEDCWX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CN/H9KL5ITB3FQD26AGOZUV2F.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CN/H9KL5ITB3FQD26AGOZUV2F.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b4f30778e966057705249ce0e5a26ce1e9c93089 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CN/H9KL5ITB3FQD26AGOZUV2F.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CP/56MT1FOLKHPYRSED1XU04I.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CP/56MT1FOLKHPYRSED1XU04I.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4be25352f20efe53964f6b47159689488a007a4f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CP/56MT1FOLKHPYRSED1XU04I.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CX/2U0H7WYJ92QQYJNFHBSARY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CX/2U0H7WYJ92QQYJNFHBSARY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8a85360633420fbb0aa35377df540f34a7da7dc7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/CX/2U0H7WYJ92QQYJNFHBSARY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/E1/PKGY91FTL9GC8I7BXIMH8W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/E1/PKGY91FTL9GC8I7BXIMH8W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5b5e7392de6c88a48d52b115245b9b961dc32ee1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/E1/PKGY91FTL9GC8I7BXIMH8W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/E4/GF0AXJGFYH24TGKB8BECUF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/E4/GF0AXJGFYH24TGKB8BECUF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5769ba7a5c3987056294e2385cf4ba56886c464e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/E4/GF0AXJGFYH24TGKB8BECUF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/FJ/8M11VINC13672FO801NFN7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/FJ/8M11VINC13672FO801NFN7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..01904e78c452578b416093d25381aa2848f2a75c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/FJ/8M11VINC13672FO801NFN7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/GK/BY8AH74GG7WP2LE8VNN1GV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/GK/BY8AH74GG7WP2LE8VNN1GV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..aa2bba4c9f8b88f497ddc934152803582d7919ec Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/GK/BY8AH74GG7WP2LE8VNN1GV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/GN/PIFDKY3WIRZAKWUNCIFDDV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/GN/PIFDKY3WIRZAKWUNCIFDDV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..19a48473bc73c0dfb959c2e625e096af10edd500 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/GN/PIFDKY3WIRZAKWUNCIFDDV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/H2/L6WVU02PJTSJ51N4038U2C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/H2/L6WVU02PJTSJ51N4038U2C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d24c13e85a3c6c9d51f9118ae9f97232a1bba6b8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/H2/L6WVU02PJTSJ51N4038U2C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/HS/E5SL80RSAW6L5I704WC5X7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/HS/E5SL80RSAW6L5I704WC5X7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e133503fea2feed78593bcf2f63e109385cd92b1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/HS/E5SL80RSAW6L5I704WC5X7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/IS/ALCDYDWFDQV82GBNT6VKTT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/IS/ALCDYDWFDQV82GBNT6VKTT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0ee0c506b1044217bac3ae1946baa0f1e4c987cd Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/IS/ALCDYDWFDQV82GBNT6VKTT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/L7/RJRCLUKUPTV8YYPTPVIF0Z.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/L7/RJRCLUKUPTV8YYPTPVIF0Z.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f75bc74990e794e89efd58439f0ad22f8831e138 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/L7/RJRCLUKUPTV8YYPTPVIF0Z.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/MB/KMJXBEUDQFTX4BJ63OVB44.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/MB/KMJXBEUDQFTX4BJ63OVB44.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7e5e09909b6039ffa635287a1b8f44be6de1f141 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/MB/KMJXBEUDQFTX4BJ63OVB44.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/MO/UFA2H4GOYN5DIBY9225FOE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/MO/UFA2H4GOYN5DIBY9225FOE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a5abf31f654a2987416f2e12216675728d1e7b22 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/MO/UFA2H4GOYN5DIBY9225FOE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/PT/UQAKLO3P0CGVNRGWMYFELT.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/PT/UQAKLO3P0CGVNRGWMYFELT.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0e7029450767d57cb1427c0cc857288ab80f544e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/PT/UQAKLO3P0CGVNRGWMYFELT.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/QZ/Q3D8R4FLI319NSSXU1SZ68.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/QZ/Q3D8R4FLI319NSSXU1SZ68.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f17c05ba057a58b3a29dea8eb968879b09b92807 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/QZ/Q3D8R4FLI319NSSXU1SZ68.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/S6/LZJUICN5QLYP9XH5IGT2NW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/S6/LZJUICN5QLYP9XH5IGT2NW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e2887c0c780a9c3cd52c934ebcc60755f03e44a5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/S6/LZJUICN5QLYP9XH5IGT2NW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/SA/8QGQMRIWCY8GDSXSSJH3BY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/SA/8QGQMRIWCY8GDSXSSJH3BY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0919fd416833b9a58e5705d308323bbae96ec951 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/SA/8QGQMRIWCY8GDSXSSJH3BY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/SK/YIRHQH9ULU2T37KLHKCD8B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/SK/YIRHQH9ULU2T37KLHKCD8B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..21f37a833f9982ea4ceb9e5f2adf9c58a7f6d7e3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/SK/YIRHQH9ULU2T37KLHKCD8B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/V5/96LESUGPO6EQPAQ243GC3N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/V5/96LESUGPO6EQPAQ243GC3N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..75a9b8cd03a9dba3cec559118be9fd6ef87ca780 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/V5/96LESUGPO6EQPAQ243GC3N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/VW/OSMZRUPALK3VKXO0H52PTP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/VW/OSMZRUPALK3VKXO0H52PTP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..087f1ba1c73f7161c82c79b0d3d20b77f0a5002a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/VW/OSMZRUPALK3VKXO0H52PTP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/WE/873SV6GERMDJHZQTL4U50K.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/WE/873SV6GERMDJHZQTL4U50K.uasset new file mode 100644 index 0000000000000000000000000000000000000000..657c7a488fef59410830a9cad2319de93e894688 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/WE/873SV6GERMDJHZQTL4U50K.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/WP/IOU8HZEB8OIZ16VFINWWVJ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/WP/IOU8HZEB8OIZ16VFINWWVJ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..514ed343d010e5c0f3a04d3c256a44354bc275d1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/WP/IOU8HZEB8OIZ16VFINWWVJ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YD/EKG96LH9RB4VD3EBNAJJU4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YD/EKG96LH9RB4VD3EBNAJJU4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..341032e56775efe10101a33729290035da4729db Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YD/EKG96LH9RB4VD3EBNAJJU4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YG/KTBZYYXU19MB3F0S896AGG.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YG/KTBZYYXU19MB3F0S896AGG.uasset new file mode 100644 index 0000000000000000000000000000000000000000..f265cfe88afbded5f0bff622db0dbd6a61ba6291 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YG/KTBZYYXU19MB3F0S896AGG.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YV/DWQFNO9O865EXWMRQUYCQQ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YV/DWQFNO9O865EXWMRQUYCQQ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..088a5d916d46ce08394bd8c7a003b9d747b7c91e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YV/DWQFNO9O865EXWMRQUYCQQ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YY/7QZVKKWEZCKLVMXZ74R7VE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YY/7QZVKKWEZCKLVMXZ74R7VE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6888bc1862592cf17027ddb479cbed941c562a9f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/9/YY/7QZVKKWEZCKLVMXZ74R7VE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/L0/L0W2NB69E6AC3NP3R17M29.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/L0/L0W2NB69E6AC3NP3R17M29.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8cfbfd6f14c521e56f2745708f592d04a300a91a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/L0/L0W2NB69E6AC3NP3R17M29.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/MU/2DCNVJCX31JDZOTCOJTFQO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/MU/2DCNVJCX31JDZOTCOJTFQO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..479f52260d18d873522c8e190772f4ad76a8397b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/MU/2DCNVJCX31JDZOTCOJTFQO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/P7/HGEVVL7VW0P2S4L6YWT2P7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/P7/HGEVVL7VW0P2S4L6YWT2P7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dbe508b4b36b0226531d29c799240f43db6899ad Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/P7/HGEVVL7VW0P2S4L6YWT2P7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/P9/Y7Z8LV1D11KUNHJUSXKDSN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/P9/Y7Z8LV1D11KUNHJUSXKDSN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ea3d7162b35bee11004a2a9cd3ece1517352220f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/P9/Y7Z8LV1D11KUNHJUSXKDSN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/QR/J97ODTJT2X65LWWZ8KS9GO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/QR/J97ODTJT2X65LWWZ8KS9GO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3c989207a16b5c61e1993327addaa1545e08f0c0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/QR/J97ODTJT2X65LWWZ8KS9GO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/QY/YPN3G3JZUEW31581MSODZF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/QY/YPN3G3JZUEW31581MSODZF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..7ddced8b850ae71a0cf7b8dec821930db5b95627 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/QY/YPN3G3JZUEW31581MSODZF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/R9/3V1MWEEE79KA7YIKX7J71J.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/R9/3V1MWEEE79KA7YIKX7J71J.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9261263c142b85a7ea8001654d6863fed1feb56e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/R9/3V1MWEEE79KA7YIKX7J71J.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SJ/Z3TR5L4HDC2815VJW0GPW9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SJ/Z3TR5L4HDC2815VJW0GPW9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d35793dcca556a461493e45d65914b6ca5b5353f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SJ/Z3TR5L4HDC2815VJW0GPW9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SS/6VZJCS7OLCEI915XCC8U0C.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SS/6VZJCS7OLCEI915XCC8U0C.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c0192bb4d05317cb1cc542d68c329fa7d0d7645a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SS/6VZJCS7OLCEI915XCC8U0C.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SX/37VIM4F46A230NRE1YHOHX.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SX/37VIM4F46A230NRE1YHOHX.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0aeefe865dbee3804b28588359c9f21a528c39ed Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/SX/37VIM4F46A230NRE1YHOHX.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/T7/SHLQJE6SN5OFHHE8FH4ABD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/T7/SHLQJE6SN5OFHHE8FH4ABD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6ddf694fe15173d97964c73c0a7800f22c0adf8b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/T7/SHLQJE6SN5OFHHE8FH4ABD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/VM/3A20DA94RA48R3SHTMKZWL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/VM/3A20DA94RA48R3SHTMKZWL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c323cadb5f4829f170e2d4039dc82844fe6ac360 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/VM/3A20DA94RA48R3SHTMKZWL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/VS/OXDBH9B8MKQ115TMW84OCZ.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/VS/OXDBH9B8MKQ115TMW84OCZ.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2bda4c937bb11c144bf1c832140982debe763307 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/VS/OXDBH9B8MKQ115TMW84OCZ.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/W0/R6QHUYDIS195YXCRDI47EF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/W0/R6QHUYDIS195YXCRDI47EF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..65b9a7382fc1da093ccddc1720ba5f60bfbe31f3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/W0/R6QHUYDIS195YXCRDI47EF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/YL/BAX89VVR0D5K075HACTKO6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/YL/BAX89VVR0D5K075HACTKO6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..77ba569d8e5ce568dc63a1f22b9b681179d2ceb0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/YL/BAX89VVR0D5K075HACTKO6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/YS/DAYLCBGIQGMB3NRFJVKE9O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/YS/DAYLCBGIQGMB3NRFJVKE9O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..954a3296479134e644df60c105f60f026cbaacfe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Convolution_Blockout/A/YS/DAYLCBGIQGMB3NRFJVKE9O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0I/1O/99N01P14AXAE1DZVG0NWY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0I/1O/99N01P14AXAE1DZVG0NWY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1c983c6aed19bc427dd2dd9f36fcbfef454ac1e2 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0I/1O/99N01P14AXAE1DZVG0NWY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/37/JAXYP5QV47QELQ5L6390V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/37/JAXYP5QV47QELQ5L6390V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d3ac684bebea13798404890a18661ce1123cd7d9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/37/JAXYP5QV47QELQ5L6390V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/5V/L72MPJOOVM6N70INWXBMY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/5V/L72MPJOOVM6N70INWXBMY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b16315bec34bf021014237a70802c8f4f29e9f76 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/5V/L72MPJOOVM6N70INWXBMY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/6A/II28XNFCCK8GU3XLCL496.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/6A/II28XNFCCK8GU3XLCL496.uasset new file mode 100644 index 0000000000000000000000000000000000000000..504badf48d9f5cc759b54267f3b54a6fc8333a78 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/6A/II28XNFCCK8GU3XLCL496.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/9C/0OBSBCX7RBSQ0FC72UCLD.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/9C/0OBSBCX7RBSQ0FC72UCLD.uasset new file mode 100644 index 0000000000000000000000000000000000000000..d55b352839ea30ea4c8499a35effeed4654888e0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/9C/0OBSBCX7RBSQ0FC72UCLD.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/GI/JY3OF39GS8F20IXGQ0EK4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/GI/JY3OF39GS8F20IXGQ0EK4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..65f724b8c3fdb153244d8ad105d3e611b5789f5c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0J/GI/JY3OF39GS8F20IXGQ0EK4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/29/TDUZL0GAXBV7CX9X0BPN3.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/29/TDUZL0GAXBV7CX9X0BPN3.uasset new file mode 100644 index 0000000000000000000000000000000000000000..72c219ef62fdecb8bb3afa4f9a4bbf9203fa10a1 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/29/TDUZL0GAXBV7CX9X0BPN3.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/ET/GIO0TCS922C0IVHUSTLRB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/ET/GIO0TCS922C0IVHUSTLRB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a3b7b3f0922340a67c839af3479be557754a0c98 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/ET/GIO0TCS922C0IVHUSTLRB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/SL/1C942OXEQ6G31Y0BX9LDB.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/SL/1C942OXEQ6G31Y0BX9LDB.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e183e2e9556e758432352a35282945f42224c87b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/SL/1C942OXEQ6G31Y0BX9LDB.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/TN/0GMLZHOTANH7PB1XZ2CRE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/TN/0GMLZHOTANH7PB1XZ2CRE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..af0752a38db1f741158944887f3efce7442bccba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/TN/0GMLZHOTANH7PB1XZ2CRE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/XY/9U4USMI1ZAK6QHNZTEK7B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/XY/9U4USMI1ZAK6QHNZTEK7B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..926ab83f01d2d8a4512dd0e6f29f69e55db70a00 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0K/XY/9U4USMI1ZAK6QHNZTEK7B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/77/LFQTZNLK9T0DA1DM5DT5N.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/77/LFQTZNLK9T0DA1DM5DT5N.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c8207669b785bcbb26585470e376eebaedff775a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/77/LFQTZNLK9T0DA1DM5DT5N.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/AH/VK3HSN2H2JPTYIB4Z1WCV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/AH/VK3HSN2H2JPTYIB4Z1WCV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6e4ddae2f57073cb8e85d5cd0f1e296b2dabc792 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/AH/VK3HSN2H2JPTYIB4Z1WCV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/AK/WZJ4TWA04SCKH58UNJ3QN.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/AK/WZJ4TWA04SCKH58UNJ3QN.uasset new file mode 100644 index 0000000000000000000000000000000000000000..09786dd09bc6791dc2f11c5778a0f9a930055afe Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/AK/WZJ4TWA04SCKH58UNJ3QN.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/B4/4ALUBRXLZV568U7VM1FJA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/B4/4ALUBRXLZV568U7VM1FJA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..984db1a01e870799478eebf8ff98e026068dac68 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/B4/4ALUBRXLZV568U7VM1FJA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/BS/YF56SSQI25ILI7KCZKUY9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/BS/YF56SSQI25ILI7KCZKUY9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3a2f72bb6a81272a74fb95a011410ef87f778c05 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/BS/YF56SSQI25ILI7KCZKUY9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/WB/EOTW29748UD3WBV1QMGQ8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/WB/EOTW29748UD3WBV1QMGQ8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4c20985db5ab867577984b51b958eba60fd1ebc0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/WB/EOTW29748UD3WBV1QMGQ8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/Z5/0M406W1OXMW1T012X6R5U.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/Z5/0M406W1OXMW1T012X6R5U.uasset new file mode 100644 index 0000000000000000000000000000000000000000..949cbc6103216c9913010628a025cc18ebec1199 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0L/Z5/0M406W1OXMW1T012X6R5U.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/GJ/TG2X0OJ7DDU3J1XZ0OIHY.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/GJ/TG2X0OJ7DDU3J1XZ0OIHY.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4a3333d2c470314156fbbb06ad2405b8f69a9c1f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/GJ/TG2X0OJ7DDU3J1XZ0OIHY.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/MP/ITUYIB7VDFTI0QCBBD95H.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/MP/ITUYIB7VDFTI0QCBBD95H.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8777bf1b831d988851a69af418e748cc6c306d0a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/MP/ITUYIB7VDFTI0QCBBD95H.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/US/G1CLF0ISMK9O64PXJ6O1B.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/US/G1CLF0ISMK9O64PXJ6O1B.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a9d153b7c15ef829fd73eea5e8c45bf063ba1025 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0M/US/G1CLF0ISMK9O64PXJ6O1B.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/D8/Q2H8MGNSYRUG6G79CXSGO.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/D8/Q2H8MGNSYRUG6G79CXSGO.uasset new file mode 100644 index 0000000000000000000000000000000000000000..dc439bb9fb1e4cc0a2a76754bfafc6c700f182c8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/D8/Q2H8MGNSYRUG6G79CXSGO.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/H9/5MDK0X63XNLKH9TZQY7M9.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/H9/5MDK0X63XNLKH9TZQY7M9.uasset new file mode 100644 index 0000000000000000000000000000000000000000..140f628e136548c0858920e7bb2ccb537cd65143 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/H9/5MDK0X63XNLKH9TZQY7M9.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/O3/U1HGEK7PVMYWYBX4N57P2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/O3/U1HGEK7PVMYWYBX4N57P2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..2e958440c10373b1e937213372920978768c52e9 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/O3/U1HGEK7PVMYWYBX4N57P2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/UB/7OGBY5W0584QSPJYJ881V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/UB/7OGBY5W0584QSPJYJ881V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..31e71fb2823cc7e780e8c8615e533a1bb105f015 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/UB/7OGBY5W0584QSPJYJ881V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/VP/NXUF3ASJ0AXYJA0HT3K4L.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/VP/NXUF3ASJ0AXYJA0HT3K4L.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c007dbae059fa577a4bfc3f42ec92539266ac567 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/VP/NXUF3ASJ0AXYJA0HT3K4L.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/Z3/2A433B72XX6CH9C66NDS1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/Z3/2A433B72XX6CH9C66NDS1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6dd39ce92bad38661a34fc80a4116210cb696875 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0N/Z3/2A433B72XX6CH9C66NDS1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/50/MZ43T1NH7RD35VCFSB4E8.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/50/MZ43T1NH7RD35VCFSB4E8.uasset new file mode 100644 index 0000000000000000000000000000000000000000..23c46d27c1bc0ce4b66947ebcf59d4ce3dbc29cb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/50/MZ43T1NH7RD35VCFSB4E8.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/9H/1HEU5CEK5UDNMPHB4LAQK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/9H/1HEU5CEK5UDNMPHB4LAQK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e0e82aa2db9e41b36858a88d90484b580aef0aae Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/9H/1HEU5CEK5UDNMPHB4LAQK.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/P6/DBMKQ8RZ4LXR4QOLYDMG6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/P6/DBMKQ8RZ4LXR4QOLYDMG6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1a1622876f07b223aba83deb2daff1405ced9a1c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/P6/DBMKQ8RZ4LXR4QOLYDMG6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/VE/WGP70CFSSJURJ74DVUIPL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/VE/WGP70CFSSJURJ74DVUIPL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9d0a08cf8117304885ca1232c0940cfb72a4c65f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0O/VE/WGP70CFSSJURJ74DVUIPL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/EI/YCXT0KIEH32A92SA596QE.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/EI/YCXT0KIEH32A92SA596QE.uasset new file mode 100644 index 0000000000000000000000000000000000000000..cd00b0828493d267e223703530c6f2f852ff98ba Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/EI/YCXT0KIEH32A92SA596QE.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/NJ/7XI4UK0EYJ41I4Q8AE5WP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/NJ/7XI4UK0EYJ41I4Q8AE5WP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..5806b7e65c488ba72a387a05f566ef762a261eaa Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/NJ/7XI4UK0EYJ41I4Q8AE5WP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/R6/YXEUWLWMAU9O4HJBDDOLV.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/R6/YXEUWLWMAU9O4HJBDDOLV.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ca2b89a01232ff20975bf23561276bba2bd0d1e7 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/R6/YXEUWLWMAU9O4HJBDDOLV.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/ZN/KC6UYPEQKH80E7S60ONFL.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/ZN/KC6UYPEQKH80E7S60ONFL.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9fa96894eb2b54d62d3a4784d11884f265c90b73 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0P/ZN/KC6UYPEQKH80E7S60ONFL.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/3Z/SBJIV0F11283QMNRSXMOW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/3Z/SBJIV0F11283QMNRSXMOW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..516a333418c88cb8ab17912c508013fe2a46b7fb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/3Z/SBJIV0F11283QMNRSXMOW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/J1/E32FSQ0XH63MSZIYW99I7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/J1/E32FSQ0XH63MSZIYW99I7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ffcd910c2e7b4de52bdf8e40c9787bd4ad63775b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/J1/E32FSQ0XH63MSZIYW99I7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/QA/ZVMPSGH4CJB8NCSLNNZSW.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/QA/ZVMPSGH4CJB8NCSLNNZSW.uasset new file mode 100644 index 0000000000000000000000000000000000000000..905974c77ecf65248a3b5f2d5ee201bc25536d0a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/QA/ZVMPSGH4CJB8NCSLNNZSW.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/V4/5CJPBQOLRJLVVFSHOAC1D.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/V4/5CJPBQOLRJLVVFSHOAC1D.uasset new file mode 100644 index 0000000000000000000000000000000000000000..28c66e5d3c157e7d9b381cdf5587494cf2f386e5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/V4/5CJPBQOLRJLVVFSHOAC1D.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/Y5/RMHJA2MTTSFB8FFHSB882.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/Y5/RMHJA2MTTSFB8FFHSB882.uasset new file mode 100644 index 0000000000000000000000000000000000000000..04838cafa6311ce7d449249e84908ee384d9aed0 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0Q/Y5/RMHJA2MTTSFB8FFHSB882.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/2V/302R61LJJMLQFP1DDP3UH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/2V/302R61LJJMLQFP1DDP3UH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..eb3adfff95011176c77486a14b2da0a7f3631b6c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/2V/302R61LJJMLQFP1DDP3UH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/DL/QA9SBPW5GOXL7H303RZI7.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/DL/QA9SBPW5GOXL7H303RZI7.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8f069e6f6567a27ceaf5c17a3a152dc5492b3c0b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/DL/QA9SBPW5GOXL7H303RZI7.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/E2/CH2DHTGMSJ9ELFEEWP2YP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/E2/CH2DHTGMSJ9ELFEEWP2YP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..ce25650ad1ab1e30950e8f073cbc99769ee5a5a8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/E2/CH2DHTGMSJ9ELFEEWP2YP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/E7/U7K90RI8UYRJ742BN77GM.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/E7/U7K90RI8UYRJ742BN77GM.uasset new file mode 100644 index 0000000000000000000000000000000000000000..68fd4413abbcdeaac0e89cbd44f802c4c4d4334e Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/E7/U7K90RI8UYRJ742BN77GM.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/ED/5AFLBB28M5LL320KWWB74.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/ED/5AFLBB28M5LL320KWWB74.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c4b3322c85233149e509873ab0330ceebc5d25af Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/ED/5AFLBB28M5LL320KWWB74.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/EJ/QFJPESO0NVKVKI4C9JBKF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/EJ/QFJPESO0NVKVKI4C9JBKF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..118f9820432a730ea6a0bd9c317122bf6c99531c Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/EJ/QFJPESO0NVKVKI4C9JBKF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/HW/N2FGS4CDS1EKMFN4HW9YH.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/HW/N2FGS4CDS1EKMFN4HW9YH.uasset new file mode 100644 index 0000000000000000000000000000000000000000..58bc3dc7a46a62a60f8cd66eca736d58464d960a Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/HW/N2FGS4CDS1EKMFN4HW9YH.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/IX/HEVQHA5O7MK6BLEJTQ05W.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/IX/HEVQHA5O7MK6BLEJTQ05W.uasset new file mode 100644 index 0000000000000000000000000000000000000000..faefbd024f4e3737116c6e4bbfa9fd77eb7f01d4 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/IX/HEVQHA5O7MK6BLEJTQ05W.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/LD/OKWD0E1OMJR2K3630V11O.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/LD/OKWD0E1OMJR2K3630V11O.uasset new file mode 100644 index 0000000000000000000000000000000000000000..8ce197387852e3916747612d2ac62b0967e289da Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/LD/OKWD0E1OMJR2K3630V11O.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/NH/USVC8YQP1FMNCKDXC83W1.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/NH/USVC8YQP1FMNCKDXC83W1.uasset new file mode 100644 index 0000000000000000000000000000000000000000..9554dde6666de976a4e1ad6e6738dadcf5086928 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/NH/USVC8YQP1FMNCKDXC83W1.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/QK/T2WSG7KGANEWNHW8HD5R6.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/QK/T2WSG7KGANEWNHW8HD5R6.uasset new file mode 100644 index 0000000000000000000000000000000000000000..a0eeebd613d45313d99b335aaa005a9300d1c672 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/QK/T2WSG7KGANEWNHW8HD5R6.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/S8/RI7LVOKGX9FTLIUCR4W1V.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/S8/RI7LVOKGX9FTLIUCR4W1V.uasset new file mode 100644 index 0000000000000000000000000000000000000000..3a5d50de71f134d5e48c83d023032c0514f9c5c5 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/S8/RI7LVOKGX9FTLIUCR4W1V.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/X1/FRN63UCREVV5MMZFNIGL2.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/X1/FRN63UCREVV5MMZFNIGL2.uasset new file mode 100644 index 0000000000000000000000000000000000000000..c23edbcb560e62151a573a39f97e8adb6bf26dcb Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0R/X1/FRN63UCREVV5MMZFNIGL2.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/1Q/BHZWD9O57D5AW6UJBAGDA.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/1Q/BHZWD9O57D5AW6UJBAGDA.uasset new file mode 100644 index 0000000000000000000000000000000000000000..b89392e37f302009296489c2a0486284ea18c806 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/1Q/BHZWD9O57D5AW6UJBAGDA.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/5X/42QQHWLUYZGKMA36AF8I4.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/5X/42QQHWLUYZGKMA36AF8I4.uasset new file mode 100644 index 0000000000000000000000000000000000000000..4d9d73edbcfa6a518357b8acf39b7218e8d0a589 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/5X/42QQHWLUYZGKMA36AF8I4.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/CK/2EHL9AQO04KLVK56W2162.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/CK/2EHL9AQO04KLVK56W2162.uasset new file mode 100644 index 0000000000000000000000000000000000000000..6a6eea37fc02d5c883029f011b8b3d22031f151f Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/CK/2EHL9AQO04KLVK56W2162.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/HO/EF0E97UQL7VVN7GRHV4GF.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/HO/EF0E97UQL7VVN7GRHV4GF.uasset new file mode 100644 index 0000000000000000000000000000000000000000..0e00e1bd54d5476c669cb8202429a161d9832da8 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/HO/EF0E97UQL7VVN7GRHV4GF.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/LW/15BH4YKEISZT0MR3SNEPS.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/LW/15BH4YKEISZT0MR3SNEPS.uasset new file mode 100644 index 0000000000000000000000000000000000000000..e8c75c7e3b556b4deb670babb210d547daf0b8e3 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/LW/15BH4YKEISZT0MR3SNEPS.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/XF/7QG7OH5US2FCEFVFS7MQP.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/XF/7QG7OH5US2FCEFVFS7MQP.uasset new file mode 100644 index 0000000000000000000000000000000000000000..1cdcd710c7637b9e4c5114503ec6f29eb6352d6b Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0S/XF/7QG7OH5US2FCEFVFS7MQP.uasset differ diff --git a/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0T/JO/XAZZ9QZNKQHO76LLOCGSK.uasset b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0T/JO/XAZZ9QZNKQHO76LLOCGSK.uasset new file mode 100644 index 0000000000000000000000000000000000000000..39e45017ab49e17be1a617c6f22cdb99ea543c19 Binary files /dev/null and b/LyraStarterGame/Plugins/GameFeatures/ShooterMaps/Content/__ExternalActors__/Maps/L_Expanse/0T/JO/XAZZ9QZNKQHO76LLOCGSK.uasset differ