Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FWidget
| Name | FThickArcParams |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/UnrealWidget.h |
| Include Path | #include "UnrealWidget.h" |
Syntax
struct FThickArcParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FThickArcParams
(
FPrimitiveDrawInterface* InPDI, |
UnrealWidget.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InnerRadius | float | Radii. | UnrealWidget.h | |
| Material | UMaterialInterface * | Material to use to render. | UnrealWidget.h | |
| OuterRadius | float | UnrealWidget.h | ||
| PDI | FPrimitiveDrawInterface * | Interface for Drawing | UnrealWidget.h | |
| Position | FVector | The current position of the widget | UnrealWidget.h |