Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/WidgetComponent.h |
| Include | #include "Components/WidgetComponent.h" |
Syntax
enum ETickMode
{
Disabled,
Enabled,
Automatic,
}
Values
| Name | Description |
|---|---|
| Disabled | The component tick is disabled until re-enabled. |
| Enabled | The component is always ticked |
| Automatic | The component is ticked only when needed. i.e. when visible. |