Enum EWidgetCompileTimeTickPrediction
This represents the tickability of a widget computed at compile time It is designed as a hint so the runtime can determine if ticking needs to be enabled
Namespace: UE4.UMGEditor
Assembly: UE4DotNet.dll
Syntax
public enum EWidgetCompileTimeTickPrediction
Remarks
A lot of widgets set to WillTick means you might have a performance problem
Fields
| Name | Description |
|---|---|
| EWidgetCompileTimeTickPrediction_MAX | |
| OnDemand | |
| WillTick | |
| WontTick |