Navigation
API > API/Editor > API/Editor/Kismet
| Name | FSCSEditorTreeNodeInstancedInheritedComponent |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include Path | #include "SSCSEditor.h" |
Syntax
class FSCSEditorTreeNodeInstancedInheritedComponent : public FSCSEditorTreeNodeComponentBase
Inheritance Hierarchy
- TSharedFromThis< FSCSEditorTreeNode > → FSCSEditorTreeNode → FSCSEditorTreeNodeComponentBase → FSCSEditorTreeNodeInstancedInheritedComponent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSCSEditorTreeNodeInstancedInheritedComponent
(
AActor* Owner, |
Constructs a wrapper around a component template not contained within an SCS tree node (e.g. "native" components). | SSCSEditor.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InstancedComponentOwnerPtr | TWeakObjectPtr< AActor > | SSCSEditor.h |
Functions
Public
Overridden from FSCSEditorTreeNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanEdit() |
SSCSEditor.h | ||
virtual FText GetDisplayName() |
SSCSEditor.h | ||
virtual bool IsDefaultSceneRoot() |
SSCSEditor.h | ||
virtual bool IsInheritedComponent() |
SSCSEditor.h | ||
virtual bool IsInheritedSCSNode() |
SSCSEditor.h | ||
virtual bool IsInstanced() |
SSCSEditor.h | ||
virtual bool IsNativeComponent() |
SSCSEditor.h | ||
virtual bool IsRootComponent() |
SSCSEditor.h |