Unreal Engine - Realistic Portal Tutorial (3/4)

  Рет қаралды 5,782

Reids Channel

Reids Channel

Күн бұрын

Пікірлер
@joseasmar
@joseasmar Жыл бұрын
If you are attempting to recreate this in 5.1.1 please note that epic added their own Resize render target2d function in blueprint. The C++ portion of the video is no longer needed and it didn't work for me. That being said if you are working in 5.0 then you do still need the C++
@thenashus4
@thenashus4 Жыл бұрын
I tried using that node, but as the noob I am I couldn't seem to figure out exactly how to implement it, any tips?
@blackdeathss44
@blackdeathss44 Жыл бұрын
Just switch the inputs going to it and it should be fine
@cyber3371
@cyber3371 Жыл бұрын
Yeah UTextureRenderTarget wasn't showing up and I panicked before I found in the release notes that they added the function in blueprint
@alvarogm_0028
@alvarogm_0028 Жыл бұрын
I have been struggling with the render of the portal's scene capture component and with its rotation and location for sooo many days. This tutorial is great!! You are the man, thank you so much
@Starbladek
@Starbladek 3 жыл бұрын
38:31 So the same thing happened to me, and after a bit of investigation, it seems to be related to the project's NearClipPlane value. When setting it to something ludicrously low, such as 0.00001, restarting the editor and re-opening it prevents me from moving stuff around. However, setting it to 0.01 and restarting the editor allows me to move stuff around once again. Just a heads up for anyone that's also encountering this issue :)
@ReidsChannel
@ReidsChannel 3 жыл бұрын
Ah that is a good find... you can also set it via blueprint on begin play and set it back to normal on end play.
@Video.Game.Company
@Video.Game.Company 2 жыл бұрын
You're a life saver, thanks man!
@dedelner8971
@dedelner8971 2 жыл бұрын
Dude, I just wanna say, that your method on how to apply transforms for the portal cameras is just the best and cleanest solution I have seen. I am so grateful for this. How did you know this? I wouldn't have believed that for example Compose Transforms is actually a thing :D
@ReidsChannel
@ReidsChannel 2 жыл бұрын
Thanks :) Well, the camera works the same way. When it goes to render an object is multiplies the objects transform by the cameras inverted world transform to put the object in camera space.
@mushmello526
@mushmello526 11 ай бұрын
I'm currently skipping through these to make some larger static portals. Not a portal gun, but a gateway with a seamless portal in it. For now it seems I can skip many things, as I don't need logic for portal placement, or checking if portals have place, etc
@郭逸松
@郭逸松 2 жыл бұрын
Thank you for your tutorial. It's so detailed which helps me a lot🤟
@thepottervault
@thepottervault 2 жыл бұрын
Really good tutorial. I guess you could dynamically adjust the portal quality depending on your distance to it like LODs for meshes?
@mushmello526
@mushmello526 11 ай бұрын
For me, it's really weird, the camera moves with the player, but the rotation is completely wrong and no setting seems to fix that. When I look up and down, the portal camera tilts around, left and right looking movements are not mirrored and overall it's so confusing to look at that it's tough to fix it
@haioc2281
@haioc2281 11 ай бұрын
can you use cine camera instead of player camera? Just new with engine and want to render cinematic with portal effect
@ArtemKevorkov-zl9gv
@ArtemKevorkov-zl9gv Жыл бұрын
Hey! Quick question, I followed your tutorial and for some reason in my Event Graph " Convert Transform to Relative" is missing! (18:59). I tried turning off the context but the only option that is visible is "Make Relative Transform" and it doesn't work! Literally one step away from completing it
@ReidsChannel
@ReidsChannel Жыл бұрын
I just checked in 5.1 and its still there... if you're on a newer version then that maybe they renamed it but I'm not sure.
@ReidsChannel
@ReidsChannel Жыл бұрын
docs.unrealengine.com/4.26/en-US/BlueprintAPI/Math/Transform/ConvertTransformtoRelative/
@blackdeathss44
@blackdeathss44 Жыл бұрын
i had same issue in 5.2.1, what i did to fix this was to switch the world transform values on the make relative transform, which seemed to be fine
@blackdeathss44
@blackdeathss44 Жыл бұрын
because if you notice, everything is exactly backwards from how its supposed to work, up is down, left is right, forward moves camera backward, so just switch those two transforms and you're golden from there on
@MrXBJonte
@MrXBJonte 3 жыл бұрын
Very weird, I still get the hole through the ground effect. Even after the C++ code. Seems like it has to do with the clip plane but I have everything teh same as you
@MrXBJonte
@MrXBJonte 3 жыл бұрын
It seems that the Get world location value from the camera changes when I look around, which causes the clip plane to cut the floor in the portal. It should only change the value when I'm moving I think? The further away I look from the portal the more of the floor is being cut
@MrXBJonte
@MrXBJonte 3 жыл бұрын
The c++ Resize render target function does not help with the clip plane issue I have
@MrXBJonte
@MrXBJonte 3 жыл бұрын
I can add that if I stand very close to the portal it works perfectly
@MrXBJonte
@MrXBJonte 3 жыл бұрын
Nevermind, it still clips if I look around close to the portal
@RandoYoutubeAccount
@RandoYoutubeAccount 2 жыл бұрын
Did you find a solution for this? I'm also getting this result even without including the +1 float that Reids suggests. (I think maybe I can offset it, but going too far has the opposite effect where I can see behind the portal)
@jackedakk
@jackedakk Жыл бұрын
The issue with promoting to variable is that it is already a variable
@Song-qp3mb
@Song-qp3mb 3 жыл бұрын
Sorry, after following your vedio step by step,i find my portal will render again when a portal faced another one ,like unlimited mirror,maybe i do some wrong steps,but i can't solve it or find it ,plz help me
@毛常松
@毛常松 2 жыл бұрын
I found the same problem. Did you solve it?
@fafatogames
@fafatogames 2 жыл бұрын
my project don't do a infinity mirror
@BridgesProductions2024
@BridgesProductions2024 2 жыл бұрын
Because you'd have to modify engine code. Unreal, as far as I'm aware, does not natively support Recursive Rendering (the "infinity mirror" you're talking about). Not yet, anyway.
@Kaliostrowww
@Kaliostrowww 2 жыл бұрын
Acctualy for ue5 you can set Scene Capture setting "Composite mode" to "Composite" to achive an infinity mirror effect.
@fafatogames
@fafatogames 2 жыл бұрын
@ReidsChannel?
Unreal Engine - Realistic Portal Tutorial (4/4)
37:40
Reids Channel
Рет қаралды 6 М.
Unreal Engine - Realistic Portal Tutorial (1/4)
1:00:36
Reids Channel
Рет қаралды 19 М.
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
Unreal Engine - Event Dispatchers Explained!
21:17
Reids Channel
Рет қаралды 20 М.
UE4 Tutorial: How To Build A Seamless Unreal Portal Door
23:13
How Games Have Worked for 30 Years to Do Less Work
23:40
SimonDev
Рет қаралды 1,4 МЛН
Subway Surfers But in Unreal Engine 5
1:09
TeaserPlay
Рет қаралды 13 МЛН
Use AI to create a world (Blockade, Unreal Engine 5, Kaiber)
5:42
Unreal Engine - Damageable Health Bar Tutorial (1/2)
26:42
Reids Channel
Рет қаралды 25 М.
Google Maps in Unreal Engine 5 is INSANE!! (Tutorial)
6:27
Bad Decisions Studio
Рет қаралды 573 М.
How To Create Epic Procedural Dungeons In Unreal Engine 5 - Part 1
1:48:31
Гениальное изобретение из обычного стаканчика!
00:31
Лютая физика | Олимпиадная физика
Рет қаралды 4,8 МЛН