Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
References
| Module | ModelViewViewModelBlueprint |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMBlueprintPin.h |
| Include | #include "MVVMBlueprintPin.h" |
Syntax
USTRUCT ()
struct FMVVMBlueprintPin
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMVVMBlueprintPin
(
FName PinName |
|||
FMVVMBlueprintPin
(
FMVVMBlueprintPinId PinId |
|||
FMVVMBlueprintPin
(
const TArrayView< const FName > PinName |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FMVVMBlueprintPin > | CopyAndReturnMissingPins
(
UBlueprint* Blueprint, |
||
| void | CopyTo
(
const UBlueprint* WidgetBlueprint, |
||
| TArray< FMVVMBlueprintPin > | CreateFromNode
(
UBlueprint* Blueprint, |
||
| FMVVMBlueprintPin | CreateFromPin
(
const UBlueprint* Blueprint, |
||
| UEdGraphPin * | FindGraphPin
(
const UEdGraph* Graph |
||
| const FMVVMBlueprintPinId & | GetId () |
||
| FName | GetName () |
||
| const FMVVMBlueprintPropertyPath & | GetPath () |
Get the path used by this pin. | |
| EMVVMBlueprintPinStatus | GetStatus () |
The pin could not be assigned to the graph pin. | |
| FString | GetValueAsString
(
const UClass* SelfContext |
||
| bool | IsInputPin
(
const UEdGraphPin* Pin |
||
| bool | IsSplit () |
The pin is split into its different components. | |
| bool | IsValid () |
||
| void | PostSerialize
(
const FArchive& Ar |
||
| void | Reset () |
||
| void | SetDefaultValue
(
const FText& Value |
||
| void | SetDefaultValue
(
UObject* Value |
||
| void | SetDefaultValue
(
const FString& Value |
||
| void | SetPath
(
const FMVVMBlueprintPropertyPath& Value |
||
| bool | Are we using the path. |