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