EAttachLocation::Type

Deprecated rules for setting transform on attachment, new functions should use [FAttachmentTransformRules](API\Runtime\Engine\Engine\FAttachmentTransformRules) isntead

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

namespace EAttachLocation
{
    enum Type
    {
        KeepRelativeOffset,
        KeepWorldPosition,
        SnapToTarget,
        SnapToTargetIncludingScale,
    }
}

Values

Name

Description

KeepRelativeOffset

Keeps current relative transform as the relative transform to the new parent.

KeepWorldPosition

Automatically calculates the relative transform such that the attached component maintains the same world transform.

SnapToTarget

Snaps location and rotation to the attach point.

SnapToTargetIncludingScale

Snaps entire transform to target, including scale.

Remarks

Deprecated rules for setting transform on attachment, new functions should use FAttachmentTransformRules isntead

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