Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint > API/Plugins/ModelViewViewModelBlueprint/UMVVMBlueprintViewConversionFunc-
Description
Returns the pin from the graph. Create the graph and all the nodes for that graph if the graph doesn't exist and it's needed.
| Name | GetOrCreateGraphPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintViewConversionFunction.h |
| Include Path | #include "MVVMBlueprintViewConversionFunction.h" |
| Source | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Private/MVVMBlueprintViewConversionFunction.cpp |
UEdGraphPin * GetOrCreateGraphPin
(
UBlueprint * Blueprint,
const FMVVMBlueprintPinId & PinId
)