Navigation
API > API/Developer > API/Developer/DatasmithFacade > API/Developer/DatasmithFacade/FDatasmithFacadeActor
Description
Returns a new FDatasmithFacadeActor pointing to the InIndex-th child of the mesh actor If there is no child at the given index, returned value is nullptr. The caller is responsible of deleting the returned object pointer.
| Name | GetNewChild |
| Type | function |
| Header File | /Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeActor.h |
| Include Path | #include "DatasmithFacadeActor.h" |
| Source | /Engine/Source/Developer/Datasmith/DatasmithFacade/Private/DatasmithFacadeActor.cpp |
FDatasmithFacadeActor * GetNewChild
(
int32 InIndex
)