FRigVMBlockExprAST::Contains

Returns true if this block contains a given expression

Windows
MacOS
Linux

References

Module

RigVMDeveloper

Header

/Engine/Source/Developer/RigVMDeveloper/Public/RigVMCompiler/RigVMAST.h

Include

#include "RigVMCompiler/RigVMAST.h"

Source

/Engine/Source/Developer/RigVMDeveloper/Private/RigVMCompiler/RigVMAST.cpp

Syntax

bool Contains
(
    const FRigVMExprAST * InExpression
) const

Remarks

Returns true if this block contains a given expression

Returns

true if this block contains a given expression

Parameters

Parameter

Description

InExpression

the expression to check

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