EParticleUVFlipMode
Namespace: UAssetAPI.UnrealTypes.EngineEnums
public enum EParticleUVFlipMode
Inheritance Object → ValueType → Enum → EParticleUVFlipMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | |
| FlipUV | 1 | |
| FlipUOnly | 2 | |
| FlipVOnly | 3 | |
| RandomFlipUV | 4 | |
| RandomFlipUOnly | 5 | |
| RandomFlipVOnly | 6 | |
| RandomFlipUVIndependent | 7 | |
| EParticleUVFlipMode_MAX | 8 |