Navigation
API > API/Runtime > API/Runtime/UMG
| Name | UContentWidget |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/ContentWidget.h |
| Include Path | #include "Components/ContentWidget.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UContentWidget : public UPanelWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UPanelWidget → UContentWidget
Implements Interfaces
Derived Classes
UContentWidget derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UContentWidget
(
const FObjectInitializer& ObjectInitializer |
Components/ContentWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UWidget * GetContent() |
Components/ContentWidget.h |
|
|
UPanelSlot * GetContentSlot() |
Components/ContentWidget.h |
|
|
UPanelSlot * SetContent
(
UWidget* Content |
Components/ContentWidget.h |
|
Protected
Overridden from UPanelWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetSlotClass() |
UPanelWidget. | Components/ContentWidget.h |