Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IStructureDetailsView.h |
| Include | #include "IStructureDetailsView.h" |
Syntax
class IStructureDetailsView
Remarks
Interface class for all detail views
Functions
| Type | Name | Description | |
|---|---|---|---|
| IDetailsView * | Get an interface the underlying details view. | ||
| FOnFinishedChangingProperties & | Get a delegate that is executed when the view has finished changing properties. | ||
| TSharedPtr< const class IStructureDataProvider > | Get Const access to the StructureProvider. Not pure virtual for backwards compatibility reasons. | ||
| TSharedPtr< class SWidget > | GetWidget () |
Get this view's Slate widget. | |
| void | SetCustomName
(
const FText& Text |
Set the CustomName used for display purposes. | |
| void | SetStructureData
(
TSharedPtr< class FStructOnScope > StructData |
Set the structure data to be displayed in this view. | |
| void | SetStructureProvider
(
TSharedPtr< class IStructureDataProvider > StructProvider |
Set the structure data to be displayed in this view. |