Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate > API/Plugins/ConcertClientSharedSlate/Replication > API/Plugins/ConcertClientSharedSlate/Replication/Settings
References
| Module | ConcertClientSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Public/Replication/Settings/ConcertPerClassSubobjectMatchingRules.h |
| Include | #include "Replication/Settings/ConcertPerClassSubobjectMatchingRules.h" |
Syntax
USTRUCT ()
struct FConcertPerClassSubobjectMatchingRules
Remarks
Binds subobject matching rules to classes. The matching rules can then be applied recursively, if FConcertSubobjectDefaultSelectionRules::bInheritFromBase is set to true.
For example, suppose you have set up two sets of rules: one for matching subobjects of an UStaticMeshComponent and one for USkeletalMeshComponent. If the bInheritFromBase is set true for USkeletalMeshComponent's rules, then UStaticMeshComponent will also be applied when searching a skeletal mesh component.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FSoftClassPath, FConcertInheritableSubobjectMatchingRules > | SubobjectMatchingRules | Maps matching rules to actor and component classes. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MatchSubobjectsRecursively
(
const UObject& Object, |
||
| void | MatchSubobjectsRecursivelyBreakable
(
const UObject& Object, |
Recursively walks up Object class hierarchy and tries to find subobjects |