Navigation
Unreal Engine C++ API Reference > Editor > Kismet > FSCSEditorTreeNodeComponent > FSCSEditorTreeNodeComponent
References
Module | Kismet |
Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
Include | #include "SSCSEditor.h" |
Source | /Engine/Source/Editor/Kismet/Private/SSCSEditor.cpp |
FSCSEditorTreeNodeComponent ( [UActorComponent](API\Runtime\Engine\Components\UActorComponent) * InComponentTemplate )
Remarks
Constructs a wrapper around a component template not contained within an SCS tree node (e.g. "native" components).
Parameters
Name | Description |
---|---|
InComponentTemplate | The component template represented by this object. |