Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include | #include "NiagaraEditorUtilities.h" |
Syntax
namespace FNiagaraEditorUtilities
{
enum ETrackAssetResult
{
Ignore,
Count,
CountRecursive,
}
}
Values
| Name | Description |
|---|---|
| Ignore | Do not count this asset |
| Count | Count this asset |
| CountRecursive | Count this asset and also check assets referencing it |