EComponentCreationMethod
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EComponentCreationMethod
Inheritance Object → ValueType → Enum → EComponentCreationMethod
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Native | 0 | |
| SimpleConstructionScript | 1 | |
| UserConstructionScript | 2 | |
| Instance | 3 | |
| EComponentCreationMethod_MAX | 4 |