Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraScriptLibraryVisibility |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include Path | #include "NiagaraScript.h" |
Syntax
enum ENiagaraScriptLibraryVisibility
{
Invalid = 0,
Unexposed,
Library,
Hidden,
}
Values
| Name | Remarks |
|---|---|
| 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. |