SBlueprintNamespaceEntry

A custom widget class that provides support for Blueprint namespace entry and/or selection.

Unreal Engine C++ API Reference > Editor > Kismet

Inheritance Hierarchy

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/SBlueprintNamespaceEntry.h
Include #include "SBlueprintNamespaceEntry.h"

Syntax

class SBlueprintNamespaceEntry : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)  

Remarks

A custom widget class that provides support for Blueprint namespace entry and/or selection.

Functions

Type Name Description
void Construct ( const FArguments& InArgs )  
void ExpandAllTreeViewItems ( const TArray< TSharedPtr< FPathTree... )  
const TShare... FindTreeViewNode ( const FString& NodePath, const TArray< TSharedPtr< FPathTree... )  
FText GetCurrentNamespaceText ()  
PRAGMA_DISAB... HandleLegacyOnFilterNamespaceList ( TSet< FString >& OutNamespacesToEx..., FOnFilterNamespaceList LegacyDelega... )  
TSharedRef< ... OnGenerateRowForNamespaceTreeItem ( TSharedPtr< FPathTreeNodeItem > Ite..., const TSharedRef< STableViewBase > ... )  
void OnGetChildrenForNamespaceTreeItem ( TSharedPtr< FPathTreeNodeItem > Ite..., TArray< TSharedPtr< FPathTreeNodeIt... )  
TSharedRef< ... OnGetNamespaceTreeMenuContent ()  
bool OnIsNamespaceTreeItemSelectable ( TSharedPtr< FPathTreeNodeItem > Ite... )  
void OnNamespaceTreeFilterTextChanged ( const FText& InText )  
void OnNamespaceTreeSelectionChanged ( TSharedPtr< FPathTreeNodeItem > Ite..., ESelectInfo::Type SelectInfo )  
void OnShowingSuggestions ( const FString& InputText, TArray< FString >& OutSuggestions )  
void OnTextChanged ( const FText& InText )  
void OnTextCommitted ( const FText& NewText, ETextCommit::Type InTextCommit )  
void PopulateNamespaceTree ()  
void SelectNamespace ( const FString& InNamespace )  
void SetCurrentNamespace ( const FString& InNamespace ) Set the current namespace to the given identifier.

Classes

Type Name Description
Public struct FArguments  
Protected struct FPathTreeNodeItem  

Typedefs

Constants


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library