Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UBlueprintVariableNodeSpawner
Description
Accessor to the variable's property. Will be null if this is for a local variable (as they don't have UProperties associated with them).
| Name | GetVarProperty |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/BlueprintVariableNodeSpawner.h |
| Include Path | #include "BlueprintVariableNodeSpawner.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/BlueprintVariableNodeSpawner.cpp |
FProperty const * GetVarProperty() const
Null if this wraps a local variable (or if the variable property is stale), otherwise the property this was initialized with.