Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | SRigVMEditorSelectedDebugObjectWidget |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMEditorSelectedDebugObjectWidget.h |
| Include Path | #include "Widgets/SRigVMEditorSelectedDebugObjectWidget.h" |
Syntax
class SRigVMEditorSelectedDebugObjectWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SRigVMEditorSelectedDebugObjectWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SRigVMEditorSelectedDebugObjectWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DebugObjects | TArray< TSharedPtr< FRigVMDebugObjectInstance > > | Lists of actors of a given blueprint type and their names | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
| DebugObjectsComboBox | TSharedPtr< SComboBox< TSharedPtr< FRigVMDebugObjectInstance > > > | Widget containing the names of all possible debug actors. | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
| DebugWorldNames | TArray< TSharedPtr< FString > > | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | ||
| DebugWorlds | TArray< TWeakObjectPtr< UWorld > > | PIE worlds that we can debug | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
| DebugWorldsComboBox | TSharedPtr< STextComboBox > | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | ||
| Editor | TWeakPtr< IRigVMEditor > | Pointer back to the rigvm editor tool that owns us | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | |
| LastObjectObserved | TWeakObjectPtr< UObject > | Widgets/SRigVMEditorSelectedDebugObjectWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Adds an object to the list of debug choices | Widgets/SRigVMEditorSelectedDebugObjectWidget.h | ||
void Construct
(
const FArguments& InArgs, |
Widgets/SRigVMEditorSelectedDebugObjectWidget.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Tick
(
const FGeometry& AllottedGeometry, |
Widgets/SRigVMEditorSelectedDebugObjectWidget.h |