USkeletalMeshSocket::AttachActor

Utility to associate an actor with a socket Utility to associate an actor with a socket

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMeshSocket.h

Include

#include "Engine/SkeletalMeshSocket.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp

Syntax

bool AttachActor
(
    class AActor * Actor,
    class USkeletalMeshComponent * SkelComp
) const

Remarks

Utility to associate an actor with a socket

Utility to associate an actor with a socket

Returns

bool true if successful, false if not

Parameters

Parameter

Description

Actor

The actor to attach to the socket

SkelComp

The skeletal mesh component associated with this socket.

Actor

The actor to attach to the socket

SkelComp

The skeletal mesh component that the socket comes from

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