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 FConcertPropertyChain
Remarks
Describes the path to a FProperty replicated by Concert.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConcertPropertyChain
(
const FArchiveSerializedPropertyChain* OptionalChain, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FConcertPropertyChain > | CreateFromPath
(
const UStruct& Class, |
Constructs a FConcertPropertyChain from a path if it is valid. | |
| FName | Gets the leaf property, which is the property the path leads towards. | ||
| FConcertPropertyChain | GetParent () |
||
| const TArray< FName > & | |||
| FName | |||
| bool | IsChildOf
(
const FConcertPropertyChain& ParentToCheck |
||
| bool | IsDirectChildOf
(
const FConcertPropertyChain& ParentToCheck |
||
| bool | IsEmpty () |
||
| bool | IsParentOf
(
const FConcertPropertyChain& ChildToCheck |
||
| bool | |||
| bool | MatchesExactly
(
const FArchiveSerializedPropertyChain* OptionalChain, |
Utility for checking whether this path corresponds to OptionalChain leading to LeafProperty. | |
| FProperty * | ResolveProperty
(
UStruct& Class, |
||
| FString | ToString
(
EToStringMethod Method |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EToStringMethod |
See Also
FConcertPropertyChain::PathToProperty.