ENiagaraScriptLibraryVisibility

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h

Include

#include "NiagaraScript.h"

Syntax

enum ENiagaraScriptLibraryVisibility
{
    Invalid      = 0,
    Unexposed,
    Library,
    Hidden,
}

Values

Name

Description

Invalid

Unexposed

The script is not visible by default to the user, but can be made visible by disabling the "Library only" filter option.

Library

The script is exposed to the asset library and always visible to the user.

Hidden

The script is never visible to the user.

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