Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SBlueprintNamespaceEntry
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SBlueprintNamespaceEntry::FArguments
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SBlueprintNamespaceEntry.h |
| Include | #include "SBlueprintNamespaceEntry.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SBlueprintNamespaceEntry >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowTextEntry
(
bool InArg |
Allow text input to manually set arbitrary values. | |
| NamedSlotProperty< FArguments > | Allow external code to set custom combo button content. | ||
| PRAGMA_DISABLE_DEPRECATION_WARNINGSFOnGetNamespacesToExclude | ConvertOnFilterNamespaceListFn
(
const FOnFilterNamespaceList& LegacyDelegate |
[DEPRECATED] Called to allow external code to filter out the namespace list. | |
| WidgetArgsType & | CurrentNamespace
(
FString InArg |
Current namespace value. | |
| WidgetArgsType & | ExcludedNamespaceTooltipText
(
const TAttribute< FText >& InAttribute |
Tooltip used for excluded namespaces that are visible in the selection drop-down. | |
| WidgetArgsType & | Font
(
const TAttribute< FSlateFontInfo >& InAttribute |
Font color and opacity. | |
| WidgetArgsType & | OnFilterNamespaceList
(
const FOnFilterNamespaceList& InDeprecatedDelegate |
||
| WidgetArgsType & | OnFilterNamespaceList
(
TSharedRef< UserClass > InUserObjectRef, |
||
| WidgetArgsType & | OnFilterNamespaceList
(
TSharedRef< UserClass > InUserObjectRef, |
||
| WidgetArgsType & | OnFilterNamespaceList
(
UserClass* InUserObject, |
||
| WidgetArgsType & | OnFilterNamespaceList
(
UserClass* InUserObject, |
||
| WidgetArgsType & | OnFilterNamespaceList_Lambda
(
FunctorType&& InFunctor, |
||
| WidgetArgsType & | OnFilterNamespaceList_Raw
(
UserClass* InUserObject, |
||
| WidgetArgsType & | OnFilterNamespaceList_Raw
(
UserClass* InUserObject, |
||
| WidgetArgsType & | OnFilterNamespaceList_Static
(
StaticFuncPtr InFunc, |
||
| WidgetArgsType & | OnFilterNamespaceList_UObject
(
UserClass* InUserObject, |
||
| WidgetArgsType & | OnFilterNamespaceList_UObject
(
UserClass* InUserObject, |
||
| WidgetArgsType & | OnGetNamespacesToExclude
(
const FOnGetNamespacesToExclude& InDelegate |
Called to allow external code to exclude one or more namespaces from the list. | |
| WidgetArgsType & | OnNamespaceSelected
(
const FOnNamespaceSelected& InDelegate |
Called when a valid namespace is either entered or selected. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |