Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraTypes.h |
| Include | #include "NiagaraTypes.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraInputConditionMetadata
Remarks
Defines options for conditionally editing and showing script inputs in the UI.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | InputName | The name of the input to use for matching the target values. | |
| TArray< FString > | TargetValues | The list of target values which will satisfy the input condition. |