RolloutState
A three-phase rollout state used to opt in or out of engine features.
Items 3
| History | Name | Value | Description | |
|---|---|---|---|---|
| 646 | Default | 0 | Uses the engine-wide rollout default, which changes as the feature progresses through its rollout phases. | |
| 646 | Disabled | 1 | Opts out of the feature regardless of the engine-wide rollout phase. | |
| 646 | Enabled | 2 | Opts in to the feature regardless of the engine-wide rollout phase. |
Description
Several Workspace properties use RolloutState to support a
three-phase rollout pattern, where a feature is initially opt-in (Default
equals disabled), then opt-out (Default equals enabled), and finally always
on. Default always tracks the current engine-wide phase.