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