unreal.NiagaraScriptLibraryVisibility

class unreal.NiagaraScriptLibraryVisibility

Bases: unreal.EnumBase

ENiagara Script Library Visibility

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraScript.h

HIDDEN

The script is never visible to the user. This is useful to “soft deprecate” assets that should not be shown to a user, but should also not generate errors for existing usages.

Type

3

LIBRARY

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

Type

2

UNEXPOSED

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

Type

1