UNiagaraGraph::GetPinVisualWidget

Wrapper to provide visual widgets for pins that are managed by external viewmodels.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h

Include

#include "NiagaraGraph.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraGraph.cpp

Syntax

TSharedRef< SWidget > GetPinVisualWidget
(
    const UEdGraphPin * Pin
) const

Remarks

Wrapper to provide visual widgets for pins that are managed by external viewmodels. Used with FNiagaraScriptToolkitParameterPanelViewModel to provide SNiagaraParameterNameView widget with validation delegates.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss