Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel
| Name | FMVVMViewClass_Condition |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMViewClass.h |
| Include Path | #include "View/MVVMViewClass.h" |
Syntax
USTRUCT ()
struct FMVVMViewClass_Condition
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SourceBitField | uint64 | View/MVVMViewClass.h | ||
| SourceToReevaluate | FMVVMViewClass_SourceKey | View/MVVMViewClass.h | ||
| UserWidgetFunctionName | FName | View/MVVMViewClass.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| 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 |