Navigation
API > API/Plugins > API/Plugins/MassAIReplication > API/Plugins/MassAIReplication/FMassReplicationProcessorPathHan-
References
| Module | MassAIReplication |
| Header | /Engine/Plugins/AI/MassAI/Source/MassAIReplication/Public/MassReplicationPathHandlers.h |
| Include | #include "MassReplicationPathHandlers.h" |
template<typename AgentArrayItem>
void ModifyEntity
&40;
const FMassReplicatedAgentHandle Handle,
const int32 EntityIdx,
TMassClientBubblePathHandler< AgentArrayItem > & BubblePathHandler,
bool bLastClient
&41;
Remarks
Set the replicated path data when we are modifying an entity that already exists in the client bubble.
Parameters
| Name | Description |
|---|---|
| Handle | to the agent in the TMassClientBubbleHandler (that TMassClientBubblePathHandler is a member variable of). |
| EntityIdx | the index of the entity in fragment views that have been cached. |
| BubblePathHandler | handler to actually set the data in the client bubble |
| bLastClient | means it safe to reset any dirtiness |