Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleModuleRequired
Syntax
TEnumAsByte< EParticleSubUVInterpMethod > InterpolationMethod
Remarks
SubUV-related. The interpolation method to used for the SubUV image selection. One of the following: PSUVIM_None - Do not apply SubUV modules to this emitter. PSUVIM_Linear - Smoothly transition between sub-images in the given order, with no blending between the current and the next PSUVIM_Linear_Blend - Smoothly transition between sub-images in the given order, blending between the current and the next PSUVIM_Random - Pick the next image at random, with no blending between the current and the next PSUVIM_Random_Blend - Pick the next image at random, blending between the current and the next