FRigVMExprAST::GetFirstChildOfType

Returns the first parent in the tree of a given type

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

virtual const FRigVMExprAST * GetFirstChildOfType
(
    EType InExprType
) const

Remarks

Returns the first parent in the tree of a given type

Returns

the first parent in the tree of a given type

Parameters

Parameter

Description

InExprType

The type of expression to look for in the parent tree

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