Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | ERigStackEntry::Type |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMExecutionStackView.h |
| Include Path | #include "Widgets/SRigVMExecutionStackView.h" |
Syntax
namespace ERigStackEntry
{
enum Type
{
Operator,
Info,
Warning,
Error,
}
}
Values
| Name | Remarks |
|---|---|
| Operator | |
| Info | |
| Warning | |
| Error |