Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/URigVMNativized
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetInstructionIndex
(
FRigVMNativizedContext& Context, |
RigVMCore/RigVMNativized.h | ||
virtual bool SetInstructionIndex
(
FRigVMExtendedExecuteContext& Context, |
RigVMCore/RigVMNativized.h |
SetInstructionIndex(FRigVMNativizedContext &, int32)
| Name | SetInstructionIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNativized.h |
| Include Path | #include "RigVMCore/RigVMNativized.h" |
bool SetInstructionIndex
(
FRigVMNativizedContext & Context,
int32 InInstructionIndex
) const
SetInstructionIndex(FRigVMExtendedExecuteContext &, FRigVMExecuteContext &, int32)
| Name | SetInstructionIndex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMNativized.h |
| Include Path | #include "RigVMCore/RigVMNativized.h" |
virtual bool SetInstructionIndex
(
FRigVMExtendedExecuteContext & Context,
FRigVMExecuteContext & PublicData,
int32 InInstructionIndex
) const