Can anyone explain what the new Humanoid Rig is exactly? Is it related to or different from the Blue Guy?
[= ;178884]
Network record/replay system
[/]
Does the network record/replay system support seeking around to arbitrary points in time and playing back in reverse?
i’m excited to try the new instanced static meshes and foliages . i hope it looks better now.
Hey I’m new and just wondering if engine is cross platform for and Mac and if so what would you recommend running it on?
Thanks Diat!
Now Epic, will you consider adding a female mesh and skeleton in there too? It seems odd in day and age to have just a male only one and it risks alot of Market Place content being for male characters only.
[=ThomasPittman;183688]
Does the network record/replay system support seeking around to arbitrary points in time and playing back in reverse?
[/]
From what I’ve seen it looks pretty barebones at the moment, just server demos and playback. From what they’ve said in their streams they seem to have ambitions for it to become a part of spectating and being able to show instant replays.
There isn’t a substantial difference between male and female skeletons, aside from hip sway which is functionally superfluous and can be added with ikinema/MotionBuilder/anything that does procedural animation.
I could be mistaken, and would love to hear a counter argument.
Just like You
[=;179344]
Really excited for the emissive lighting–does that work like how it did in UE3 or is it a better method? Specifically, in UE3 it looks like it would analyze the surface and then place invisible lights to match the emissive level of the texture. It didn’t give all that great of results.
[/]
Same me!
I have two issues with the newer release.
-
Requiring the use of GetMesh() and GetCapsuleComponent() because Mesh and CapsuleComponent will be private in the future. We are accessing these in children classes and they should be protected and not private. I hope the guys behind change have thought about that. It would be best for the children to have direct access to the data or if you plan on having a Set function it should be inline.
-
ComputeVelocity on the ProjectileMovementComponent is now const. We were calculating a different velocity / air drag component and we saved off other variables. Now we’ll need to come up with a new way to save that data that doesn’t change our child ProjectileMovementComponent class. Is there a good reason for making const?
[=Havoc;184094]
There isn’t a substantial difference between male and female skeletons, aside from hip sway which is functionally superfluous and can be added with ikinema/MotionBuilder/anything that does procedural animation.
I could be mistaken, and would love to hear a counter argument.
[/]
Other than average height and the pelvic area, the differences in skeleton shape are small and subtle, but movement can be very different.
Trying to tackle the animation through overlays isn’t ideal, but can be done.
The reason why I would like to see a mesh and skeleton help promote more female meshes and animations on the Market Place. Right now the amount of Male characters on the Market Place significantly outweight the female, whilst anims are for men too.
I appreciate that it’s possible to easy create your own mesh and skeleton and Epic want to promote a pro-active fan base, but many people using these tools will only use what they get with the Toolset and from the Market Place.
I’ve just been able to get the 4.6 preview down, a bit late but, better late than never I guess, and busy moving my project over and testing things out. I spot a few things that kinda got broken but the one thing I’m trying to fix, I just don’t know what to do, nothing I do works. I have a problem with my projectiles. They don’t move and when I run PIE, then quit, in the log I get warning…
Warning Movement component ProjectileMovement1 must update a PrimitiveComponent, but owning actor ‘RockProjectileL_BP_C_0’ does not have a root PrimitiveComponent. Auto registration failed.
The root component is a sphere and has a static mesh and light as children. A sphere is a primitive component right?. I tried swapping out static mesh to the root in stead, or making capsule or box and none of it works. So, not sure what’s the problem. I even tried to make a simple new projectile from scratch just using a static mesh directly, but it doesn’t work either. I don’t know if it’s a bug or I need to set it up completely different?.
EDIT:- It works now.
So, of course as soon as I post , I get it working. I just killed the projectile movement component and re-added it back and it works without any warnings.
I came across a really weird thing with the Output Log window. If I click on some text inside the window, it freeze the editor completely. I tested over and over and had it docked and floating and it happens every time. I can click in the empty space in the window and I can click and drag the scroll bar, but as soon as I click on text in there, it freeze the editor.
[=;184224]
Other than average height and the pelvic area, the differences in skeleton shape are small and subtle, but movement can be very different.
Trying to tackle the animation through overlays isn’t ideal, but can be done.
The reason why I would like to see a mesh and skeleton help promote more female meshes and animations on the Market Place. Right now the amount of Male characters on the Market Place significantly outweight the female, whilst anims are for men too.
I appreciate that it’s possible to easy create your own mesh and skeleton and Epic want to promote a pro-active fan base, but many people using these tools will only use what they get with the Toolset and from the Market Place.
[/]
We did a motion capture with a male and female actor for a recent project so I second request. Especially the female movements are much more “elegant”, so some sample content from Epic for females would definitely be good to have! It’s really off-topic of course, but an important topic.
Greetings! I I don’t find the rleases or the previews version in htis page anymore: https://github.com/EpicGames/UnrealEngine/releases
Where did they go?
[=PLASTICA-MAN;184547]
Greetings! I I don’t find the rleases or the previews version in htis page anymore: https://github.com/EpicGames/UnrealEngine/releases
Where did they go?
[/]
In-Game Web Browser Widget?
I found digging through the 4.6 source. I built 4.6 (and ran the 4.6 Preview) but I can’t find where the Widget is hiding in the Editor. I tried creating a new Widget Blueprint and dropping a panel on the design view then went digging around to see if I could cast it/sub-class to SWebBrowser in BP but no joy. I’m really new to Unreal so I’m a tad lost in the weeds. If is the new in-game browser, can someone walk me through what I’d need to do to add it to a scene/level?
We did a motion capture with a male and female actor for a recent project so I second request. Especially the female movements are much more “elegant”, so some sample content from Epic for females would definitely be good to have! It’s really off-topic of course, but an important topic.
[/]
I’ll stick a request in the ‘Feedback For Epic’ section
I find the context sensitive menu a bit laggy, sometimes I must accidentally click the RMB and then click the LMB to get out of it but it takes an extra second?
Also, it’s a bonus that there are now more custom nodes (for example, when I use “AddRelativeRotation”, it appears in the menu as custom nodes with all the possible components already built it) but you can’t select the old version (the non-custom version), which I’d either have to click the context-sensitive button or use the palette… I prefer the older way for flexibility reasons and would like the option to choose either without having to use different ways to choose it
Thanks for the hardwork guys. LOVE UE4
Is there any that UE4 will have lighting model as Cryengine? No precomputed lightmaps? I know it has some raw lighting model, but will you guys work on improving it to release stage?
UE4 has a LPV like CryEngine, search for “enable LPV UE4” and follow the instructions. It’s disappointing you have enable it first but it works (not on OSX/mobile, mind you) and doesn’t suit all situations (like CryEngines doesn’t either)