FSCSEditorTreeNode::FindChild

Attempts to find a reference to the child node that matches the given SCS node.

Windows
MacOS
Linux

References

Module

Kismet

Header

/Engine/Source/Editor/Kismet/Public/SSCSEditor.h

Include

#include "SSCSEditor.h"

Source

/Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp

Syntax

FSCSEditorTreeNodePtrType FindChild
(
    const USCS_Node * InSCSNode,
    bool bRecursiveSearch,
    uint32 * OutDepth
) const

Remarks

Attempts to find a reference to the child node that matches the given SCS node.

Returns

The child node that matches the given SCS node, or an invalid node reference if no match was found.

Parameters

Parameter

Description

InSCSNode

The SCS node to match.

bRecursiveSearch

Whether or not to recursively search child nodes (default == false).

OutDepth

If non-NULL, the depth of the child node will be returned in this parameter on success (default == NULL).

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