Unreal Camera Manager EXPLAINED

แชร์
ฝัง

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

  • @klovvin
    @klovvin 3 หลายเดือนก่อน

    Very cool! I've been working with UE for so long and never knew about this

  • @mahkhardy8588
    @mahkhardy8588 4 หลายเดือนก่อน

    Great video would love to see more about this class, camera boom arms are so annoying. An extensive example of what you can do with the camera manager can be found in the ALSv4 template.

  • @silversoul2785
    @silversoul2785 วันที่ผ่านมา

    can you please explain how to fix the camera between 2 characters like in tekken8?

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

    Thank you for the great explanation! I have one question: If I want to use the Unreal Take Recorder to capture the camera moving as the user moves the mouse, do I need to create a new physical camera to emulate the player's camera? I assume I'd need to feed the camera position and move the transform, because, as you mentioned, the camera transform doesn’t move on its own. So, to record the position, do I need to create a separate camera and track its fake position?

  • @shibii
    @shibii 3 หลายเดือนก่อน

    Nice video!
    I have a question for you 😅
    I want to manage something based on WASD, if only S is pressed, do X, if anything else is pressed do Y and if nothing is pressed do Z. I tried a few things like keeping track of the states in variables, but with pressed and released it’s a mess 😅 any tips?

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

    Great video. I'm having a bizarre problem with orthographic cameras since the update.
    The new camera location on return node just doesn't seem to do anything. I can type anything and I'tll always be overwritten by the cameras default location.
    It worked flawlessly before the update. And hasn't worked since the update.

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

      Did you ever figure out why this is? Because I'm implementing this the same way that he is but my camera is not being affected at all via Blueprint Update Camera in the camera manager class

  • @DirkTeucher
    @DirkTeucher 4 หลายเดือนก่อน

    Love it , thanks for sharing the knowledge