Navigation
API > API/Plugins > API/Plugins/MassCrowd
Inheritance Hierarchy
- IClientBubbleHandlerInterface
- TClientBubbleHandlerBase
- FMassCrowdClientBubbleHandler
References
| Module | MassCrowd |
| Header | /Engine/Plugins/AI/MassCrowd/Source/MassCrowd/Public/MassCrowdBubble.h |
| Include | #include "MassCrowdBubble.h" |
Syntax
class FMassCrowdClientBubbleHandler : public TClientBubbleHandlerBase< FCrowdFastArrayItem >
Variables
| Type | Name | Description | |
|---|---|---|---|
| FMassClientBubblePathHandler | PathHandler | ||
| FMassClientBubbleTransformHandler | TransformHandler |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | PostReplicatedChangeEntity
(
const FMassEntityView& EntityView, |
Overridden from IClientBubbleHandlerInterface
| Type | Name | Description | |
|---|---|---|---|
| void | PostReplicatedAdd
(
const TArrayView< int32 > AddedIndices, |
||
| void | PostReplicatedChange
(
const TArrayView< int32 > ChangedIndices, |
Typedefs
| Name | Description |
|---|---|
| FMassClientBubblePathHandler | |
| FMassClientBubbleTransformHandler | |
| Super |