Navigation
API > API/Editor > API/Editor/SubobjectEditor > API/Editor/SubobjectEditor/SSubobjectBlueprintEditor
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/SubobjectEditor/Public/SSubobjectBlueprintEditor.h |
| Include Path | #include "SSubobjectBlueprintEditor.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSubobjectBlueprintEditor >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SSubobjectBlueprintEditor > → SSubobjectBlueprintEditor::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SSubobjectBlueprintEditor.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SSubobjectBlueprintEditor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowEditing
(
const TAttribute< bool >& InAttribute |
SSubobjectBlueprintEditor.h | ||
WidgetArgsType & HideComponentClassCombo
(
const TAttribute< bool >& InAttribute |
SSubobjectBlueprintEditor.h | ||
WidgetArgsType & ObjectContext
(
const TAttribute< UObject* >& InAttribute |
SSubobjectBlueprintEditor.h | ||
WidgetArgsType & OnHighlightPropertyInDetailsView
(
const FOnHighlightPropertyInDetailsView& InDelegate |
SSubobjectBlueprintEditor.h | ||
WidgetArgsType & OnItemDoubleClicked
(
const FOnItemDoubleClicked& InDelegate |
SSubobjectBlueprintEditor.h | ||
WidgetArgsType & OnSelectionUpdated
(
const FOnSelectionUpdated& InDelegate |
SSubobjectBlueprintEditor.h | ||
WidgetArgsType & PreviewActor
(
const TAttribute< AActor* >& InAttribute |
SSubobjectBlueprintEditor.h | ||
WidgetArgsType & SCSEditorUICustomization
(
TSharedPtr< ISCSEditorUICustomization > InArg |
SSubobjectBlueprintEditor.h | ||
WidgetArgsType & SubobjectClassListFilters
(
TArray< TSharedRef< IClassViewerFilter > > InArg |
SSubobjectBlueprintEditor.h |