Navigation
API > API/Runtime > API/Runtime/DatasmithCore
| Name | EDatasmithActorRemovalRule |
| Type | enum |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
| Include Path | #include "DatasmithDefinitions.h" |
Syntax
enum EDatasmithActorRemovalRule
{
RemoveChildren,
KeepChildrenAndKeepRelativeTransform,
}
Values
| Name | Remarks |
|---|---|
| RemoveChildren | Remove also the actors children |
| KeepChildrenAndKeepRelativeTransform | Keeps current relative transform as the relative transform to the new parent. |