Navigation
API > API/Plugins > API/Plugins/ConcertClientSharedSlate > API/Plugins/ConcertClientSharedSlate/Replication > API/Plugins/ConcertClientSharedSlate/Replication/Settings
References
| Module | ConcertClientSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertClientSharedSlate/Source/ConcertClientSharedSlate/Public/Replication/Settings/ConcertStreamObjectAutoBindingRules.h |
| Include | #include "Replication/Settings/ConcertStreamObjectAutoBindingRules.h" |
Syntax
USTRUCT ()
struct FConcertStreamObjectAutoBindingRules
Remarks
When a user adds an object via the stream editor, you may want to automatically bind properties and add additional subobjects This structure contains rules to achieve this.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FConcertPerClassSubobjectMatchingRules | DefaultAddedSubobjectRules | Rules for auto adding additional subobjects. | |
| TMap< FSoftClassPath, FConcertDefaultPropertySelection > | DefaultPropertySelection | Properties you want selected by default when you add a new replicated object in the editor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddDefaultPropertiesFromSettings
(
UClass& Class, |
Reads DefaultPropertySelection and calls Callback for any default property selections based on the Class just added. |