Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
A compiled and shared delegate bindings
| Name | FMVVMViewClass_Event |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMViewClass.h |
| Include Path | #include "View/MVVMViewClass.h" |
Syntax
USTRUCT ()
struct FMVVMViewClass_Event
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FieldPath | FMVVMVCompiledFieldPath | View/MVVMViewClass.h | ||
| SourceBitField | uint64 | View/MVVMViewClass.h | ||
| SourceToReevaluate | FMVVMViewClass_SourceKey | View/MVVMViewClass.h | ||
| UserWidgetFunctionName | FName | View/MVVMViewClass.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FMVVMVCompiledFieldPath & GetMulticastDelegatePath () |
The path to get access to the multicast from the UserWidget. | View/MVVMViewClass.h | |
| The source, if the multicast parent is a valid source. | View/MVVMViewClass.h | ||
uint64 GetSources () |
A view event may require more than one view sources to run the event. | View/MVVMViewClass.h | |
const FName GetUserWidgetFunctionName() |
The name of the UFunction on the UserWidget. | View/MVVMViewClass.h |