Navigation
API > API/Editor > API/Editor/Kismet > API/Editor/Kismet/SSCSEditor
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSCSEditor::FArguments
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SSCSEditor.h |
| Include | #include "SSCSEditor.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSCSEditor >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ActorContext
(
const TAttribute< class AActor* >& InAttribute |
||
| WidgetArgsType & | AllowEditing
(
const TAttribute< bool >& InAttribute |
||
| WidgetArgsType & | ComponentTypeFilter
(
const TAttribute< TSubclassOf< UActorComponent > >& InAttribute |
||
| WidgetArgsType & | EditorMode
(
EComponentEditorMode::Type InArg |
||
| WidgetArgsType & | HideComponentClassCombo
(
const TAttribute< bool >& InAttribute |
||
| WidgetArgsType & | IsDiffing
(
bool InArg |
||
| WidgetArgsType & | OnHighlightPropertyInDetailsView
(
const FOnHighlightPropertyInDetailsView& InDelegate |
||
| WidgetArgsType & | OnItemDoubleClicked
(
const FOnItemDoubleClicked& InDelegate |
||
| WidgetArgsType & | OnObjectReplaced
(
const FSimpleDelegate& InDelegate |
||
| WidgetArgsType & | OnSelectionUpdated
(
const FOnSelectionUpdated& InDelegate |
||
| WidgetArgsType & | PreviewActor
(
const TAttribute< class AActor* >& InAttribute |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |