Fixed Merge Errors

This commit is contained in:
Rafal Swierczek 2024-02-29 02:21:32 +00:00
parent 6e7450f3fa
commit 664ece2858
10 changed files with 16 additions and 15 deletions

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/Environment/Highlighting/HighlightingSourceSnapshotLocation/@EntryValue">C:\Users\Rafal\AppData\Local\JetBrains\Rider2023.3\resharper-host\temp\Rider\vAny\CoverageData\_EndlessVendetta.-1253833435\Snapshot\snapshot.utdcvr</s:String></wpf:ResourceDictionary>

View File

@ -35,7 +35,6 @@ void AEnemyCharacter::OnDeath()
AlertLevelDelegateHandle.Reset();
HuntPlayerDelegateHandle.Reset();
EnemyDied.Broadcast();
DelegatedControlHub->RemoveEnemyActor(this);
}
// Called every frame

View File

@ -139,7 +139,7 @@ public:
UFUNCTION(BlueprintCallable)
void DecrementRestrictedBoundsCount();
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRestrictedAreaStatusChangedSignature, bool, bIsInRestrictedArea);
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FRestrictedAreaStatusChangedSignature, bool, bIsInRestrictedAreaLmao);
UPROPERTY(BlueprintAssignable, Category = "Restricted Area")
FRestrictedAreaStatusChangedSignature RestrictedAreaStatusChanged;