Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SExpanderArrow
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/PropertyInfoViewStyle.h |
| Include | #include "PropertyInfoViewStyle.h" |
Syntax
class SExpanderArrow : public SCompoundWidget
Remarks
SExpanderArrow is a widget intended to be used alongside SIndent. It's based on SDetailExpanderArrow but generalized to allow for use with any ITableRow
see SDebugLineItem::GenerateWidgetForColumn (SKismetDebuggingView.cpp) for use example
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |