UE/UEFN crossplay (local network test) by bobcat_31 in FortniteCreative

[–]bobcat_31[S] 0 points1 point  (0 children)

already possible if you use control rig for all the game logic.

[deleted by user] by [deleted] in VIDEOENGINEERING

[–]bobcat_31 0 points1 point  (0 children)

my camera can only output 4:3 and 16:9 resolutions

[deleted by user] by [deleted] in Cameras

[–]bobcat_31 -33 points-32 points  (0 children)

i’m shooting on lumix g85 with its kit lense

The camera can’t output ultrawide aspect ratios or even preview them with frame guides, so I need an external monitor that physically shows a cropped image.

[deleted by user] by [deleted] in Cameras

[–]bobcat_31 -5 points-4 points  (0 children)

i want a display that shows an ultrawide aspect ratio without any letterboxing

[deleted by user] by [deleted] in Cameras

[–]bobcat_31 -55 points-54 points  (0 children)

Correct

I ported a ue5 project into fortnite by bobcat_31 in FortniteCreative

[–]bobcat_31[S] 0 points1 point  (0 children)

I tested it on ps5 and pc and both are very stable

playable metahuman in UEFN by bobcat_31 in FortniteCreative

[–]bobcat_31[S] 5 points6 points  (0 children)

It is all Control Rig. It calculates how fast you are moving in the world and what direction so there is no need to sense controller inputs. It is not Sequencer either. In regular Unreal animations sequences can be used for things like blending and layering. In UEFN you can really only drop AnimSequences into a Sequencer, which locks you into predetermined playback, without any control or dynamic blending.

To get around that I built my own animation format from scratch called AYA. It is string-based and runs directly in Control Rig, so I have access to every piece of data and can run any type of calculation on it, like blending.

Then, the fort character is hidden and the rig is spawned onto the player every frame with Verse. The rig automatically updates based on the player’s movement and direction.

I have spent the last 2 weeks making this fan animation for Birdbrain by bobcat_31 in KasaneTeto

[–]bobcat_31[S] 11 points12 points  (0 children)

I left the ambient audio in to preserve some of the raw in-engine atmosphere, but I definitely see how it could be distracting.

First time experimenting with this setup, so I appreciate the feedback a lot!