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 ENiagaraInlineDynamicInputFormatTokenUsage
{
Input,
Decorator,
LineBreak,
}
Values
| Name | Description |
|---|---|
| Input | The format token refers to a dynamic input function input. |
| Decorator | The format token represents text which is displayed along with inputs. |
| LineBreak | The format token represents a line break which will force the start a new row when sorting format tokens into groups. |
Remarks
Defines usages for inline dynamic input format tokens.