Enum EGraphType
Distinguishes between different graph types. Graphs can have different properties; for example: functions have one entry point, ubergraphs can have multiples.
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public enum EGraphType
Fields
| Name | Description |
|---|---|
| GT_Animation | |
| GT_Function | |
| GT_Macro | |
| GT_MAX | |
| GT_StateMachine | |
| GT_Ubergraph |