Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- TSharedFromThis< FCommonNativeListItem >
- FCommonNativeListItem
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonNativeListItem.h |
| Include | #include "CommonNativeListItem.h" |
Syntax
class FCommonNativeListItem : public TSharedFromThis< FCommonNativeListItem >
Remarks
Base item class for any UMG ListViews based on native, non-UObject items.
Exclusively intended to provide bare-bones RTTI to the items to allow one array of list items to be multiple classes without needing a different, more awkward identification mechanism or an abstract virtual of every conceivable method in the base list item class
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< ListItemT > | AsTypedItem () |
||
| FString | |||
| bool | |||
| bool | IsDerivedInternal
(
FName ItemTypeName |
||
| FName |