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 FMVVMBlueprintPinId
Remarks
Pin name type to help with compare operation and moving it around.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMVVMBlueprintPinId
(
const TArrayView< const FName > Names |
|||
FMVVMBlueprintPinId
(
TArray< FName >&& Names |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TArrayView< const FName > | GetNames () |
||
| bool | IsChildOf
(
const FMVVMBlueprintPinId& Other |
Return true if the Pin is part of the Other pin. It can be a grand child. | |
| bool | IsDirectChildOf
(
const FMVVMBlueprintPinId& Other |
Return true if the Pin is the directly child of the Other pin. | |
| bool | IsValid () |
||
| FString | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FMVVMBlueprintPinId& Other |
||
| bool | operator==
(
const TArrayView< const FName > Other |