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
{
Invalid = 0 UMETA(Hidden),
UMETA =(DisplayName = "Unexposed"),
UMETA =(DisplayName = "Exposed"),
UMETA =(DisplayName = "Hidden"),
}
Values
| Name |
Description |
| Invalid |
|
| UMETA |
The script is not visible by default to the user, but can be made visible by disabling the "Library only" filter option. |
| UMETA |
The script is exposed to the asset library and always visible to the user. |
| UMETA |
The script is never visible to the user. |