Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include | #include "NiagaraEditorUtilities.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp |
namespace FNiagaraParameterUtilities
{
TSharedRef < SToolTip > FNiagaraParameterUtilities::GetTooltipWidget
(
FNiagaraVariable Variable,
bool bShowValue,
TSharedPtr < SWidget > AdditionalVerticalWidget
)
}
Remarks
Creates a tooltip based on a parameter. Also shows the value, if allocated and enabled.