IStructureDetailsView

Interface class for all detail views

Windows
MacOS
Linux

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

Name Description

Public function

IDetailsView...

 

GetDetailsView()

Get an interface the underlying details view.

Public function

FOnFinishedC...

 

GetOnFinishedChangingPropertiesDelegate()

Get a delegate that is executed when the view has finished changing properties.

Public function

TSharedPtr< ...

 

GetWidget()

Get this view's Slate widget.

Public function

void

 

SetCustomName

(
    const FText& Text
)

Set the CustomName used for display purposes.

Public function

void

 

SetStructureData

(
    TSharedPtr< class FStructOnScope > ...
)

Set the structure data to be displayed in this view.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss