Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
| |
|
| Name |
FCreateGraphResult |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/Bindings/MVVMConversionFunctionHelper.h |
| Include Path |
#include "Bindings/MVVMConversionFunctionHelper.h" |
Syntax
struct FCreateGraphResult
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bIsUbergraphPage |
bool |
True if this graph belongs in an ubergraph page |
Bindings/MVVMConversionFunctionHelper.h |
|
| NamedNodes |
TMap< FName, UK2Node * > |
Nodes of relevance beyond the wrapped node, keyed by name. |
Bindings/MVVMConversionFunctionHelper.h |
|
| NewGraph |
UEdGraph * |
The new graph created. |
Bindings/MVVMConversionFunctionHelper.h |
|
| WrappedNode |
UK2Node * |
Node that owns the pins. |
Bindings/MVVMConversionFunctionHelper.h |
|