Navigation
API > API/Editor > API/Editor/KismetWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SSingleObjectDetailsPanel
References
| Module | KismetWidgets |
| Header | /Engine/Source/Editor/KismetWidgets/Public/SSingleObjectDetailsPanel.h |
| Include | #include "SSingleObjectDetailsPanel.h" |
Syntax
class SSingleObjectDetailsPanel : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< class IDetailsView > | PropertyView | Property viewing widget. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| UObject * | Should be implemented by derived classes to provide the object being observed. | ||
| TSharedRef< SWidget > | PopulateSlot
(
TSharedRef< SWidget > PropertyEditorWidget |
||
| void | SetPropertyWindowContents
(
TArray< UObject* > Objects |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |