How To Use Sockets in Unreal Engine

Поділитися
Вставка
  • Опубліковано 24 лип 2023
  • Hi everyone, welcome back to another unreal engine tutorial.
    If you haven’t subscribed yet, please subscribe to my channel.
    In this video, we are going to learn how to use sockets in Unreal Engine.
    I’ll show you how to create a socket for your static mesh and use it for your level.
    And show how to use sockets to attach objects to bones. Once set up, you can attach your objects, weapons, and other actors to the socket from the level or in the blueprint.
    Version used: Unreal Engine 5.2.1
    Let’s get into it.
    Buy Me Coffee
    buymeacoffee.com/pauloorquillo
    Social
    Twitter/X: / olopsman
    Shot with Sony ZV-E10
    amzn.to/3uVzPQt
    Sigma 16mm f/1.4 DC DN
    amzn.to/3AgH1d1
    Rode MicroVideo Microphone
    amzn.to/3ccVRYR
    SanDisk 128GB Extreme PRO
    amzn.to/3RF9gZD
    My Workstation Setup
    Macbook Pro 16 inch M1 Pro
    amzn.to/3OdBqb7
    Samsung 28-Inch 4K UHD Led-Lit Monitor
    amzn.to/3Od1t27
    USB C to HDMI Cable 4K
    amzn.to/3REVpBe
    Apple Magic Keyboard with Touch ID and Numeric Keypad
    amzn.to/3Pwm6HF
    Skillshare Referral
    share.skillshare.com/pauloorq...

КОМЕНТАРІ • 9

  • @asfandyarkhan1156
    @asfandyarkhan1156 3 місяці тому +1

    You just saved me from hours of pain thank you so much!

  • @troy7954
    @troy7954 5 місяців тому +1

    This is the best tutorial for this topic I have found. Thank you.

  • @aleksboboychev
    @aleksboboychev 6 місяців тому +1

    Thank you!

  • @polyatriton9801
    @polyatriton9801 8 місяців тому

    thank you!!! 🙂

  • @Drakuba
    @Drakuba 5 місяців тому +1

    i also think using sockets is more economical than adding that stuff as components. Dont quote me on this, but i remember it being because the item held by socket takes its information, such as world locations and rotation values, among other things, from the bone they are socketed into, instead of generating their own set. And since the skeleton needs those values by default to begin with, you get some extra performance by using sockets
    Them being modular is also a big + imho

  • @RootsThunder
    @RootsThunder 3 місяці тому

    Thank you for sayying you need to reset location transform.

  • @loomissimool8070
    @loomissimool8070 8 місяців тому +1

    Hi, the socket i want to use is scaled correctly but when it appears near skeletal mesh is giant, i checked again and it's dimension and scale is right, do you know how is it possible?

  • @Akill107
    @Akill107 5 місяців тому

    is it possible to change socket location during runtime? like switching weapons in the hand from pistol to rifle. I want to change the hand socket location

    • @JustAnotherDangHowToChannel
      @JustAnotherDangHowToChannel  5 місяців тому

      not sure about runtime, but you can create multiple sockets and assign weapons to particular sockets.