Navigation
API > API/Editor > API/Editor/PropertyEditor
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
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPropertyAccess::Result | AddItem () |
Adds an item to the set. | |
| FPropertyAccess::Result | DeleteItem
(
int32 Index |
Deletes the item in the set with the specified internal index | |
| FPropertyAccess::Result | Empty () |
Empties the set | |
| TSharedRef< IPropertyHandle > | GetElement
(
int32 Index |
||
| FPropertyAccess::Result | GetNumElements
(
uint32& OutNumElements |
||
| bool | |||
| FDelegateHandle | SetOnNumElementsChanged
(
const FSimpleDelegate& InOnNumElementsChanged |
Sets a delegate to call when the number of elements changes | |
| void | UnregisterOnNumElementsChanged
(
FDelegateHandle Handle |
Unregisters a delegate that is called when the number of elements changes |