Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Data > API/Plugins/ConcertSyncCore/Replication/Data/FConcertPropertyChain
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Data/ConcertPropertySelection.h |
| Include | #include "Replication/Data/ConcertPropertySelection.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Private/Replication/Data/ConcertPropertySelection.cpp |
bool MatchesExactly
(
const FArchiveSerializedPropertyChain * OptionalChain,
const FProperty & LeafProperty
) const
Remarks
Utility for checking whether this path corresponds to OptionalChain leading to LeafProperty. Whether OptionalChain and LeafProperty correspond to this path.
Parameters
| Name | Description |
|---|---|
| OptionalChain | Contains all properties leading up to the LeafProperty. You can skip inner container properties. |
| LeafProperty | The last property |