IDatasmithScene::AttachActor

Attach the actor to his new parent. Detach the actor if he was already attach.

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h

Include

#include "IDatasmithSceneElements.h"

Syntax

void AttachActor
(
    const TSharedPtr< IDatasmithActorElement > & NewParent,
    const TSharedPtr< IDatasmithActorElement > & Child,
    EDatasmithActorAttachmentRule AttachmentRule
)

Remarks

Attach the actor to his new parent. Detach the actor if he was already attach.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss