Navigation
API > API/Plugins > API/Plugins/RigVMEditor
An item in the stack
| Name | FRigStackEntry |
| Type | class |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMExecutionStackView.h |
| Include Path | #include "Widgets/SRigVMExecutionStackView.h" |
Syntax
class FRigStackEntry : public TSharedFromThis< FRigStackEntry >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FRigStackEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigStackEntry
(
int32 InEntryIndex, |
FRigStackEntry. | Widgets/SRigVMExecutionStackView.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CallPath | FString | Widgets/SRigVMExecutionStackView.h | ||
| Callstack | FRigVMCallstack | Widgets/SRigVMExecutionStackView.h | ||
| Children | TArray< TSharedPtr< FRigStackEntry > > | Widgets/SRigVMExecutionStackView.h | ||
| DurationText | TOptional< FText > | Widgets/SRigVMExecutionStackView.h | ||
| EntryIndex | int32 | Widgets/SRigVMExecutionStackView.h | ||
| EntryType | ERigStackEntry::Type | Widgets/SRigVMExecutionStackView.h | ||
| InstructionIndex | int32 | Widgets/SRigVMExecutionStackView.h | ||
| Label | FString | Widgets/SRigVMExecutionStackView.h | ||
| MicroSeconds | double | Widgets/SRigVMExecutionStackView.h | ||
| MicroSecondsFrames | TArray< double > | Widgets/SRigVMExecutionStackView.h | ||
| OpCode | ERigVMOpCode | Widgets/SRigVMExecutionStackView.h | ||
| ShowAsFadedOut | TOptional< bool > | Widgets/SRigVMExecutionStackView.h | ||
| VisitedCountText | TOptional< FText > | Widgets/SRigVMExecutionStackView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< ITableRow > MakeTreeRowWidget
(
const TSharedRef< STableViewBase >& InOwnerTable, |
Widgets/SRigVMExecutionStackView.h | ||
TSharedRef< ITableRow > MakeTreeRowWidget
(
const TSharedRef< STableViewBase >& InOwnerTable, |
Widgets/SRigVMExecutionStackView.h |