Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FSCSEditorTreeNode
- FSCSEditorTreeNodeSeparator
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
Syntax
class FSCSEditorTreeNodeSeparator : public FSCSEditorTreeNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddFilteredComponentType
(
const TSubclassOf< UActorComponent >& InFilteredType |
If the given type matches the tree view filter, the separator will also be flagged for filtration. |
Overridden from FSCSEditorTreeNode
| Type | Name | Description | |
|---|---|---|---|
| UBlueprint * | GetBlueprint () |
||
| bool | MatchesFilterType
(
const UClass* InFilterType |
Returns whether the node will match the given type (for filtering) |