Navigation
API > API/Editor > API/Editor/KismetWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SLevelOfDetailBranchNode
References
| Module | KismetWidgets |
| Header | /Engine/Source/Editor/KismetWidgets/Public/SLevelOfDetailBranchNode.h |
| Include | #include "SLevelOfDetailBranchNode.h" |
Syntax
class SLevelOfDetailBranchNode : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | ChildSlotHighDetail | The high-detail child slot. | |
| TSharedRef< SWidget > | ChildSlotLowDetail | The low-detail child slot. | |
| int | LastCachedValue | What kind of slot was shown last frame. | |
| FOnGetActiveDetailSlotContent | OnGetActiveDetailSlotContent | ||
| TAttribute< bool > | ShowLowDetailAttr | The attribute indicating the kind of slot to show. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |