Navigation
API > API/Plugins > API/Plugins/RigVM
A callable section of the rigvm bytecode. This is used to represent functions and events with arguments.
| Name | FRigVMCallableInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMCallableInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMByteCode.h | |||
FRigVMCallableInfo
(
int32 InIndex, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Arguments | TArray< FRigVMCallableArgument > | RigVMCore/RigVMByteCode.h | ||
| FirstInstruction | int32 | RigVMCore/RigVMByteCode.h | ||
| FunctionHash | uint32 | RigVMCore/RigVMByteCode.h | ||
| Index | int32 | RigVMCore/RigVMByteCode.h | ||
| LastInstruction | int32 | RigVMCore/RigVMByteCode.h | ||
| Name | FName | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FRigVMCallableArgument * FindArgument
(
const FName& InName |
RigVMCore/RigVMByteCode.h | ||
int32 GetArgumentIndex
(
const FName& InName |
RigVMCore/RigVMByteCode.h | ||
int32 GetNumInstructions() |
RigVMCore/RigVMByteCode.h | ||
void Serialize
(
FArchive& Ar |
RigVMCore/RigVMByteCode.h |