Navigation
API > API/Runtime > API/Runtime/DatasmithCore
| Name | EDatasmithActorAttachmentRule |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
| Include Path | #include "DatasmithDefinitions.h" |
Syntax
enum EDatasmithActorAttachmentRule
{
KeepRelativeTransform,
KeepWorldTransform,
}
Values
| Name | Remarks |
|---|---|
| KeepRelativeTransform | Keeps current relative transform as the relative transform to the new parent. |
| KeepWorldTransform | The attached actor or component will maintain the same world transform. |