Navigation
API > API/Plugins > API/Plugins/MassAIBehavior > API/Plugins/MassAIBehavior/UMassLookAtSubsystem
Description
Moves multiple items based on their entity handle, cell location and new bounding box.
Cell location provided in the tuple is a reference and will be updated in the process.
| Name | BatchMoveTarget |
| Type | function |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassLookAtSubsystem.h |
| Include Path | #include "MassLookAtSubsystem.h" |
void BatchMoveTarget
(
const TArrayView < TTuple < const FMassEntityHandle , FMassLookAtTargetFragment &, const FBox > > InUpdates
)
Parameters
| Name | Remarks |
|---|---|
| InUpdates | List of entity, cell location reference and new bounds to use for each item to update in the grid. |