FRigVMByteCode::AddNotEqualsOp

Adds an not-equals operator to store the comparison result of A and B into a Result argument

Windows
MacOS
Linux

References

Module

RigVM

Header

/Engine/Source/Runtime/RigVM/Public/RigVMCore/RigVMByteCode.h

Include

#include "RigVMCore/RigVMByteCode.h"

Source

/Engine/Source/Runtime/RigVM/Private/RigVMCore/RigVMByteCode.cpp

Syntax

uint64 AddNotEqualsOp
(
    const FRigVMOperand & InA,
    const FRigVMOperand & InB,
    const FRigVMOperand & InResult
)

Remarks

Adds an not-equals operator to store the comparison result of A and B into a Result argument

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss