Navigation
API > API/Plugins > API/Plugins/ModelViewViewModelDebugger
| Name | FDebugSnapshot |
| Type | class |
| Header File | /Engine/Plugins/Runtime/ModelViewViewModel/Source/ModelViewViewModelDebugger/Public/MVVMDebugSnapshot.h |
| Include Path | #include "MVVMDebugSnapshot.h" |
Syntax
class FDebugSnapshot
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ViewClasses | TArray< TSharedPtr< FMVVMViewClassDebugEntry > > | MVVMDebugSnapshot.h | ||
| ViewModels | TArray< TSharedPtr< FMVVMViewModelDebugEntry > > | MVVMDebugSnapshot.h | ||
| Views | TArray< TSharedPtr< FMVVMViewDebugEntry > > | MVVMDebugSnapshot.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FMVVMViewDebugEntry > FindView
(
FGuid Id |
MVVMDebugSnapshot.h | ||
TSharedPtr< FMVVMViewModelDebugEntry > FindViewModel
(
FGuid Id |
MVVMDebugSnapshot.h | ||
TArrayView< TSharedPtr< FMVVMViewModelDebugEntry > > GetViewModels() |
MVVMDebugSnapshot.h | ||
TArrayView< TSharedPtr< FMVVMViewDebugEntry > > GetViews() |
MVVMDebugSnapshot.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedPtr< FDebugSnapshot > CreateSnapshot() |
MVVMDebugSnapshot.h |