Bugfix : display player view obturation effect when player is hit (damage amount remain to fix)
This commit is contained in:
parent
6113e1fb8c
commit
7c56419186
BIN
Content/Legumix/Ennemy/RangeEnemy/Projectile/BP_Projectile.uasset
(Stored with Git LFS)
BIN
Content/Legumix/Ennemy/RangeEnemy/Projectile/BP_Projectile.uasset
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Legumix/Levels/LVL_GYM_00.umap
(Stored with Git LFS)
BIN
Content/Legumix/Levels/LVL_GYM_00.umap
(Stored with Git LFS)
Binary file not shown.
BIN
Content/Legumix/Player/BP_Play.uasset
(Stored with Git LFS)
BIN
Content/Legumix/Player/BP_Play.uasset
(Stored with Git LFS)
Binary file not shown.
@ -46,7 +46,7 @@ void ALMPlayer::BeginPlay()
|
||||
|
||||
GetCamera()->SetFieldOfView(ULMUserSettings::GetLegumixUserSettings()->FieldOfView);
|
||||
|
||||
HealthComponent->OnHealthChanged.AddDynamic(this, &ALMPlayer::SetDisplayDamageParameters);
|
||||
// HealthComponent->OnHealthChanged.AddDynamic(this, &ALMPlayer::SetDisplayDamageParameters);
|
||||
|
||||
MovementModeChangedDelegate.AddUniqueDynamic(this, &ALMPlayer::MovementChanged);
|
||||
}
|
||||
|
@ -15,6 +15,7 @@ class ULMWeaponManager;
|
||||
class ULMHealthComponent;
|
||||
class UMaterialInstanceDynamic;
|
||||
class ALMAmmo;
|
||||
class ULMHitBox;
|
||||
|
||||
DECLARE_DYNAMIC_MULTICAST_DELEGATE(FOnRequestUnpauseSignature);
|
||||
|
||||
|
Reference in New Issue
Block a user