Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
Include |
#include "DatasmithDefinitions.h" |
enum EDatasmithActorAttachmentRule
{
KeepRelativeTransform,
KeepWorldTransform,
}
Name |
Description |
---|---|
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. |