Navigation
API > API/Plugins > API/Plugins/Niagara
Defines usages for inline dynamic input format tokens.
| Name | ENiagaraInlineDynamicInputFormatTokenUsage |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include Path | #include "NiagaraScript.h" |
Syntax
enum ENiagaraInlineDynamicInputFormatTokenUsage
{
Input,
Decorator,
LineBreak,
}
Values
| Name | Remarks |
|---|---|
| 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. |