Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelBlueprint
References
| Module | ModelViewViewModelBlueprint |
| Header | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelBlueprint/Public/MVVMPropertyPath.h |
| Include | #include "MVVMPropertyPath.h" |
Syntax
USTRUCT&40;&41;
struct FMVVMBlueprintFieldPath
Remarks
A single item in a Property Path
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMVVMBlueprintFieldPath
(
const UBlueprint* InContext, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| EBindingKind | |||
| UE::MVVM::FMVVMConstFieldVariant | |||
| FName | GetFieldName
(
const UClass* SelfContext |
Get the binding name, resolves reference deprecation / redirectors / etc before returning | |
| UClass * | GetParentClass
(
const UClass* SelfContext |
||
| bool | |||
| void | SetDeprecatedBindingReference
(
const FMemberReference& InBindingReference, |
||
| void | SetDeprecatedSelfReference
(
const UBlueprint* Context |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMVVMBlueprintFieldPath& Other |
||
| bool | operator==
(
const FMVVMBlueprintFieldPath& Other |