enum
LogFlags
Warnings which can be disabled or enabled.
Fields
| Name | Description |
|---|---|
| LightingModelNotIncludedInBuild | Log when a UIBlock uses a LightingModel which has not been marked to be included in builds via UIBlock2DLightingModels, UIBlock3DLightingModels, or TextBlockLightingModels (depending on UIBlock type). |
| ListViewItemDestroyed | Log when a child of a ListView is destroyed out from under it. |
| ListViewUntrackedItemsUnderRoot | Log when ListView has children under it that it is not tracking. |
| None | Don't log any warnings. |
| PackedImageFailure | Log whenever an issue is encountered that prevents Packed images from working (which will causes all images to fallback to Unpacked). |
| UnsupportedTextShader | Log when an unsupported TMP shader is used (which will cause the TextBlock to fallback to
|