AActor::K2_AttachToActor

Attaches the RootComponent of this Actor to the supplied actor, optionally at a named socket.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h

Include

#include "GameFramework/Actor.h"

Source

/Engine/Source/Runtime/Engine/Private/Actor.cpp

Syntax

void K2_AttachToActor
(
    AActor * ParentActor,
    FName SocketName,
    EAttachmentRule LocationRule,
    EAttachmentRule RotationRule,
    EAttachmentRule ScaleRule,
    bool bWeldSimulatedBodies
)

Remarks

Attaches the RootComponent of this Actor to the supplied actor, optionally at a named socket.

Parameters

Parameter

Description

ParentActor

Actor to attach this actor's RootComponent to

SocketName

Socket name to attach to, if any

LocationRule

How to handle translation when attaching.

RotationRule

How to handle rotation when attaching.

ScaleRule

How to handle scale when attaching.

bWeldSimulatedBodies

Whether to weld together simulated physics bodies.

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