IPropertyHandleSet

A handle to a property which allows you to manipulate a Set

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h

Include

#include "PropertyHandle.h"

Syntax

class IPropertyHandleSet

Remarks

A handle to a property which allows you to manipulate a Set

Destructors

Name Description

Public function Virtual

~IPropertyHandleSet()

Functions

Name Description

Public function

FPropertyAcc...

 

AddItem()

Adds an item to the set.

Public function

FPropertyAcc...

 

DeleteItem

(
    int32 Index
)

Deletes the item in the set with the specified internal index

Public function

FPropertyAcc...

 

Empty()

Empties the set

Public function

FPropertyAcc...

 

GetNumElements

(
    uint32& OutNumElements
)

Public function

bool

 

HasDefaultElement()

Public function

void

 

SetOnNumElementsChanged

(
    FSimpleDelegate& InOnNumElementsCh...
)

Sets a delegate to call when the number of elements changes

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