Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate > API/Plugins/ConcertClientSharedSlate/Replication > API/Plugins/ConcertClientSharedSlate/Replication/Settings > API/Plugins/ConcertClientSharedSlate/Replication/Settings/FConcertSubobjec-
Syntax
UPROPERTY (EditAnywhere, Category="Config")
TSet < FString > IncludeSubobjectRegex
Remarks
Components that match any of this regex will be included as well.
Tips:
- If you want to include "Component" but not "ComponentName" you can use boundaries "\bComponent\b". . ".*" matches any sequence of characters.