FRigVMExprAST::ReplaceParent

Replaces a parent of this expression with a new one

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

void ReplaceParent
(
    FRigVMExprAST * InCurrentParent,
    FRigVMExprAST * InNewParent
)

Remarks

Replaces a parent of this expression with a new one

Parameters

Parameter

Description

InCurrentParent

the current parent to replace

InNewParent

the new parent to replace it with

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