AMRISubjectState::GetLifetimeReplicatedProps¶
Class: AMRISubjectState
Registers which properties are replicated.
Syntax¶
void AMRISubjectState::GetLifetimeReplicatedProps(TArray< FLifetimeProperty > &OutLifetimeProps) const override
Parameters¶
| Parameter | Type | Description |
|---|---|---|
OutLifetimeProps |
TArray< FLifetimeProperty > & |
Remarks¶
IMPORTANT In the implementation, you MUST call DOREPLIFETIME for each replicated property, or it won't be replicated and you can't read it back out later! outLifetimeProps Output array to populate with replication rules.