FSCSEditorTreeNode::FindClosestParent

Finds the closest ancestor node in the given node set.

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 FindClosestParent
(
    TArray< FSCSEditorTreeNodePtrType > InNodes
)

Remarks

Finds the closest ancestor node in the given node set.

Returns

One of the nodes from the set, or an invalid node reference if the set does not contain any ancestor nodes.

Parameters

Parameter

Description

InNodes

The given node set.

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