UNiagaraNodeAssignment::SetAssignmentTarget

Set the assignment target and default value.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNodeAssignment.h"

Source

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

Syntax

bool SetAssignmentTarget
(
    int32 Idx,
    const FNiagaraVariable & InVar,
    const FString * InDefaultValue
)

Remarks

Set the assignment target and default value. This does not call RefreshFromExternalChanges, which you will need to do to update the internal graph. Returns true if values were changed.

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