FCommonNativeListItem

Base item class for any UMG ListViews based on native, non-UObject items.

Windows
MacOS
Linux

Inheritance Hierarchy

TSharedFromThis

FCommonNativeListItem

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/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

Name Description

Public function Virtual

~FCommonNativeListItem()

Functions

Name Description

Public function

TSharedPtr< ...

 

AsTypedItem()

Public function Const

bool

 

IsDerivedFrom()

Protected function Virtual Const

bool

 

IsDerivedInternal

(
    FName ItemTypeName
)

Protected function Static

FName

 

StaticItemType()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss