Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate
| |
|
| Name |
EConcertIncludeAllSubobjectsType |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Public/Replication/Settings/ConcertSubobjectMatchingRules.h |
| Include Path |
#include "Replication/Settings/ConcertSubobjectMatchingRules.h" |
Syntax
enum EConcertIncludeAllSubobjectsType
{
None,
AllComponents,
AllSubobjects,
}
Values
| Name |
Remarks |
| None |
Include nothing by default |
| AllComponents |
Include all components |
| AllSubobjects |
Include all subobjects recursively (includes components, their subobjects, etc. ) |