Navigation
API > API/Plugins > API/Plugins/Niagara
DEPRECATED - All classes and data in here are deprecated in favor of the generic User Asset Tags system.
| Name | ENiagaraAssetLibraryAssetTypes |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraAssetTagDefinitions.h |
| Include Path | #include "NiagaraAssetTagDefinitions.h" |
Syntax
enum ENiagaraAssetLibraryAssetTypes
{
Emitters = 1 << 0,
Systems = 1 << 1,
Scripts = 1 << 2,
}
Values
| Name | Remarks |
|---|---|
| Emitters | |
| Systems | |
| Scripts |