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