Navigation
API > API/Plugins > API/Plugins/MassReplication
References
| Module | MassReplication |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassReplication/Public/MassReplicationSubsystem.h |
| Include | #include "MassReplicationSubsystem.h" |
Syntax
struct FMassClientReplicationInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMassReplicationAgentDataMap | AgentsData | The saved agent data of the entities handle by this client | |
| TArray< FMassEntityHandle > | HandledEntities | Array of all the entities handled by this client This array might contains duplicates if there is more than one viewer per client as this concatenates the entities from all viewer of a client) | |
| TArray< FMassViewerHandle > | Handles | Array of all the viewer of this client |