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
USTRUCT&40;&41;
struct FNiagaraInlineDynamicInputFormatToken
Remarks
Defines a single token in a format for displaying dynamic input trees inline in the UI. These tokens can represent the inputs to the dynamic input or additional text and layout options.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ENiagaraInlineDynamicInputFormatTokenUsage | Usage | Defines how the value of this token should be used when formatting the dynamic input tree. | |
| FString | Value | The value of this token which is used for formatting an inline dynamic input tree. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraInlineDynamicInputFormatToken
(
ENiagaraInlineDynamicInputFormatTokenUsage InUsage, |