FRigVMExprAST::GetMinChildIndexWithinParent

Returns the lowest child index found for this expression within a parent (or INDEX_NONE)

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

int32 GetMinChildIndexWithinParent
(
    const FRigVMExprAST * InParentExpr
) const

Remarks

Returns the lowest child index found for this expression within a parent (or INDEX_NONE)

Returns

the lowest child index found for this expression within a parent (or INDEX_NONE)

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