Navigation
API > API/Runtime > API/Runtime/UMG
Valid keywords for the UCLASS macro
| Name | UMWidget:: |
| Type | enum |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/Widget.h |
| Include Path | #include "Components/Widget.h" |
Syntax
namespace UMWidget
{
enum
{
EntryClass,
EntryInterface,
}
}
Values
| Name | Remarks |
|---|---|
| EntryClass | [ClassMetadata] [PropertyMetadata] Specifies the base class by which to filter available entry classes within DynamicEntryBox and any ListViewBase. |
| EntryInterface | [ClassMetadata] [PropertyMetadata] Specifies the base class by which to filter available entry classes within DynamicEntryBox and any ListViewBase. |