Navigation
API > API/Plugins > API/Plugins/Niagara
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.
| Name | FNiagaraInlineDynamicInputFormatToken |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include Path | #include "NiagaraScript.h" |
Syntax
USTRUCT ()
struct FNiagaraInlineDynamicInputFormatToken
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraScript.h | |||
FNiagaraInlineDynamicInputFormatToken
(
ENiagaraInlineDynamicInputFormatTokenUsage InUsage, |
NiagaraScript.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Usage | ENiagaraInlineDynamicInputFormatTokenUsage | Defines how the value of this token should be used when formatting the dynamic input tree. | NiagaraScript.h |
|
| Value | FString | The value of this token which is used for formatting an inline dynamic input tree. | NiagaraScript.h |
|