ENiagaraMipMapGeneration

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h

Include

#include "NiagaraCommon.h"

Syntax

enum ENiagaraMipMapGeneration
{
    Disabled,
    PostStage,
    PostSimulate,
}

Values

Name

Description

Disabled

Mips will not be created or automatically generated.

PostStage

Mips will be generated after each stage where the interfaces is written to.

PostSimulate

Mips will be generated after all stages have been run if the interface was written to.

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