Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate > API/Plugins/ConcertClientSharedSlate/Replication > API/Plugins/ConcertClientSharedSlate/Replication/Settings
Inheritance Hierarchy
- FConcertSubobjectMatchingRules
- FConcertInheritableSubobjectMatchingRules
References
| Module | ConcertClientSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Public/Replication/Settings/ConcertSubobjectMatchingRules.h |
| Include | #include "Replication/Settings/ConcertSubobjectMatchingRules.h" |
Syntax
USTRUCT ()
struct FConcertSubobjectMatchingRules
Remarks
Defines rules for finding subobjects of an object.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FString > | ExcludeSubobjectRegex | Components that match any of this regex will be excluded from IncludeClasses. | |
| EConcertIncludeAllSubobjectsType | IncludeAllOption | Behaviour to configure for including all of a certain type of subobject. | |
| TSet< FSoftClassPath > | IncludeClasses | A list of subobject classes to add by default. | |
| TSet< FString > | IncludeSubobjectRegex | Components that match any of this regex will be included as well. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | MatchToSubobjects
(
const UObject& AddedObject, |
||
| void | MatchToSubobjectsBreakable
(
const UObject& AddedObject, |
Looks for subobjects in AddedObject that match these rules. |