Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Data
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Data/ConcertPropertySelection.h |
| Include | #include "Replication/Data/ConcertPropertySelection.h" |
Syntax
USTRUCT ()
struct FConcertPropertySelection
Remarks
List of properties to be replicated for a given object
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FConcertPropertyChain > | ReplicatedProperties | List of replicated properties. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Adds all parent properties if they are missing. | ||
| bool | EnumeratePropertyOverlaps
(
TConstArrayView< FConcertPropertyChain > First, |
Determines all properties that overlap. This algorithm is strictly O(n^2) but runs O(n) on average. | |
| bool |
Includes
(
const FConcertPropertySelection& Other |
||
| bool | OverlapsWith
(
const FConcertPropertySelection& Other |