enum ConfigVariableFlag
Flags that control the behavior of a config variable.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
RenderThreadSafe |
1 |
Value updates are deferred to frame boundaries to ensure value of the variable doesn't change in the middle of frame execution. |
ReadOnly |
2 |
Value cannot be changed at runtime after initialization. |