Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMCore
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMExecuteContext.h |
| Include | #include "RigVMCore/RigVMExecuteContext.h" |
Syntax
USTRUCT&40;&41;
struct FRigVMSlice
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMSlice () |
|||
FRigVMSlice
(
int32 InCount |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetIndex () |
||
| int32 | |||
| int32 | GetOffset () |
||
| int32 | |||
| float | |||
| bool | IsComplete () |
||
| bool | IsValid () |
||
| bool | Next () |
||
| int32 | Num () |
||
| void | Reset () |
||
| void | SetInstructionIndex
(
int32 InInstructionIndex |
||
| void | SetOffset
(
int32 InSliceOffset |
||
| void | SetRelativeIndex
(
int32 InIndex |
||
| int32 | TotalNum () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator! () |
||
| FRigVMSlice | operator++
(
int32 |
||
| FRigVMSlice & | operator++ () |