Navigation
API > API/Plugins > API/Plugins/MassReplication
References
| Module | MassReplication |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassReplication/Public/MassClientBubbleHandler.h |
| Include | #include "MassClientBubbleHandler.h" |
Syntax
struct FMassAgentRemoveData
Remarks
Data that is stored when an agent is removed from the bubble, when it times out its safe enough to remove entries in EntityInfoMap. The idea is that any out of order adds and removes will happen after this time.
Variables
| Type | Name | Description | |
|---|---|---|---|
| double | TimeLastRemoved |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassAgentRemoveData
(
double InTimeLastRemoved |