Navigation
API > API/Plugins > API/Plugins/RigVM
An argument for a callable in the bytecode.
| Name | FRigVMCallableArgument |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMCallableArgument
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMCallableArgument() |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Direction | ERigVMPinDirection | RigVMCore/RigVMByteCode.h | ||
| ForwardedOperand | FRigVMOperand | RigVMCore/RigVMByteCode.h | ||
| InterfaceOperand | FRigVMOperand | RigVMCore/RigVMByteCode.h | ||
| Name | FName | RigVMCore/RigVMByteCode.h | ||
| TypeString | FString | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsInput() |
RigVMCore/RigVMByteCode.h | ||
bool IsOutput() |
RigVMCore/RigVMByteCode.h | ||
void Serialize
(
FArchive& Ar |
RigVMCore/RigVMByteCode.h |