Navigation
API > API/Runtime > API/Runtime/UMG
| Name | ETickMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/WidgetComponent.h |
| Include Path | #include "Components/WidgetComponent.h" |
Syntax
enum ETickMode
{
Disabled,
Enabled,
Automatic,
}
Values
| Name | Remarks |
|---|---|
| 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. |