Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SSCSEditor
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
| Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
FSCSEditorTreeNodePtrType GetNodeFromActorComponent
&40;
const UActorComponent &42; ActorComponent,
bool bIncludeAttachedComponents
&41; const
Remarks
Given an actor component, attempts to find an associated tree node. A shared pointer to a tree node. The pointer will be invalid if no match could be found.
Parameters
| Name | 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). |