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