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;
FName ChildName,
bool bRecurse
&41; const
Remarks
Gets a child handle of this handle. Useful for accessing properties in structs. Array elements cannot be accessed in this way The property handle for the child if it exists
Parameters
| Name | Description |
|---|---|
| ChildName | The name of the child |
| bRecurse | Whether or not to recurse into children of children and so on. If false will only search all immediate children |