FDMXNameListItem

Types that represent names in a [SNameListPicker](API\Plugins\DMXEditor\Widgets\SNameListPicker) dropdown must:

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DMXProtocol

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXNameListItem.h

Include

#include "DMXNameListItem.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FDMXNameListItem

Remarks

Types that represent names in a SNameListPicker dropdown must:

  • inherit this struct and override the virtual functions.

  • use the DMX_NAMELISTITEM_STATICS macros above to declare the expected statics.

Variables

Name Description

Public variable UProperty Category, EditAnywhere

FName

 

Name

Label of the item this struct represents

Destructors

Name Description

Public function Virtual

~FDMXNameListItem()

Functions

Name Description

Public function Virtual Const

FName

 

GetName()

The name representation of this object

Public function Virtual Const

bool

 

IsNone()

Whether the current value is None

Public function Virtual

void

 

SetFromName

(
    const FName& InName
)

Set this object from a FName

Public function Virtual

void

 

SetToNone()

Set this object to represent a None value

Constants

Name

Description

None

The value of no item selected.

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