Merge branch 'main' of https://gitea.dcstore.synology.me/pcy35549/D1
commit
0edeb4d14c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -694,6 +694,8 @@ void AMasterAI::SetDead(bool Condition)
|
|||
return;
|
||||
|
||||
bIsDead = Condition;
|
||||
|
||||
StateManagerComponent->SetCurrentState(FCombatGameplayTags::Get().Character_State_Dead);
|
||||
AAIController* aiController = Cast<AAIController>(GetController());
|
||||
if(aiController)
|
||||
{
|
||||
|
|
|
@ -136,9 +136,9 @@ private:
|
|||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hit", meta = (AllowPrivateAccess = "true"))
|
||||
FName PelvisBoneName;
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hit", meta = (AllowPrivateAccess = "true"))
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Effects|Hit", meta = (AllowPrivateAccess = "true"))
|
||||
TObjectPtr<class USoundBase> HitSound;
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hit", meta = (AllowPrivateAccess = "true"))
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Effects|Hit", meta = (AllowPrivateAccess = "true"))
|
||||
TObjectPtr<class UNiagaraSystem> HitEmitter;
|
||||
|
||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MovementSpeed", meta = (AllowPrivateAccess = "true"))
|
||||
|
|
Loading…
Reference in New Issue