UNiagaraNodeCustomHlsl::MoveDynamicPin

Moves a pin among the pins of the same direction. Negative values for up, positive for down.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraNodeWithDynamicPins::MoveDynamicPin()

UNiagaraNodeCustomHlsl::MoveDynamicPin()

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNodeCustomHlsl.h"

Source

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

Syntax

virtual void MoveDynamicPin
(
    UEdGraphPin * Pin,
    int32 DirectionToMove
)

Remarks

Moves a pin among the pins of the same direction. Negative values for up, positive for down.

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