EScriptInstrumentationType
Namespace: UAssetAPI.Kismet.Bytecode
public enum EScriptInstrumentationType
Inheritance Object → ValueType → Enum → EScriptInstrumentationType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Class | 0 | |
| ClassScope | 1 | |
| Instance | 2 | |
| Event | 3 | |
| InlineEvent | 4 | |
| ResumeEvent | 5 | |
| PureNodeEntry | 6 | |
| NodeDebugSite | 7 | |
| NodeEntry | 8 | |
| NodeExit | 9 | |
| PushState | 10 | |
| RestoreState | 11 | |
| ResetState | 12 | |
| SuspendState | 13 | |
| PopState | 14 | |
| TunnelEndOfThread | 15 | |
| Stop | 16 |