Navigation
API > API/Plugins > API/Plugins/Niagara
References
| |
|
| Module |
Niagara |
| Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include |
#include "NiagaraScript.h" |
Syntax
enum ENiagaraScriptLibraryVisibility
&123;
Invalid = 0,
Unexposed,
Library,
Hidden,
&125;
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. |