Navigation
Unreal Engine C++ API Reference > Editor > KismetWidgets
Inheritance Hierarchy
References
Module | KismetWidgets |
Header | /Engine/Source/Editor/KismetWidgets/Public/SSingleObjectDetailsPanel.h |
Include | #include "SSingleObjectDetailsPanel.h" |
Syntax
class SSingleObjectDetailsPanel : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Variables
Type | Name | Description |
---|---|---|
TSharedPtr< cla... | PropertyView | Property viewing widget. |
Functions
Type | Name | Description |
---|---|---|
void | Construct ( const FArguments& InArgs, bool bAutomaticallyObserveViaGetObj..., bool bAllowSearch ) | |
UObject *... | GetObjectToObserve () | Should be implemented by derived classes to provide the object being observed. |
TSharedRef< ... | PopulateSlot ( TSharedRef< SWidget > PropertyEdito... ) | |
void | SetPropertyWindowContents ( TArray< UObject* > Objects ) |
Overridden from SWidget
Type | Name | Description |
---|---|---|
void | Tick ( const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) | Ticks this widget with Geometry. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |