Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | SRigVMExecutionStackView |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMExecutionStackView.h |
| Include Path | #include "Widgets/SRigVMExecutionStackView.h" |
Syntax
class SRigVMExecutionStackView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SRigVMExecutionStackView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SRigVMExecutionStackView
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SRigVMExecutionStackView() |
SRigVMExecutionStackView. | Widgets/SRigVMExecutionStackView.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSuspendControllerSelection | bool | Widgets/SRigVMExecutionStackView.h | ||
| bSuspendModelNotifications | bool | Widgets/SRigVMExecutionStackView.h | ||
| CommandList | TSharedPtr< FUICommandList > | Command list we bind to | Widgets/SRigVMExecutionStackView.h | |
| FilterBox | TSharedPtr< SSearchBox > | Search box widget | Widgets/SRigVMExecutionStackView.h | |
| FilterText | FText | Widgets/SRigVMExecutionStackView.h | ||
| OnHostExecutedHandle | FDelegateHandle | Widgets/SRigVMExecutionStackView.h | ||
| OnHostInitializedHandle | FDelegateHandle | Widgets/SRigVMExecutionStackView.h | ||
| OnModelModified | FDelegateHandle | Widgets/SRigVMExecutionStackView.h | ||
| OnObjectBeingDebuggedChangedHandle | FDelegateHandle | Widgets/SRigVMExecutionStackView.h | ||
| OnPreviewHostUpdatedHandle | FDelegateHandle | Widgets/SRigVMExecutionStackView.h | ||
| OnVMCompiledHandle | FDelegateHandle | Widgets/SRigVMExecutionStackView.h | ||
| Operators | TArray< TSharedPtr< FRigStackEntry > > | Widgets/SRigVMExecutionStackView.h | ||
| PreviouslyDebuggedHost | TWeakObjectPtr< URigVMHost > | Widgets/SRigVMExecutionStackView.h | ||
| TreeView | TSharedPtr< STreeView< TSharedPtr< FRigStackEntry > > > | Widgets/SRigVMExecutionStackView.h | ||
| WeakEditor | TWeakPtr< IRigVMEditor > | Widgets/SRigVMExecutionStackView.h | ||
| WeakRigVMBlueprint | TWeakInterfacePtr< IRigVMAssetInterface > | Widgets/SRigVMExecutionStackView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/SRigVMExecutionStackView.h | ||
TSharedPtr< SWidget > CreateContextMenu() |
Widgets/SRigVMExecutionStackView.h | ||
void OnSelectionChanged
(
TSharedPtr< FRigStackEntry > Selection, |
Set Selection Changed | Widgets/SRigVMExecutionStackView.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RefreshTreeView
(
URigVM* InVM, |
Rebuild the tree view | Widgets/SRigVMExecutionStackView.h |