Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlPropertyHandle > API/Plugins/RemoteControl/IRemoteControlPropertyHandle/GetChildHandle
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlPropertyHandle.h |
| Include | #include "IRemoteControlPropertyHandle.h" |
TSharedPtr < IRemoteControlPropertyHandle > GetChildHandle
(
int32 Index
) 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 |