BP_LPSP_AN_Magazine_Hidden_Visually

Introduction

The BP_LPSP_AN_Magazine_Hidden_Visually blueprint is an AnimNotify that instructs its owning character to set the visual visibility of its equipped weapon’s magazine to a specific new value.

If you seek to access the BP_LPSP_AN_Magazine_Hidden_Visually, it is conveniently located at the following path: InfimaGames/LowPolyShooterPack/Core/Notifies/BP_LPSP_AN_Magazine_Hidden_Visually.

Editable Variables

Hidden:

If you set this value to true, the owning character's equipped weapon’s magazine will be hidden. Otherwise, it will be visible.

Run For AI:

This variable determines whether this notification should only be run on AI characters or if it should also be run on players. This is important because most of these notifications are meant to be run either on the first-person montages (FP Montages) or on the third-person montages (TP Montages). However, players play both types of montages, while AI only play TP Montages. Therefore, we need to make sure that players do not trigger these notifications for their TP Montages, but AI does.


Last updated

Was this helpful?