Navigation
API > API/Plugins > API/Plugins/UserToolBoxCore
| Name | SCommandDetailsView |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UserToolBoxCore/Source/UserToolBoxCore/Public/Editor/SCommandWithOptionsDetailsView.h |
| Include Path | #include "Editor/SCommandWithOptionsDetailsView.h" |
Syntax
class SCommandDetailsView : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCommandDetailsView
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCommandDetailsView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SCommandDetailsView() |
Editor/SCommandWithOptionsDetailsView.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SCommandDetailsView() |
Editor/SCommandWithOptionsDetailsView.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Command | TWeakObjectPtr< UUTBBaseCommand > | Editor/SCommandWithOptionsDetailsView.h | ||
| CommandDetailsView | TSharedPtr< IDetailsView > | Editor/SCommandWithOptionsDetailsView.h | ||
| OnObjectPropertyModified | FOnObjectPropertyModified | Editor/SCommandWithOptionsDetailsView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Editor/SCommandWithOptionsDetailsView.h | ||
void SetObject
(
UUTBBaseCommand* Command |
Editor/SCommandWithOptionsDetailsView.h |