Navigation
API > API/Plugins > API/Plugins/MassAIReplication
To replicate path following make a member variable of this class in your TClientBubbleHandlerBase derived class. This class is a friend of TMassClientBubblePathHandler. It is meant to have access to the protected data declared there.
| Name | TMassClientBubblePathHandler |
| Type | class |
| Header File | /Engine/Plugins/AI/MassAI/Source/MassAIReplication/Public/MassReplicationPathHandlers.h |
| Include Path | #include "MassReplicationPathHandlers.h" |
Syntax
template<typename AgentArrayItem>
class TMassClientBubblePathHandler
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TMassClientBubblePathHandler
(
TClientBubbleHandlerBase< AgentArrayItem >& InOwnerHandler |
MassReplicationPathHandlers.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CacheFragmentViewsForSpawnQuery
(
FMassExecutionContext& InExecContext |
MassReplicationPathHandlers.h | ||
void ClearFragmentViewsForSpawnQuery() |
MassReplicationPathHandlers.h | ||
void SetModifiedEntityData
(
const FMassEntityView& EntityView, |
Call this when an Entity that has already been spawned is modified on the client | MassReplicationPathHandlers.h | |
void SetSpawnedEntityData
(
const FMassEntityView& EntityView, |
MassReplicationPathHandlers.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AddRequirementsForSpawnQuery
(
FMassEntityQuery& InQuery |
When entities are spawned in Mass by the replication system on the client, a spawn query is used to set the data on the spawned entities. | MassReplicationPathHandlers.h |