EComponentType
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EComponentType
Inheritance Object → ValueType → Enum → EComponentType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| TranslationX | 1 | |
| TranslationY | 2 | |
| TranslationZ | 3 | |
| RotationX | 4 | |
| RotationY | 5 | |
| RotationZ | 6 | |
| Scale | 7 | |
| ScaleX | 8 | |
| ScaleY | 9 | |
| ScaleZ | 10 | |
| EComponentType_MAX | 11 |