Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UEdGraphSchema_Niagara
Description
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.
| Name | PinToNiagaraVariable |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h |
| Include Path | #include "EdGraphSchema_Niagara.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/EdGraphSchema_Niagara.cpp |
static FNiagaraVariable PinToNiagaraVariable
(
const UEdGraphPin * Pin,
bool bNeedsValue,
ENiagaraStructConversion StructConversion
)