Navigation
API > API/Plugins > API/Plugins/MassReplication
Inheritance Hierarchy
- AInfo
- AMassClientBubbleInfoBase
- AMassCrowdClientBubbleInfo
References
| Module | MassReplication |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassReplication/Public/MassClientBubbleInfoBase.h |
| Include | #include "MassClientBubbleInfoBase.h" |
Syntax
UCLASS ()
class AMassClientBubbleInfoBase : public AInfo
Remarks
The info actor base class that provides the actual replication
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDelegateHandle | OnPostWorldInitDelegateHandle | ||
| TArray< FMassClientBubbleSerializerBase * > | Serializers |
Constructors
| Type | Name | Description | |
|---|---|---|---|
AMassClientBubbleInfoBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginPlay () |
||
| void | EndPlay
(
const EEndPlayReason::Type EndPlayReason |
||
| void | InitializeForWorld
(
UWorld& World |
Called either on PostWorldInit() or PostInitProperties() | |
| void | |||
| void | SetClientHandle
(
FMassClientHandle InClientHandle |
||
| void | Tick
(
float DeltaTime |