Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate > API/Plugins/ConcertClientSharedSlate/FConcertSubobjectMatchingRules
Description
Looks for subobjects in AddedObject that match these rules. This looks for direct subobjects only though you can call MatchToSubobjectsIn recursively on what you received through OnSubobjectMatched.
| Name | MatchToSubobjectsBreakable |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Public/Replication/Settings/ConcertSubobjectMatchingRules.h |
| Include Path | #include "Replication/Settings/ConcertSubobjectMatchingRules.h" |
| Source | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Private/Replication/Settings/ConcertSubobjectMatchingRules.cpp |
void MatchToSubobjectsBreakable
(
const UObject & AddedObject,
TFunctionRef < EBreakBehavior &)> OnSubobjectMatched
) const