Navigation
API > API/Plugins > API/Plugins/RigVMEditor > API/Plugins/RigVMEditor/Widgets
Inheritance Hierarchy
- TSharedFromThis
- FRigStackEntry
References
| Module | RigVMEditor |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMExecutionStackView.h |
| Include | #include "Widgets/SRigVMExecutionStackView.h" |
Syntax
class FRigStackEntry : public TSharedFromThis< FRigStackEntry >
Remarks
An item in the stack
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CallPath | ||
| FRigVMCallstack | Callstack | ||
| TArray< TSharedPtr< FRigStackEntry > > | Children | ||
| int32 | EntryIndex | ||
| ERigStackEntry::Type | EntryType | ||
| int32 | InstructionIndex | ||
| FString | Label | ||
| ERigVMOpCode | OpCode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigStackEntry
(
int32 InEntryIndex, |
FRigStackEntry. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< ITableRow > | MakeTreeRowWidget
(
const TSharedRef< STableViewBase >& InOwnerTable, |