FSCSEditorTreeNode::FindComponentInstanceInActor

Finds the component instance represented by this node contained within a given Actor instance.

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

virtual UActorComponent * FindComponentInstanceInActor
(
    const AActor * InActor
) const

Remarks

Finds the component instance represented by this node contained within a given Actor instance.

Returns

The component instance represented by this node and contained within the given Actor instance, or NULL if not found.

Parameters

Parameter

Description

InActor

The Actor instance to use as the container object for finding the component instance.

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