Navigation
API > API/Plugins > API/Plugins/MassCrowd
Inheritance Hierarchy
- FFastArraySerializer
- FMassClientBubbleSerializerBase
- FMassCrowdClientBubbleSerializer
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdBubble.h |
| Include | #include "MassCrowdBubble.h" |
Syntax
USTRUCT&40;&41;
struct FMassCrowdClientBubbleSerializer : public FMassClientBubbleSerializerBase
Remarks
Mass client bubble, there will be one of these per client and it will handle replicating the fast array of Agents between the server and clients
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMassCrowdClientBubbleHandler | Bubble | ||
| TArray< FCrowdFastArrayItem > | Crowd | Fast Array of Agents for efficient replication. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | NetDeltaSerialize
(
FNetDeltaSerializeInfo& DeltaParams |