Navigation
API > API/Plugins > API/Plugins/RigVM
Operator used for zero, false, true, increment, decrement
| Name | FRigVMUnaryOp |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMByteCode.h |
| Include Path | #include "RigVMCore/RigVMByteCode.h" |
Syntax
USTRUCT ()
struct FRigVMUnaryOp : public FRigVMBaseOp
Inheritance Hierarchy
- FRigVMBaseOp → FRigVMUnaryOp
Derived Classes
FRigVMUnaryOp derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCore/RigVMByteCode.h | |||
FRigVMUnaryOp
(
ERigVMOpCode InOpCode, |
RigVMCore/RigVMByteCode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Arg | FRigVMOperand | RigVMCore/RigVMByteCode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Serialize
(
FArchive& Ar |
RigVMCore/RigVMByteCode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void ZeroPaddedMemoryIfNeeded
(
FRigVMBaseOp* InMemory |
RigVMCore/RigVMByteCode.h |