Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Slate
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SWorldWidgetScreenLayer
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Slate/SWorldWidgetScreenLayer.h |
| Include | #include "Slate/SWorldWidgetScreenLayer.h" |
Syntax
class SWorldWidgetScreenLayer : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddComponent
(
USceneComponent* Component, |
||
| void | Construct
(
const FArguments& InArgs, |
||
| void | RemoveComponent
(
USceneComponent* Component |
||
| void | SetWidgetDrawSize
(
FVector2D DrawSize |
||
| void | SetWidgetPivot
(
FVector2D Pivot |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | ComputeDesiredSize
(
float LayoutScaleMultiplier |
Compute the ideal size necessary to display this widget. | |
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |