Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle > API/Editor/PropertyEditor/IPropertyHandle/GetChildHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
TSharedPtr< IPropertyHandle > GetChildHandle
&40;
uint32 Index
&41; const
Remarks
Gets a child handle of this handle. Useful for accessing properties in structs. The property handle for the child if it exists
Parameters
| Name | Description |
|---|---|
| The | index of the child |