Choose your operating system:
Windows
macOS
Linux
| IClientBubbleHandlerInterface
|
Module |
|
Header |
/Engine/Plugins/Runtime/MassGameplay/Source/MassReplication/Public/MassClientBubbleHandler.h |
Include |
#include "MassClientBubbleHandler.h" |
class IClientBubbleHandlerInterface
Interface for the bubble handler classes. All the outside interaction with the FastArray logic should be done via the Handler interface or derived classes where possible. These virtual functions are either only called once each per frame on the client for a few struct instances or called at startup / shutdown.
Name | Description | |
---|---|---|
|
~IClientBubbleHandlerInterface() |
Name | Description | ||
---|---|---|---|
|
DebugValidateBubbleOnClient() |
||
|
DebugValidateBubbleOnServer() |
||
|
InitializeForWorld ( |
||
|
PostReplicatedAdd ( |
||
|
PostReplicatedChange ( |
||
|
PreReplicatedRemove ( |
These functions are processed internally by TClientBubbleHandlerBase |
|
|
Reset() |
||
|
SetClientHandle ( |
||
|
Tick ( |
||
|
UpdateAgentsToRemove() |