BTTask_LPSP_Set_Running

Introduction

The "Set Running Behavior Tree Task" (BTTask_LPSP_Set_Running) helps us set the running value on a pawn. Essentially, this task allows us to instruct a pawn whether it should be running or not.

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

Editable Variables

Running:

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

Private Variables

Controlled:

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


Last updated

Was this helpful?