EParticleSubUVInterpMethod

SubUV-related.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleEmitter.h

Include

#include "Particles/ParticleEmitter.h"

Syntax

enum EParticleSubUVInterpMethod
{
    PSUVIM_None,
    PSUVIM_Linear,
    PSUVIM_Linear_Blend,
    PSUVIM_Random,
    PSUVIM_Random_Blend,
    PSUVIM_MAX,
}

Values

Name

Description

PSUVIM_None

PSUVIM_Linear

PSUVIM_Linear_Blend

PSUVIM_Random

PSUVIM_Random_Blend

PSUVIM_MAX

Remarks

SubUV-related.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss