Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UEdGraphSchema_Niagara
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h |
Include | #include "EdGraphSchema_Niagara.h" |
Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/EdGraphSchema_Niagara.cpp |
static FNiagaraVariable PinToNiagaraVariable
&40;
const UEdGraphPin &42; Pin,
bool bNeedsValue,
ENiagaraStructConversion StructConversion
&41;
Remarks
Creates a niagara variable using the name, type, and default value stored on an ed graph pin. Pin The pin to create a variable from. bNeedsValue Whether or not the returned variable must be allocated to a valid value. When true if the pin doesn't have a valid default value itself the variable will be reset to default before return. returns The newly created variable.