Navigation
API > API/Plugins > API/Plugins/MassAIReplication
References
| Module | MassAIReplication |
| Header | /Engine/Plugins/AI/MassAI/Source/MassAIReplication/Public/MassReplicationPathHandlers.h |
| Include | #include "MassReplicationPathHandlers.h" |
Syntax
class FMassReplicationProcessorPathHandler
Remarks
Used to replicate path following by your UMassReplicationProcessorBase derived class. This class should only get used on the server.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< FMassZoneGraphLaneLocationFragment > | LaneLocationList | ||
| TArrayView< FMassMoveTargetFragment > | MoveTargetList | ||
| TArrayView< FMassZoneGraphPathRequestFragment > | PathRequestList |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddEntity
(
const int32 EntityIdx, |
Set the replicated path data when we are adding an entity to the client bubble. | |
| void | AddRequirements
(
FMassEntityQuery& InQuery |
Adds the requirements for the path following to the query. | |
| void | CacheFragmentViews
(
FMassExecutionContext& ExecContext |
Cache any component views you want to, this will get called before we iterate through entities. | |
| void | ModifyEntity
(
const FMassReplicatedAgentHandle Handle, |
Set the replicated path data when we are modifying an entity that already exists in the client bubble. |