Interaction System - Trigger Event In Actor (replicated) - Unreal Engine 5 Tutorial [UE5] #4

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 มิ.ย. 2024
  • Check out my inventory system:
    🌿www.unrealengine.com/marketpl...
    🔷💬Join my Discord Server: / discord
    00:00 Intro
    00:20 Tutorial
    09:14 Result & Outro
    #ue5 #unrealengine #niceshadow

ความคิดเห็น • 11

  • @imateria9088
    @imateria9088 ปีที่แล้ว +2

    thanks!!!

  • @gimjeongtae
    @gimjeongtae ปีที่แล้ว

    I have a question. At around minute 8, instead of connecting a light bulb to the OnRep_InteractToggle function. I want to connect a widget. I added a widget component to TestActor. I want a new window to pop up when the E key is pressed. How do I set up a node in the OnRep_InteractToggle function? I don't know the node command to make the widget appear. I would really appreciate it if you could help me with the answer. thank you.

  • @neiliakini6349
    @neiliakini6349 11 หลายเดือนก่อน +3

    Really nice tutorial ! I plan to use that for a single player game that I am making, so there would be no multiplayer, does all the server/replicating stuff in this tutorial cost performance? Or can I just follow the tutorial like you did even though I don't want multiplayer. Thank you very much !!

    • @NiceShadow
      @NiceShadow  11 หลายเดือนก่อน +2

      Hey, thank you. No, it doesn't cost performance in singleplayer.

    • @neiliakini6349
      @neiliakini6349 11 หลายเดือนก่อน +2

      @@NiceShadow awesome so I'll just use it as is ! And who knows maybe my game will turn out to be multiplayer later on and I'll be happy this is already set up ! Thank you for the quick answer !

  • @thecombustion9164
    @thecombustion9164 7 หลายเดือนก่อน

    love the tutorial, but i have no idea where i have messed up, for some reason it doesn't work when i play as client, but works like a charm when i play as standalone alone

  • @teamchemistryrex
    @teamchemistryrex ปีที่แล้ว +1

    at 6:00, the InteractOnServer in BP_TestInteractionArea is unnecessary since it has already been running on Server side.

    • @NiceShadow
      @NiceShadow  ปีที่แล้ว

      Yes, you're right, well seen! ;)

  • @alpersapanc3480
    @alpersapanc3480 9 หลายเดือนก่อน

    When I start the game and press the "E" key to turn on the light as you do, it does not react and gives me this warning "Blueprint Runtime Error: "Accessed None trying to read property K2Node_CustomEvent_InteractionArea". Node: Interface Interact Graph: EventGraph Function: Execute Ubergraph AC Interaction Trace Blueprint: AC_InteractionTrace". gives. Can you help me?

    • @edp180perkie03
      @edp180perkie03 2 หลายเดือนก่อน

      Don't know if you managed to solve this given it was 6 months ago, but I had a similar error message appear in my map's event graph, and I just added a 'is valid?' check to the flow and it eliminated it. For me I think it was happening because of timing, the new code was making other event begin plays run out of order.

    • @potat0az566
      @potat0az566 21 วันที่ผ่านมา

      @@edp180perkie03 which part of the graph did you add this?