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 FNiagaraBoolParameterMetaData
Variables
| Type | Name | Description | |
|---|---|---|---|
| ENiagaraBoolDisplayMode | DisplayMode | The mode used determines the cases in which a bool parameter is displayed. | |
| TObjectPtr< UTexture2D > | IconOverrideFalse | If specified, this icon will be used for the given bool if it evaluates to False. | |
| TObjectPtr< UTexture2D > | IconOverrideTrue | If specified, this icon will be used for the given bool if it evaluates to True. | |
| FName | OverrideNameFalse | If specified, this name will be used for the given bool if it evaluates to False. | |
| FName | OverrideNameTrue | If specified, this name will be used for the given bool if it evaluates to True. |