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;
|
return;
|
||||||
|
|
||||||
bIsDead = Condition;
|
bIsDead = Condition;
|
||||||
|
|
||||||
|
StateManagerComponent->SetCurrentState(FCombatGameplayTags::Get().Character_State_Dead);
|
||||||
AAIController* aiController = Cast<AAIController>(GetController());
|
AAIController* aiController = Cast<AAIController>(GetController());
|
||||||
if(aiController)
|
if(aiController)
|
||||||
{
|
{
|
||||||
|
|
|
@ -136,9 +136,9 @@ private:
|
||||||
|
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hit", meta = (AllowPrivateAccess = "true"))
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hit", meta = (AllowPrivateAccess = "true"))
|
||||||
FName PelvisBoneName;
|
FName PelvisBoneName;
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Hit", meta = (AllowPrivateAccess = "true"))
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Effects|Hit", meta = (AllowPrivateAccess = "true"))
|
||||||
TObjectPtr<class USoundBase> HitSound;
|
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;
|
TObjectPtr<class UNiagaraSystem> HitEmitter;
|
||||||
|
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MovementSpeed", meta = (AllowPrivateAccess = "true"))
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "MovementSpeed", meta = (AllowPrivateAccess = "true"))
|
||||||
|
|
Loading…
Reference in New Issue