Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FSCSEditorTreeNode
- FSCSEditorTreeNodeComponentBase
- FSCSEditorTreeNodeComponent
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
Syntax
class FSCSEditorTreeNodeComponent : public FSCSEditorTreeNodeComponentBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSCSEditorTreeNodeComponent
(
UActorComponent* InComponentTemplate |
Constructs a wrapper around a component template not contained within an SCS tree node (e.g. "native" components). | ||
FSCSEditorTreeNodeComponent
(
USCS_Node* InSCSNode, |
Constructs a wrapper around a component template contained within an SCS tree node. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UActorComponent * | INTERNAL_GetOverridenComponentTemplate
(
UBlueprint* Blueprint |
Get overridden template component, specialized in given blueprint |
Overridden from FSCSEditorTreeNode
| Type | Name | Description | |
|---|---|---|---|
| bool | CanEdit () |
||
| FText | |||
| UObject * | GetOrCreateEditableObjectForBlueprint
(
UBlueprint* InBlueprint |
Derived classes can override to create and/or return a reference to an alternate editable object. | |
| USCS_Node * | GetSCSNode () |
||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| void | OnCompleteRename
(
const FText& InNewName |
Renames the object or variable represented by this node | |
| void | Called when this node is being removed via a RemoveChild call. |