'Asteroids' Unreal Engine 5: (5/7) Reset Objects | Beginner Series

Поділитися
Вставка
  • Опубліковано 25 січ 2025

КОМЕНТАРІ • 10

  • @elliein3d
    @elliein3d 2 місяці тому

    Great tutorial series so far, thanks! In case anyone has a similar issue to me and a few others with using the GetWorldLocation inside the reset component - I just ended up not using the Reset Component and adding the code directly into the Blueprints that I wanted to reset. Do the exact same code within the BP (but ignore the bit about the tags) and just GetWorldLocation of your static mesh and then do the rest in the same way.

  • @Trickster2j
    @Trickster2j Рік тому

    Please help, the getworldlocation node does not drag off from the output of the get node. It tells me that "actor component object reference is not compatible with scene component object reference"

    • @catch222stuff
      @catch222stuff 23 дні тому

      Simply type 'world location' - and you will see 'Get World Location' - you then need to right click on 'return value' and select 'Split Struct Pin'

  • @randya8037
    @randya8037 Рік тому

    I have a question about the GetComponents By Tag in your ResetComponent_BP. The issues appears to be that the "getOwner" node isn't retunring anything. Always comes up 'empty'. I've made sure to hook up the RestComponentBP to my Ship and asteroids and set the rest tag. Not to sure what is going on. Any ideas?

    • @randya8037
      @randya8037 Рік тому

      Fixed my issue and leaving up here in case others experience it. I had put my the tag declaration into the "Actor Component" component in the Spaceship blueprint. It should have been initialized in the Static Mesh component of the ship. I missed that part in the video.

  • @LukeDowellDesigns
    @LukeDowellDesigns Рік тому

    Hey I am Loving your tutorial. I am having a problem. I cannot add the get world location from the "Get". Any Ideas? I am on version 5.3

    • @RGBguy
      @RGBguy  Рік тому

      docs.unrealengine.com/4.26/en-US/BlueprintAPI/Utilities/Transformation/GetWorldLocation/
      Check if this helps!

    • @Trickster2j
      @Trickster2j Рік тому

      I am having the same bug, did you manage to figure out how to get the world location node to work inside of the reset components ?

    • @catch222stuff
      @catch222stuff 23 дні тому

      Simply type 'world location' - and you will see 'Get World Location' - you then need to right click on 'return value' and select 'Split Struct Pin'

    • @catch222stuff
      @catch222stuff 23 дні тому

      @@RGBguy that link is now dead.