Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPropertyHandle > | GetChildHandle
(
uint32 Index |
Gets a child handle of this handle. Useful for accessing properties in structs. | |
| TSharedPtr< IPropertyHandle > | GetChildHandle
(
FName ChildName, |
Gets a child handle of this handle. |