Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SBlueprintNamespaceEntry
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/Kismet/Public/SBlueprintNamespaceEntry.h |
| Include Path | #include "SBlueprintNamespaceEntry.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SBlueprintNamespaceEntry >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SBlueprintNamespaceEntry > → SBlueprintNamespaceEntry::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SBlueprintNamespaceEntry.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SBlueprintNamespaceEntry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowTextEntry
(
bool InArg |
Allow text input to manually set arbitrary values. | SBlueprintNamespaceEntry.h | |
NamedSlotProperty< FArguments > ButtonContent() |
Allow external code to set custom combo button content. | SBlueprintNamespaceEntry.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGS FOnGetNamespacesToExclude ConvertOnFilterNamespaceListFn
(
const FOnFilterNamespaceList& LegacyDelegate |
[DEPRECATED] Called to allow external code to filter out the namespace list. | SBlueprintNamespaceEntry.h | |
WidgetArgsType & CurrentNamespace
(
FString InArg |
Current namespace value. | SBlueprintNamespaceEntry.h | |
WidgetArgsType & ExcludedNamespaceTooltipText
(
const TAttribute< FText >& InAttribute |
Tooltip used for excluded namespaces that are visible in the selection drop-down. | SBlueprintNamespaceEntry.h | |
WidgetArgsType & Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font color and opacity. | SBlueprintNamespaceEntry.h | |
WidgetArgsType & OnGetNamespacesToExclude
(
const FOnGetNamespacesToExclude& InDelegate |
Called to allow external code to exclude one or more namespaces from the list. | SBlueprintNamespaceEntry.h | |
WidgetArgsType & OnNamespaceSelected
(
const FOnNamespaceSelected& InDelegate |
Called when a valid namespace is either entered or selected. | SBlueprintNamespaceEntry.h |