BTTask_LPSP_Set_Lower_Equipped

Introduction

The "Set Lower Equipped Behavior Tree Task" (BTTask_LPSP_Set_Lower_Equipped) helps us set the lowered value on a pawn. Essentially, this task allows us to instruct a pawn whether it should be lowering its equipped item or not.

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

Editable Variables

Lowered:

This variable helps us determine whether we're trying to set "lowered" to true or false. Essentially, this is the value we're setting on the agent.

Private Variables

Controlled Pawn:

This variable stores a reference to the pawn on which we are running this task.


Last updated

Was this helpful?