Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel > API/Plugins/ModelViewViewModel/FMVVMViewClass_Source
Helper struct to provide info about where context data is coming from.
| Name | FParentSourceInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/View/MVVMViewClass.h |
| Include Path | #include "View/MVVMViewClass.h" |
Syntax
struct FParentSourceInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParentSourceKey | FMVVMView_SourceKey | View/MVVMViewClass.h | ||
| ParentUserWidget | UUserWidget * | Parent User Widget will always be valid if Source is valid or if the ParentView is valid. | View/MVVMViewClass.h | |
| ParentView | const UMVVMView * | Parent view info will only be set if a parent widget was found that has the same class/name in it's view. | View/MVVMViewClass.h | |
| Source | UObject * | May be valid or not if the parent view is found, otherwise will only be valid if and external source was provided. | View/MVVMViewClass.h |