Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/FSCSEditorTreeNode
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
virtual UActorComponent &42; FindComponentInstanceInActor
&40;
const AActor &42; InActor
&41; const
Remarks
Finds the component instance represented by this node contained within a given Actor instance. The component instance represented by this node and contained within the given Actor instance, or NULL if not found.
Parameters
| Name | Description |
|---|---|
| InActor | The Actor instance to use as the container object for finding the component instance. |