| AllowedTransientProperties |
TArray< TFieldPath< FProperty > > |
Array of transient class properties that we should send transaction updates for even if usually filtered out. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- Category="Transaction Settings"
- Meta=(AllowedClasses="/Script/CoreUObject.Property")
|
| bIncludeAnnotationObjectChanges |
bool |
Should we include object changes that have been generated via a transaction annotation (where possible), or should we send the entire transaction annotation blob instead. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- AdvancedDisplay
- Category="Transaction Settings"
|
| bInteractiveHotReload |
bool |
Should we ask before hot-reloading changed packages? If disabled we will clobber any local changes when reloading packages. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- AdvancedDisplay
- Category="Transaction Settings"
|
| bShowPresenceInPIE |
bool |
Should we show presence when in PIE? |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- AdvancedDisplay
- Category="Transaction Settings"
|
| ExcludedProperties |
TArray< TFieldPath< FProperty > > |
Array of class properties that we should filtered out. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- Category="Transaction Settings"
- Meta=(AllowedClasses="/Script/CoreUObject.Property")
|
| ExcludedPropertyTypes |
TArray< FName > |
Array of property types that we should filtered out. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- Category="Transaction Settings"
|
| ExcludePackageClassFilters |
TArray< FPackageClassFilter > |
Array of package class filter. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- Category="Package Settings"
|
| ExcludeTransactionClassFilters |
TArray< FTransactionClassFilter > |
Array of additional Transaction class filter. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- Category="Transaction Settings"
|
| IncludeObjectClassFilters |
TArray< FTransactionClassFilter > |
Array of Transaction class filter. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- Category="Transaction Settings"
|
| PostReplicateActions |
TArray< FConcertReplicationActionEntry > |
Defines actions that are to be executed after certain properties are replicated, such as calling PostEditChange, etc. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- Category="Actions"
|
| ShowPresenceInGame |
EShowPresenceInGame |
Should we show presence when we are in game mode when running the editor. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- AdvancedDisplay
- Category="Transaction Settings"
|
| SnapshotTransactionsPerSecond |
float |
Number of snapshot transactions (eg, moving an object or dragging a slider) that should be sent per-second to other clients. |
ConcertSyncSettings.h |
- Config
- EditAnywhere
- Category="Transaction Settings"
- Meta=(ClampMin="1", UIMin="1")
|