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 FViewerClientPair
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMassClientHandle | ClientHandle | ||
| FMassViewerHandle | ViewerHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FViewerClientPair
(
FMassViewerHandle InViewerHandle, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Invalidate () |
||
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
FViewerClientPair Other |