Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Net
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Net/UnrealNetwork.h |
| Include | #include "Net/UnrealNetwork.h" |
Syntax
struct FDoRepLifetimeParams
Remarks
Struct containing various parameters that can be passed to DOREPLIFETIME_WITH_PARAMS to control how variables are replicated.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsPushBased | Whether or not this property uses Push Model. See PushModel.h | |
| ELifetimeCondition | Condition | Replication Condition. | |
| ELifetimeRepNotifyCondition | RepNotifyCondition | RepNotify Condition. |