Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate > API/Plugins/ConcertClientSharedSlate/Replication > API/Plugins/ConcertClientSharedSlate/Replication/Settings > API/Plugins/ConcertClientSharedSlate/Replication/Settings/FConcertPerClass-
Syntax
UPROPERTY (EditAnywhere, Config, Category="Replication|Editor")
TMap < FSoftClassPath , FConcertInheritableSubobjectMatchingRules > SubobjectMatchingRules
Remarks
Maps matching rules to actor and component classes.
Examples:
- Whenever you add a StaticMeshActor actor, you its static mesh component to be added automatically, too (set IncludeSubobjectRegex to the components name).
- Whenever you add a component, you want to add its child components, too (set IncludeAllOption = AllComponents) .