SSCSEditor::GetNodeFromActorComponent

Given an actor component, attempts to find an associated tree 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 GetNodeFromActorComponent
(
    const UActorComponent * ActorComponent,
    bool bIncludeAttachedComponents
) const

Remarks

Given an actor component, attempts to find an associated tree node.

Returns

A shared pointer to a tree node. The pointer will be invalid if no match could be found.

Parameters

Parameter

Description

ActorComponent

The component associated with the node.

bIncludeAttachedComponents

Whether or not to include components attached to each node in the search (default is true).

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