Navigation
API > API/Plugins > API/Plugins/ModelViewViewModel > API/Plugins/ModelViewViewModel/FMVVMViewModelContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsCompatibleWith
(
const FMVVMViewModelContext& Other |
Types/MVVMViewModelContext.h | ||
bool IsCompatibleWith
(
const TSubclassOf< UMVVMViewModelBase >& OtherClass |
Types/MVVMViewModelContext.h | ||
bool IsCompatibleWith
(
const UMVVMViewModelBase* Other |
Types/MVVMViewModelContext.h |
IsCompatibleWith(const FMVVMViewModelContext &)
| Name | IsCompatibleWith |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Types/MVVMViewModelContext.h |
| Include Path | #include "Types/MVVMViewModelContext.h" |
| Source | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Private/Types/MVVMViewModelContext.cpp |
bool IsCompatibleWith
(
const FMVVMViewModelContext & Other
) const
IsCompatibleWith(const TSubclassOf< UMVVMViewModelBase > &)
| Name | IsCompatibleWith |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Types/MVVMViewModelContext.h |
| Include Path | #include "Types/MVVMViewModelContext.h" |
| Source | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Private/Types/MVVMViewModelContext.cpp |
bool IsCompatibleWith
(
const TSubclassOf < UMVVMViewModelBase > & OtherClass
) const
IsCompatibleWith(const UMVVMViewModelBase *)
| Name | IsCompatibleWith |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Public/Types/MVVMViewModelContext.h |
| Include Path | #include "Types/MVVMViewModelContext.h" |
| Source | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModel/Private/Types/MVVMViewModelContext.cpp |
bool IsCompatibleWith
(
const UMVVMViewModelBase * Other
) const