#ue4-general

1 messages · Page 1120 of 1

midnight root
#

hm not sure if you already mentined, but did you try to verify project from launcher

grim ore
#

you could try the verify like suggested first, or try launching the uproject directly

midnight root
#

heh

tropic beacon
#

buttons mysteriously greyed out unfortunately

grim ore
#

doing the project directly would remove the launcher as an issue

tropic beacon
#

oh yeah i forgot that was mentioned!

grim ore
#

if its greyed out it thinks the engine is running

pulsar bison
#

Hey, hoping for some help - I have a CameraBoom (Springarm) as a child to a character. Boom is set to Use Pawn COntrol Rotation and inherit Pitch/Yaw/Roll, but when I rotate the actor, the camera does not rotate with him.

#

Is there another setting I should be aware of?

bright sigil
#

Lol u dont want the springarm to rotate exactly with the player

heady oyster
#

Thanks for the reply! I'm looking to do a full on multiple characters moving and talking + images moving. Maybe the characters stand in place when they talk, and when they do move like say I have Bob kick Paul have that be a still image? Just whatever the engine allows me to do

pulsar bison
#

Well I do for now

tropic beacon
#

jesus freakin christ, i think i figured it out. i looked into system monitor and saw my HDD was at 100% usage, turns out that radeon ReLive *the streaming software that comes with radeon devices" was just creating one giant GIF on startup and not stopping

coarse turtle
#

How can I get remove one of UE4.27 from my Epic launcher? If I try to remove one of them, it tries to uninstall it.

tropic beacon
#

id say let it uninstall and see if it just gets rid of one

coarse turtle
livid wolf
#

I have an increasing value (velocity) that I use to do calculations. However I wan't to limit the received value into the calculation without putting a limit on the velocity itself.

So far I tried several blueprint things that has the world clamp in it. I also tried using branches that when received a number higher then what I want simply rewrote the value to the limit. Also tried normalization where the 100% was the limit number.

Nothing seems to work. As I always ask the camera to move to the location of a followed target + the limited value. However my camera always decide to go to orbit.

As I believe a get world location + add a supposed to be limited value then set world location shouldn't be wrong. And no matter how I obtain the value that should have a limit shouldn't matter either as if the limit in place it should never leave the followed thing more then the limit. Then the only other thing that can be wrong is how I limit the number. Which has several ways to do and im sure I failed to do it in all occasion.

#

Help please.

hearty galleon
#

im using the third person character template and i want to change one of the fingers to make the gun holding look realisitic. How would i do that?

vagrant hornet
#

No transform axis?

#

Clicking showing transform widgets didn’t help

grim ore
#

are you in (G)ame mode?

vagrant hornet
#

Thanks I was

grim ore
#

@hearty galleonyou would have to modiry the animation manually in UE, or edit it in the external program that it was created in (if this is a template animation, you wont be able to do this). You can open the animation in UE, move to the first frame, change the bone(s), then apply a new additive key frame and save out the animation. If you dont want to change the default, duplicate the animation first and change it

hearty galleon
#

thanks

grim ore
#

@livid wolfyou might need to show your code on what you have done. a clamp sounds right, it limits an input to a upper and lower value

vagrant hornet
#

Why isn’t my virtual texture working? Instead of the texture is just white which is blending

jade helm
#

What kind of changes ?

#

Help

autumn flame
#

Press the panic button

jade helm
autumn flame
#

Under your desk

jade helm
#

??

grim ore
#

this isnt a UE question, this is Xcode which is apple.

vagrant hornet
#

Good changes just click yes

jade helm
#

Ik

vagrant hornet
#

Comes with every install of Xcode

jade helm
#

Ight thanks is working now lol

vagrant hornet
#

Why is my virtual texture blending not working?

grim ore
grave flint
#

so i have a question I tried to start up Unreal but it said there was a NET problem

#

so i assume it's a microsoft visual studio failure

grim ore
#

what did it say?

grave flint
#

let me load it up so i can get the exact wording

#

now it's "installing"

#

i think

grave flint
# grim ore what did it say?

"ERROR: Could not find NetFxSDK install dir; this will prevent SwarmInterface from installing. Install a version of .NET Framework SDK at 4.6.0 or higher."

grim ore
#

and when does this show up?

grave flint
#

whenever i try to load up/create my first project

grim ore
#

so the engine is installed in the launcher?

grave flint
#

yes

grim ore
#

and you click launch, it loads the browser, you create a new project and that comes up and closes the editor?

grave flint
#

yes

grim ore
#

is this a C++ project?

grave flint
#

and thank you

half estuary
#

I'm new to UE and trying to draw a rectangle on the HUD when left-click and drag the mouse. For some reason when clicking the mouse cursor disappears and it seems like the mouse position is reset every frame to the initial click position. Why is this?

jade helm
#

I downloaded all of these just for my MacBook to not keep up with it

grim ore
#

@half estuarywhen you let go of the mouse button, does the cursor come back?

vagrant hornet
#

Still can’t get virtual textures to work 😥

half estuary
grim ore
#

are you trying to do this when your game is running or in the editor?

half estuary
#

The yellow circle indicates when I am clicking and holding the left mouse button. Then I am trying to move my mouse while holding the left button. The rectangle is drawed somewhat. On release the mouse cursor just wents back to initial position. When I print the mouse position on every frame, it almost never moves. Only sometimes, when the blue rectangle is visible for one frame.

half estuary
grim ore
#

what is your input mode set to? and is show cursor enabled

half estuary
#

"Show mouse cursor" is enabled and I called "Set Input Mode Game And UI" with InMouseLockMode to "Lock Always"

#

Oh ok I think I found my error. I enabled "Hide Cursor During Capture". I just unchecked that and it is working now.

grim ore
#

that would do it yep

half estuary
#

Thank you for your help and thanks for your great YouTube Tutorials 👍

livid wolf
#

Also a small clip where my camera goes to orbit.

grim ore
#

really hard to understand what is going on there. What are you trying to do?

livid wolf
#

I try to make a "simple" way for the camera to go ahead of the pawn so it shows whats ahead of it.

#

I saw several tutorials and but for some reason my camera won't stop moving it just keeps going forever. The small clip shows with the number 1500 set to 100.

#

At this point I don't even care where the numbers come from I just want a way to make sure the camera never gets relocated away more then a specific distance from a moving object. (ship mesh component from the default twinstickshooter template)

grim ore
#

I think the issue is your dont understand the clamp node

#

your in a and b are the max for your values you want to check

#

changing the b to 100 just makes it worse, not better as your aways going to have the max value for the velocity to add

#

you want a to be the lowest (0) so no change, and b to be the largest value that will be coming in (your max speed more than likely)

#

then your issue is your out range should be a smaller number representing how much you want it to be moved based on the speed

#

for example you might find 0.2 in B gives you a better result

#

if your max velocity is 600, and your B is 1.0, then your going to offset your camera 600 units

#

thats quite a bit

#

if your max is 1500 and your going 1500 and your B is 1.0, then your going to offset it 1500 which is a very large amount

#

if your max (B) is 100 and your velocity is 1500 and your B is 1.0, your going to offset it 1500

#

since your not offsetting it by your clamp input, but your offsetting it by the veloctity itself and a multiplier (the B)

livid wolf
#

I understand the clamp much better now thank you. And I think i know where the problem is. At the multiplication it receives a vector that is not clamped and continously growing with speed. I have to clamp that vector too.

grim ore
#

you dont need to, but i you do then there is no need to do the multiply if your just going to clamp the velocity

#

the multiply is lowering your velocity to a smaller % based on the B the way you are doing it, which is fine

livid wolf
#

Thank you very much!

wheat shuttle
#

Hello, I'd like to make a game, however, I have two current roadblocks.

  1. Unfortunately, the only PC I currently have access to is fairly low power. How can I reduce/remove the graphical effects in the viewport (motion blur, environment lighting, etc.) in order to get a better framerate?

  2. Also, I plan for my game to resemble a GameCube game. Is this possible? Can I implement the phong reflection model in UE4, either through the engine's tools or through code?

thank you.

grim ore
#
  1. engine scalability, its in the settings menu. You can set it t low. You can also try something like using forward rendering or mobile emulation. 2) yep
winged geyser
#

After Godot 4 will be delayed for at least another year and a half I am back looking for an engine to port my current game to. It is currently written in C# but I have about 1Meg C++ sources from the UE 4 days and another ported 1Meg C# from unity and about 2MB from the current Godot 3 version. Since C# is at least 10 times faster to develop the complex game logic in, I would like to stick to C# so it comes to UnrealCLR which is a nice addition to the Unreal ecosystem.

#

I took the last two days to have a refresher of how Unreal manages things and I started to feel at home quite quickly (havent gotten into the weeds of C++ yet so no shared pointers for me yet). Looking at the core mechanisms and how UnrealCLR works it was a painless experience to get it working.

#

Since the plugin is basically maintained by a single person, I would like to ask if the developer is active here in the discord or how else one get into contact with him.

grim ore
#

the Contact link on the github repo?

drowsy snow
#

Though I guess reading README.md is getting out of fashion?

winged geyser
#

I only see twitter which I dont use

drowsy snow
#

What

#

The Contact link directly e-mails.

winged geyser
#

I haven't expected seeing something in the readme.md and I have expected for such an important plugin he would be a kind of a celebrity here on the discord.

grim ore
#

maybe its not that important of a plugin?

winged geyser
#

Anyway thanks for pointing it out. Does anyone know if the plugin is used by the Rocket Boys Everywhere (so there is a main product behind it?)

grim ore
winged geyser
#

I have searched the server havent found message of him thats why I asked in the general section.

drowsy snow
#

I don't think it's the same person

winged geyser
#

I saw a some rant regarding it and its the same problem I have with it (no console support and single developer of failure)

#

The ranting persons didnt sounded like the developer

drowsy snow
#

At least UnrealCLR being open source, there's no Patent Pending(TM)

winged geyser
#

Looks like console support would be possible with AOT

drowsy snow
#

Yeah, he and his cohort is not the same person as UnrealCLR's creator.

grim ore
#

its got good intentions, I just wouldnt count on any major project using it due to its limitations

neon bough
#

there's the source, fork it, make PR's and voila, two developers

drowsy snow
#

At least I had better times with Lua (though I'm still thinking about getting Hazelight's AngelScript implementation - my main concern is ease of moddability)

#

(and I kinda hate Lua's formatting)

#

Probably not until 5.x's mid life

winged geyser
plush yew
#

ive seen people use megascan trees in ue5, but my epic games says it doesnt work with the newest version?

grim ore
#

doesnt work, or not compatible engine installed?

plush yew
winged geyser
grim ore
#

correct, so choose 4.27 and hit add to project

plush yew
#

but im using ue5

grim ore
#

then dont choose 4.27 and dont use it

drowsy snow
grim ore
#

why ask for help if you arent going to listen...

neon bough
#

is EA2 based on 4.27?

drowsy snow
#

But considering that 5.0EA compatible with 4.26 but not 4.27 anyway...

grim ore
#

also, if the assets are for 4.27 they arent going to work in EA

drowsy snow
sterile lichen
plush yew
late stag
#

I got one question

winged geyser
#

Anyway. Thanks everyone, I will drop him an email and ask about the status of it. If it works out I will port my stuff and help him with the UI Slate porting part if I am able to. The stuff that is there seems to work flawlessly.

grim ore
#

UE5EA is not the same as UE5EA2 is not the same as UE5-main is not the same as UE4 is not the same as UE5.0 is not the same as.... dear god 5.0 release cannot come soon enough

drowsy snow
winged geyser
grim ore
#

yes. 2022

late stag
#

Do you think (as a programmer) to challenge myself to create a game all by myself

sterile lichen
#

depends on a scale

drowsy snow
grim ore
#

Also, the trees should work with EA. just add them as 4.26

winged geyser
grim ore
#

nothing publicly announced at this time

drowsy snow
winged geyser
#

I heard that they plan to implement their own scripting language for UE5

grim ore
#

they do not

#

and have not said they would be

#

people are infering it

drowsy snow
grim ore
#

Verse has been announced for Fortnite

#

its only ever been referred to for Fortnite as far as I have seen, I could have missed something but shrug

winged geyser
#

But I am wining again

grim ore
#

people just see it and that they are using a build of the editor for fortnite and its automatically *NEW SCRIPTING LANGUAGE!!!!"1!"!

drowsy snow
winged geyser
#

I was checking out FlaxEngine and I was impressed but its the single Developer problem again.

#

I mean Phyton code would make modding a UE4 game way more easy.

#

Thats why I stick with C#

drowsy snow
#

Ah yes, Skooma Script 😛

grim ore
#

Skookum

#

and its been around for a while in other projects

winged geyser
#

Right Verse was the name. Maybe their version of a dumbed down C# language.

drowsy snow
#

Well, the misspelling was (probably) unintentional Elder Scrolls reference...

late stag
drowsy snow
grim ore
#

Anyone can make a game, the key is to... you know... actually to do it

drowsy snow
#

It's not like game jam entries made by single person is an outlandish thing

grim ore
#

yarp yarp

drowsy snow
grim ore
#

man I would love a web based UE editor tho lke Godot has, its fun to just play around with it without needing to install anything

fierce tulip
#

+1 for a web-based material editor (that works)

drowsy snow
#

Godot editor is web based??

drowsy snow
grim ore
#

and yeah a working BP tool would be nice, there is the web one but its just visualish

#

pretty much any light way to work with UE would be nice in the future, even breaking it into like usable modules would be fun. Niagara, Materials, BP, could all be nice for tinkering

#

I havent played with an amazon gpu instance in a while, I wonder how well those might work with a full UE5 build

midnight wren
#

when i try to install the quixel bridge plugin to ue 4.27, it says that it has already been installed to all compatible engines. is 4.27 not compatible?

#

oh wait yeah it isnt compatible

drowsy snow
#

Except if you're talking about 5.0's Bridge plugin.

#

UE4 still have to go through standalone Quixel Bridge app.

tulip gate
#

Im trying to make a quest 2 game

#

but this comes up

#

and

#

it comes up here but not

#

here

#

What do i do?

#

to fix this

late stag
#

I'mma make a bootleg escape from tarkov

#

If it actually looks good I might work on it with other ppl 👀

willow minnow
#

how do i make animation blueprints? cause i want my main character to have an idle and run animation but i cant figure out how to get his walk to work

late stag
#

Or a bootleg pubg

#

Idk

drowsy snow
late stag
#

I always do

#

I'mma need some inspiration though

drowsy snow
late stag
#

It's just yk a challenge

#

But I'll see

#

Yk

#

A game jam looks nice

#

I'mma try one

#

Drink some holy water

#

Jk jk pls don't

digital anchor
#

window -> reset

rocky radish
#

there are no graphs on interfaces

digital anchor
#

you cant put code inside an interface, there is a visualizer for function signature but its not necessary, its Window -> Load -> defaults

rocky radish
#

not if it was on this interface

digital anchor
#

not reset

icy bolt
#

Hello guyz, i got a problem, can someone help me.
i have made a vr project in ue 4.27.2 and packaged it for ASTC (.apk file) to run on quest 2 but when i opern the app in quest after installing ,it give error that the app keeps crashing.
Any solution?

little oyster
#

How can I populate a Shared DerivedDataCache for FeaturePacks/Samples? https://docs.unrealengine.com/4.27/en-US/ProductionPipelines/DerivedDataCache/#buildingderiveddata only describes for a Game itself, but I've created 30+ FeaturePacks under Samples that I'd like to build the DDC for due to some slower PC's on the network. Can FeaturePacks/Samples even utilise the DDC?

Overview of the Derived Data Cache and the storage of assets in formats used by UE4 and its target platforms

robust forge
#

can i ask why my ue4.27.2 is taking up 350+ gb of space?

unborn stone
#

kreeivo also mention that its a clean install and no projects

grim ore
#

launcher install or source install?

rotund scroll
#

you can use something like space sniffer to figure out what's taking up all the geebees

dense plank
#

Got it, I appreciate the clarification!

unborn stone
robust forge
dense plank
#

superb! Thanks for the guidance. I believe I'll store the less dynamic stuff in Instance, then, and use a state object for the code I used to have in my main game loop in my old codebase. Thanks once again for the help!

robust forge
#

its doing about 1.5gb every 1%

#

i had 410gb free and ive got 79.1 left on 85%

grim ore
#

check the folder itself

#

unless you checked everything in options it shouldnt be near that

robust forge
#

which subfolder

#

engine?

willow minnow
#

Hi does anybody know how i can change my code so that when the ai chase reaches me it changes to idle animation ,or when its not moving its idle animation

robust forge
willow minnow
#

cause i also want to add a jumpscare when it touches the player so it locks the camera and plays an animation

tulip gate
robust forge
grim ore
#

@robust forgego to where you installed it and right click and properties, see how big your UE_4.27 folder is

robust forge
robust forge
#

it says 0bytes !?

#

oh wait one min

#

it says size 37.7gb

#

but size on disk is 309gb

#

in engine folder alone

unborn stone
#

jet engine

robust forge
#

@grim ore at this rate its building me an actual engine

grim ore
#

thats your disk issue, your cluster size is too big you can see how my size and on disk is much closer

grim ore
#

one doesnt without formatting as far as I know

robust forge
#

what does one need to formatt

#

is it a delivery optimisation thing?

grim ore
#

what operating system are you running?

robust forge
#

w10

#

windows

grim ore
#

and its a drive thing. its the mininum size a file can be on disk

#

so if your file is tiny, say just contains some text but your cluster size is 1mb then 1000 tiny files will take up 1GB

#

instead of say 400k

robust forge
#

oh

#

still not sure what you mean

#

my bytes per cluster is 2097152

#

@grim ore can i reduce that?

grim ore
#

as far as I know you cant, but I never tried. and yes... that is way too big

#

deleting the source folder from the engine install might help as its tons of smaller files, go back into the options in the editor and remove the source checkbox and any other platforms you dont need

#

click the drop down next to the engine in the launcher and go to the options to change it

grim ore
#

you can do it now in the launcher, click the down arrow next to it in the library and change it in there

robust forge
#

where?

queen wasp
#

Hmmz, I suddenly have a CPU stall of 45ms each frame, devastating. IDK what it is.. it comes when I start my game with several computer players, not without computer players..

#

I've had issues before with sudden framerate drops and have had to copy old maps from backup. Even though I haven't changed the maps something just happens sometimes that "corrupt" them or something..

#

But this time not the maps..

native niche
#

does unreal engine automatically place a Player Start PIE in your world when you click play and there is none present?

queen wasp
#

It used to run at 45-50fps. Not sure what is wrong

robust forge
#

could be a asset issue?

#

seen it in other games

#

the assets are over budget and the game ran like 15fps low settings on a 2060

#

and not much better on a 3060

queen wasp
#

mmm

#

Yeah, I have added one new building. It isn't much tris though.. And a few new textures.. 2K textures.. if I hit some roof IDK.. Hope not.

#

Got to debug/profile I guess.. Mem use etc..

robust forge
#

it could just be that they are oversized

#

not sure

queen wasp
#

It doesn't happen without computer players, and that means there's less data since it makes custom materials and whatnot for each player

#

and instances a bit of things...

robust forge
#

possibly an issue with the computerised players then and what they are seeing etc

#

and possibly the streaming of assets

queen wasp
#

streaming yes.. streaming levels I get lower fps now.

robust forge
#

if tis streraming then i might be sizes of assets

#

maybe try to optimise them

scarlet birch
#

profile it

queen wasp
#

Working on it 🙂

#

It is to do with a scenecapture2D probably. I have experienced sudden corruption in settings before, like had to re-turn-off capture-every-frame

#

Hmm, well the time spent was in Capture ..in profiling. I've checked the usual suspects.. No capture every frame on hmmz..

#

Computer players don't have interface/UMG or anything either..

#

The mystery .. what could be capturing for computer players.. all units have their own scenecapture2D, which I know is a bit awkward.. but they're all turned off.

#

And the fact that I can't recall having done anything since it worked to do with captures..

feral patio
#

UE5 performance?

I’m still just learning UE4, but I’m wondering if UE5 is better to move to.

Questions I’m having:
-How much more performance do I get with UE5?

-What’s the big deal they made about polygons?

-How much better is lumen if I want to have VR with at least 144 fps gameplay?

-Is lumen just like RTX? More or less gpu intensive?

Is it worth it for VR when It’s still has early adoption instability?

queen wasp
#

@feral patio UE5 isn't production ready, it performs worse than UE4 I heard, well things aren't finished yet. I would go for UE4 for now

#

I will wait with UE5 till it is released.. Excited about features, lumen, nanites etc, but I can wait.

feral patio
grim ore
#

and lumen and nanite will not be usable for VR

last dune
#

Hi, i can't compile my game for ue4 editor , someone please can help me

willow minnow
#

can somebody help me out? i'm trying to limit my ai's chase view so that when im behind the wall it just roams, but even when im behind the wall it still finds me, i tried changing the view capsule thingy and it didnt nothing

spice canopy
#

Does UE4 provide a way to measure how much time is being spent in each function or call stack, and then give a breakdown report sorting descending by those that take up the most processing time? I am trying to figure out why one particular level takes so long to load and I think it is not the content. Might be a logic problem that hapoens due to including or trying to load progress on certain assets or just the way they are used in that level.

grim ore
#

The profiler system should be a start for that.

robust forge
#

my unreal engine isnt launching

#

at all

unborn stone
#

Great

#

Have you restarted your pc

unborn stone
#

Let me look

#

I don't speak Spanish sorry, but I think its some package missing

broken mango
#

I have a ton of textures and meshes from a prop pack, how do I associate the textures with the meshes automatically? Currently my project looks like this:

#

After dragging in one of the meshes, it has no textures:

#

I also have some maps, but they aren't working with the meshes and the meshes are just empty

unborn stone
#

If there is one

broken mango
unborn stone
#

Btw how micj was these and where they from

#

They seem cool

broken mango
unborn stone
broken mango
#

How do I fix the references?

crystal hare
#

Does anyone know if substance Plugin coming to Unreal 5?

drowsy snow
broken mango
drowsy snow
crystal hare
drowsy snow
# broken mango There was none provided

Shit, really?
Okay, so those four folders, they usually contained in a folder named after the asset pack's name, copy the container folder directly to your project's Content folder.

broken mango
drowsy snow
#

Kinda odd they don't use UE marketplace to let the launcher do the import work.

broken mango
#

@drowsy snow Okay, that almost worked

small pewter
#

Quick question :
For people pretending for the Mega Grant, is it authorized for people being indie and working alone on a game to do a presentation of their game to Epic by using copyrighted stuff like textures, just to show how good could the game be when it has nice visual and to show to Epic that the person need the mega grant to hire a professional artist to make customized assets, then replace all those copyrighted assest by the ones made by the artist ?

#

Please ping me if any answer 🙂

rancid lynx
#

this motion controller has no STATIC-STATIONARY-MOVEABLE setting . its moveable by default. somehow I accidently bugged it into STATIC. how the ffffk can i return it to MOVEABLE? when i click on ANY component, there are NO Static, stationary or moveable options.

strong schooner
#

Anyone used amd ryzen 5950x vs 5900x? Any noticeable or large difference in compiling etc? Thanks

rancid lynx
#

im a terrible guesser, but surely its only 5 percent difference.

strong schooner
#

Thanks was trying to find a benchmark for ue specifically. Either u have large clock vs 4 more cores, also other open programs as well.

rancid lynx
#

that probably isnt what you need. sorry

#

but i see a 1 percent difference on this page

tender mountain
#

Hey guys, Quick Question. Best Practice. Multiplayer respawn. On death, Destroy actor and create a new one? Or disable it and re-enable it and reset all it's settings?

#

I'm assuming destroy the character completely and leave the controller in limbo until creating a totallt new character. No issues with variables then.

sage coral
#

was wondering how I can make it so when I highlight over an item its description is shown in a box like in the old style Resident Evils

#

I already have the whole inventory system the issue Im havin is having the text show up on screen

prime willow
#

@drowsy snow soooo

burnt tinsel
#

hi, my project is saying the following modules are missing or out of date

#

but i successfully built the project in VS multiple times

#

and the error still shows

feral sierra
#

Hi, for landscape texture painting, is there a way to paint only on surface with non layer info? like black area

plush yew
#

how can i download the entire megascans canyon pack at once? i was watching this video where he had all the assets in one folder as blueprints

tall sorrel
#

is it ok to have nothing on my bp_BaseAnimal, besides the default character stuff?

#

I have it all on the controller, because I figured when I make children I will just have to put that controller on the childs, and change the mesh and collision, since all the animals are basically gonna do the same thing, eat and look around, idle, and run away when you get close

#

and if I have 1 of them attack, since I have wolf in the asset pack I got, I can just easily add that to that child

#

idk if thats the best way to go about it, im still new

pale herald
#

Hello guys

#

I'm new to UE

vital cosmos
#

Hello Guy,I hope you're all doing well.My clients asked me for the unreal file of his project.I was wondering if there is a way to make the project assets not migratable?

plush yew
sacred spade
#

how do i use manny to post in ?

pale herald
#

Hello guys why does it keep saying lighting needs to be rebuilt

#

Where do I find the unbuilt object

eternal peak
#

Hi, I'm looking for a way to get an .xml object into unreal engine

autumn flame
pale herald
#

Thx

#

What difference does it make?

#

Now the lighting needs to be rebuilt thing disappear

autumn flame
#

It bakes the light aka you see the full quality of the light

Everytime you make a change to the Level it needs to be rebaked

#

This happens when the light Source is Static / Stationary vs Movable

pale herald
#

Ok, thanks man

autumn flame
#

If you want to completely avoid and have it calculated in real time, set light to Movable

pale herald
#

So if I change the mobility of the sky sphere from static to movable, the rebuilt notification will stop popping up?

autumn flame
#

Sky Light

Directional Light

Any other light sources in the level

bleak zodiac
#

yes, switch to movable will turn it to dynamic light, will also cost on performance

drowsy snow
violet yoke
#

How can I make my character mesh be soft?

#

Like a fry for example, to deform accordingly to physics

#

I dont know how to turn a stiff mesh in a soft / sloppy one

drowsy snow
violet yoke
#

I thought it is going to be easier

drowsy snow
# violet yoke I thought it is going to be easier

Easier in offline non-realtime rendering, yes, but not in realtime rendering, with fully dynamic collisions.

If you want to have it prebaked/predetermined animations, at the very least you can make some vertex animation textures, chained morph targets, or alembic data. But I'm assuming you want the fully dynamic realtime one.

violet yoke
#

Cant physics animations make something similar?

#

Cause I will be adding a skeleton to the mesh

drowsy snow
violet yoke
#

Essentially what I want to make is the mesh to be like a ragdoll

rotund scroll
rotund scroll
#

on the mesh itself

violet yoke
#

Its not what I mean

rotund scroll
#

if it's just visuals you could look into material displacement. but beyond that you're probably out of luck short of some expensive third party plugins

violet yoke
#

Alright thanks

outer crow
#

Guuuys

#

Can I use the 3d scanned models library thing

#

on my renders for instagram ?

drowsy snow
outer crow
#

I see

#

@drowsy snow what If i had to like make a concept render for a commissions and render it in unreal and use megascans

rotund scroll
#

I don't know what the stance of epic is on megascans outside of games. I think this is one for their legal department

drowsy snow
outer crow
#

@drowsy snow ohhh, thanks

dawn gull
lusty lance
#

hi all, really basic q - is there a way to use MMB to pan in 2D view, like the material graph, rather than RMB?

#

used to MMB from using Maya, etc.

shut harbor
#

WUZZ GUDD FAM

lusty lance
#

ah nm found it

plush yew
#

right mouse click and add adjacend landscape

#

i hate that soooo hard

#

isnt there any better thing ?

#

i litteraly have to make maybe 50 levels

#

every level has it mesh maps etc

#

am i doing a good thing or is there a better thing to do ?

#

its going to be a server were everyone can log in

median thicket
#

Hey peeps, im having a little trouble setting up Unreal 4.27.2 on linux
i keep getting this error after a few seconds of having a project open
(am running arch btw)

already reinstalled vulkan drivers because i thought that might be causing it but sadly, no difference
also tried running with the - opengl4 flag but again, no difference...

vagrant hornet
#

some quixel content being really over exposed compared to the rest of my scene?

winged geyser
#

Anyone like to share their experience with UE5 EA? Is it usable, is it buggy or do we need to shy away from it? I am about to port my current game to UE so question goes, should I jump on UE5 directly? I will take at least another 6 months before showing it off so I recon UE5 will be released till then. Right?

thick herald
#

Use UE4. 5EA is buggy as hell.

winged geyser
#

@thick herald Thanks for the input. I feared this would be the case. I was just wondering as some games like Fortnite seems to already use it for production. Are those games running on another branch/version?

rotund scroll
#

you can't expect the same access as epic proprietary games

lusty lance
#

hi all another basic q - how do you import an fbx as a combined mesh?

#

I've googled but the docs are for the UE4 and before that, says check 'combined mesh' on fbx import dialog but didn't see an option on there

#

ahh keep doing that, thanks

#

forgetting there's a 'more options' arrow

opal stratus
#

hey can anyone help. i am moving an object with rotation but between the two keyframes the objects jumps to anotehr random location like 2 miles away from where theyre set. thanks

thick herald
broken socket
#

i need help. so im trying to make a system where the players animation will change depending on what type of weapon in their hand. so i want the idle, attack, and movment animations to change depending on if like they have a one handed weapon or a 2 handed weapon. i already know how to detect the type of weapon in the players hand for my inventory system with enums. I just dont know how to actually change the animation. And also have it be replicated. thanks for your help

severe beacon
#

Anyone know why when importing and FBX mocap file from blender into Unreal I get multiple models with different keyframes?

#

Am I not selecting something?

#

this one only has 297 keyframes, my mocap in blender has 1000

midnight root
#

4.26.2, is anyone else seeing launcher continuallly forget login info ? SO annoying

severe beacon
#

Thank you so damn much @plush yew

proven aspen
#

I don't suppose there's way to have the LMB+WSAD motion to be restricted to the XY plane, and not move along Z?

vagrant hornet
#

how to make a mesh bigger? so when i drag it from the content browser its bigger and i dont have to keep scaling it up?

keen shell
#

how do you make a game without a budget like for levels?

bleak zodiac
vagrant hornet
#

yeah but id rather do it in ue4

#

not export and then reinport

keen shell
#

where would you get your assets for free that is as well

vagrant hornet
keen shell
#

wait do i need to download it or

keen shell
#

not just floors

#

trees and so on

vagrant hornet
#

megascans has trees

#

doubt you will find free assets for everything though

#

like an entire town or buildings youre gonna have to make yourself either using blender or ue

#

thanks

bleak zodiac
sage coral
#

Could someone give me the basics of how I would find what blueprint inherits is and how it works?

#

Like is there a way in the engine like finding references to show me what blueprint inherits which

#

I mighta just find my own answer

#

There’s an eye-icon where you can select “Show Inherited Members” which shows the inherited members.

native niche
native niche
#

all models are creative commons

broken socket
#

i need help. so im trying to make a system where the players animation will change depending on what type of weapon in their hand. so i want the idle, attack, and movment animations to change depending on if like they have a one handed weapon or a 2 handed weapon. i already know how to detect the type of weapon in the players hand for my inventory system with enums. I just dont know how to actually change the animation. And also have it be replicated. thanks for your help
\

digital anchor
#

i have a hundred+ animations but my main bp is just a few linked layers, which will change depending on items being hold or movement types (walking, flying, etc)

keen shell
#

whats acceptance radius for?

#

is it the distance which they wont get too close to the player

#

or the distance where they cant sense the player?

kindred depot
#

does anyone know why this is going to the left and not the right?

#

I thought my math was right o.o

#

hmm never thought about that

#

nope

elder shoal
#

Not sure where this question should go so please let me know if there's a better spot for it...

#

I'm trying to mess around with flat-plane meshes... If I put a "square" mesh into a landscape that has a hollow cavity like a hemisphere-shaped empty "lake" I have to enlarge the square mesh until the edges of the mesh are hidden inside the landscape and the "water surface" is the part of the flat-plane mesh that is visible in the cavity... I can lower or raise the flat-plane to adjust the water level inside the lake. Am I restricted to using a square mesh, or is there a way to adjust the shape of the mesh to the interaction interaction of the landscape such that it turns into a polygon mesh and dynamically changes shape based on the z-value of the plane?
Essentially I would like the edges of the mesh to not extend into the landscape to hide them but to follow the shape of the cavity in the landscape
For example... when there is a change in z-value... it would re-calculate the shape of the flat-plane water mesh at that z-value to fit the edge of the hollow cavity.

faint bone
#

Life of gamedev. Working on new year while others partying. 😆

elder shoal
#

Holidays are an artificial construct. There is only work and progress

faint bone
#

But sometimes you want rest so mind becomes fresh and work faster.

elder shoal
#

As long as you are getting 8 hours of sleep or so and you enjoy your work then it's not so bad

faint bone
#

It's make sense but what about socializing. Having friends.

digital anchor
elder shoal
#

Is there a tutorial that could provide some code examples of how to do this in unreal? I think it will be a good learning experience.

#

Does not have to be exact... Anything that would provide some insight on how to do it

digital anchor
#

there are many ways to achieve that, easiest would be making a tool that takes a cyclic spline and generate a mesh inside it

#

so you could 'outline' said hole and have your mesh in that shape

#

like this

elder shoal
#

basically what I'm trying to do is to have a function where I can provide an x and y like f(x,y)=mesh

#

so if I give and x and y it determines the collison with the terrain extending outward

#

if that makes sense

#

or imagine a laser beam scanning around in a circle to determine where it hits terrain

#

if x,y is inside the terrain it returns null

#

i guess technically x,y,z

#

since I will need to know what z-value to scan the x and y

digital anchor
#

i feel like thats just a boolean operation lol

faint bone
#

Isn't gonna cost on performance? I thought simple water material on plane is used to save performance. Otherwise use water plugin which autoadjust based on terrian, which you are trying to achieve. 🤔

rocky epoch
rotund scroll
west merlin
#

Does anyone have any idea why a static mesh that is copy pasted would cull different than the original? Red is the pasted mesh, blue is the original. Red shows up when you get closer.

digital anchor
#

@rocky epoch @rotund scroll i cheated \😂 i have a plugin to create those kind of tools

rotund scroll
#

do you have a tool to fix light seams between modular kit meshes too? 🙏

rocky epoch
digital anchor
#

altermesh, a gn to ue bridge

#

2 nodes

rocky epoch
#

tricky stuff, thanks :) I will look into that!

digital anchor
#

goal for 1.0 is to support any geonodes downloaded from web

  • instancing, baking, instancing unreal components (lights etc), foliage, landscape, splines, particle data (distance fields, simulations, etc)
#

its also about 1000x faster than fbx, erindale's flowershop (237 million triangles) imported in 4 seconds due to heavy instancing usage

#

when you click the convert button it shows you static mesh build settings and nanite build settings

#

yea

broken mango
#

How do I light materials regardless of the light level?

plush yew
#

is it imoprt a model with all it animation already done?

raw harbor
#

giving cpp a try as a challenge for 2022!, i hope i can do it or even print hello world 😦

rancid lynx
#

do blueprint actors and non blueprint static mesh actors use the same CPU ? if I place 1000 blueprint actors and 1000 non blueprint static mesh into a map, which one would be cheaper on the CPU ? assuming the blueprints have no code inside.

#

hellow world is super easy. please search "CAVE OF PROGRAMMING" on youtube. that guy is the master teacher. 5 minute videos.

digital anchor
rancid lynx
#

java, c++, he teaches it all

#

thanks takain. ill try to remember to do that on all my actors that dont actually run code . thanks

digital anchor
#

there is also a gpu difference, bps may be movable by default iirc and bp foliage may not instance

thick herald
#

I may be misremembering but it could be the one that forked the community project and put it on the marketplace.

#

So.. you don't need tutorials or documentation since you don't have it?

#

Yup. Join community project, fork project, sell project, profit. job done.

#

Assuming it is actually the same thing I'm thinking of.

thick herald
#

Indeed. The ship looks super similar too..

#

nope.

winged geyser
thick herald
#

Well part of me thinks of the origins of that plugin.. and... 😄

winged geyser
#

Thanks. I just wondered why the API actually supports so much of the API a Game would use.

#

It looks very complete

elder shoal
#

@plush yew 2D water planes are an artifact of the past. We need to figure out how to get actual water simulators working for entire game worlds. Does not have to be realistic, but ideally would be better than minecraft water.

#

Especially with the push into the metaverse where players are supposed to interact with their environments

drowsy snow
#

Imagine one person died from dehydration because of dedicating life to metaverse

plush yew
#

simple question any intermediate would know the answer to, do unreal engine plugins for 4.26 work in 4.27
is it a simple task to convert them?

grim ore
#

yes, sometimes, no, and maybe, and yes, no, sometimes, and maybe

drowsy snow
elder shoal
plush yew
#

thanks guys

drowsy snow
drowsy snow
pseudo hawk
#

can you run UE4 on a usb drive?

drowsy snow
#

Though the PBD solver Niagara module is somewhere in the master branch of UE4

drowsy snow
plush yew
#

If i add Fk chains for this (dont know what theyre called outside of blender) will it cause issues when I send the skeletal mesh to Unreal Engine, the chains wont be used in unreal just for easier control for me animating the rig

#

or in general is fk/ik an issue for unreal cause having kinectics is nessacary for me to animate im lazy

drowsy snow
#

But if you bake the animations on export, you don't need the IK/FK chains, just the actual deform bones that matter.

#

Shall you want to use IK/FK in procedural manner, or want to animate in engine, look up Control Rigs

plush yew
#

can i keep the ik fk on when i export or does it not matter if theyre there

drowsy snow
#

Again, if you bake the animations, the deform bones will follow whatever your IK/FK bones doing beforehand.

plush yew
#

thanks, also if I want my mesh to deform when interacting with an object using soft bodies like outside of unreal engine should i try to bake it as part of the animation or will it work the same in unreal as long as the weight paint is in the same place

#

like i want legs to deform when sitting basically

#

as of now theyre painted to do so in blender using the floor as collision and the leg as the softbody

drowsy snow
plush yew
#

i guess so haha

drowsy snow
#

There's no softbody physics in UE4 (or UE5 for that matter)

You might get some mileage out of deform bone tricks, morph targets, or vertex displacement maps. But not in physically responsive in realtime manner.

plush yew
#

dang

#

thanks for the info

#

on the topic of ue5 one thing i dont understand is why they would remove the functionality of displacmenet maps when they have nanite which allows us to use insanely high poly meshes, I dont think it was that displacement materials dont work on nanite meshes like in the case of glass but it appears like they just removed the desplacement functionality because its listed as (depricated)

#

feels like a huge miss to me

plush yew
#

true

#

i usually just offset the collision when using displacement and vertex paint for deforming displacement mats

#

kind of like how water works

drowsy snow
#

Nanite is virtualised, and it's easier to decimate than tessellate on the spot

plush yew
#

Is tutorship a good hiring model, as someone who wants to make a game but lives in a poor country I cant just start hiring people but I feel like if i advertise it right I could offer personal training to acquire people to work on the game, I specialize in 3dsmax/maya and houdini while unreal is new to me I feel I can handle most of the development on my own but having more artist to help fill the enviornment with assets I created would be a huge help

#

yeah nanite performance is seriously impressive

#

happpy new year !

#

now how can i solve this ? 😄

upper bison
#

Okay, ever since I have used Unreal I have been having this problem. Is it normal for when a map or project opens to lose space on my SSD which is the one windows is on, when I am saving everything to the D?

grim ore
#

yes, your default directory for the cache is on the C drive

upper bison
#

Is there a way to change that @grim ore

#

I've already gone into settings on my machine and changed all directories to D, but is it something internal to Unreal?

raw harbor
#

im currently learning blueprints and basics of c++, after learning c++ the basics of it and can make a simple program, do i need to learn how c++ in ue4, or can i just continue with bp and when i need c++, i learn it?

upper bison
#

@grim ore So if I have a deriveddatacache in a project {which it seems all do} and then i erase that project before getting rid of the datacatche, will that cause permanent lose of my machines space?

#

Because it doesn't seem to ever come back

drowsy snow
# raw harbor im currently learning blueprints and basics of c++, after learning c++ the basic...

Get the hang of BPs first to familiarise yourself with the engine's way of doing things.

Then once you know your way around BP, pretty much by heart, you can dive into the C++ side of things.

https://youtu.be/6485d5Zoc_k

Have you mastered Blueprints and want to take the next step into C++ to leverage more from the engine? It's easier than you think! In this tutorial, you'll learn the basics of exposing C++ to Blueprints, migrating Blueprints, and more.

https://www.unrealengine.com/blog/c-for-blueprinters

▶ Play video
raw harbor
#

side question, i dont need to do everything in one thing, like i can use both just fine, like i dont need to waste time with camera, movemnt etc in c++ when i can do it in 2 minutes in bp, but for the stuff i can do in cpp, i do it

drowsy snow
real saddle
#

hey i made a tutorial because im very new to unreal engine
but now this happens when i start the project as a standaloen game and i got this error message:
M_MS_Foliage_Material Material /Game/MSPresets/M_MS_Foliage_Material/M_MS_Foliage_Material.M_MS_Foliage_Material was missing the usage flag bUsedWithInstancedStaticMeshes. If the material asset is not re-saved, it may not render correctly when run outside the editor. Fix

tiny zodiac
#

How do i get a Static Mesh Actor in a blueprint?
Im on a blueprint and need to change the color of this X thingie. Its a Static Mesh Actor and its just got imported with datasmith into the world.
I normally use Get Actor of Class. But its not showing :(. What should i do?

sage coral
#

quick question how would I send data from one widget blueprint to the other?

#

like how would I be able to change the text of a widget by using the other widget

drowsy snow
pallid talon
#

Does anyone else know when the next Unreal Engine 5 update is?

plush yew
#

hi

#

when i put a landmass in the level i cant save the level anymore, the first land level

#

on persistent lvl

winter gate
neon bough
#

anyone know of a way to "detach" child actors from a blueprint so that they get assigned to the current level?

#

like the opposite of "create blueprint from selection" :>

tiny zodiac
#

I imported a small model cube with datasmith. Made its collision as Use Complex Collision as Simple.
Then i put it in a blueprint. The collision is working. But the Begin Overlap doesn't work with the Complex Collision as Simple. Do i have to create a new collision inside the blueprint for this Cube?
Why cant it use the collision that i set up before for the Begin Overlap Event?

jade moon
#

Someone knows the best lobby / host a game asset in the store? Thankss

drowsy snow
grim ore
# real saddle hey i made a tutorial because im very new to unreal engine but now this happens...

If you have not figured this one out yet you need to open up the material that is on those items and there is a section in the details for what type of items these materials are allowed on by default it's on auto but if the type of item changed say from a static mesh to an instanced static mesh it's not going to be correct so you need to uncheck automatic and check it again or check instance static mesh as one of the valid options

dull holly
#

So I want to make a battle royal game but I don't know how many Polygons should a character have.

dull holly
prime willow
#

so if you wanna make your own fortnite theres alot of serious question you need to ask yourself about whhats going to make your game succeed or last or even get attention if youre making a fortnite spin off

#

also

#

epic games has alot of lessons on how they made fortnite possible

#

so look up the epic games or unreal engine channel

dull holly
#

@prime willow thank you for your suggestion.😀😀😀😀

prime willow
#

just remember we're in an attention based economy atm

#

so games dont care about making or losing money because they can subsidize their loses

#

you cant your an indie dev

#

so you have to worry about how will you get their attention let alone keep it what reason do i hae to play gostan's fortnite over epic gamees fortnite and you also need to figure out how youll make it sustainable let alone profitable long term especially since game design is a long game endeavor

#

you wont be rich let alone sell a game in a year from today nontheless i wish you the best of luck

dull holly
#

Thank you again

hoary silo
#

happy new years everyone

summer lake
#

Hi everyone. First of all, I wish you all best of luck in the following year!

Alright, so I have a small issue that I can't seem to fix.
I used a **socket **in order to attach an object (sword) to my ThirdPersonCharacter's Blueprint hand.
It all works fine, but when the character enters the Triggerbox, it basically triggers **twice **because of this sword. I tried casting the Overlap Event to ThirdPersonCharacter, but it doesn't work since the sword is part of it I suppose.
So, is there any way to tell the UE that I don't want to trigger the Overlap by the sword, but only by the actual character, so it doesn't fire twice at the same time?
I'm using only **Blueprints **for this one.

Edit: I did a dirty fix by adding a 0.1s delay before another trigger, but that's not the ideal solution 😄

modest trench
# summer lake Hi everyone. First of all, I wish you all best of luck in the following year! A...
Unreal Engine

Choosing what collides is obviously very important, but it can be tricky, and it’s a problem that we have spent quite a while discussing while developing UE4. The system we have can seem a little complex at first, but it is very powerful and consistent, so I wanted to give a little background on how we arrived at it. We’ll talk about the differe...

#

alternatively consider just using traces from the sword to hit stuff if nothing else need to collide with the sword itself

summer lake
frozen stratus
#

Is there some way to get Debug Box to work on shipping build? It just does exactly what I need for the final as it is, and it's kinda shame that I'd need to build cube with translucency or some scaling cube made from mesh "lines" to avoid that translucency... that node just does what I need without needing to prepare anything else

icy bolt
#

Hello Everyone , i have started Game Development in UE5 1-2 months at beginner level , would some one like to join my team so we can divide in parts and work more efficient and fast, any new laerner

drowsy snow
frozen stratus
# icy bolt so what you suggest?

It's not about what you need but what others get. Why would someone join you to develop your dream game when they can't learn from you, can't work on their own dream game, nor get paid.

cloud patrol
#

How do I backup an old save for my project??

modest trench
#

source control?

keen shell
#

where can i keep my projects at in the event should the hard drive stop working

#

because this happened a few times so i'm trying to take some precaution

drowsy snow
keen shell
#

like with the assets

cloud patrol
#

@modest trench Problem is it's the MS_default displacement materials I accidentaly deleted

severe hazel
#

I am considering learning unreal engine and I am unsure if I should learn unreal engine 4 or 5 if I get started

bleak zodiac
#

you can still use both

drowsy snow
drowsy snow
severe hazel
#

also what coding language should I learn for unreal engine 4?

#

because if I google it I get mixt results like python, C++ and JavaScript

bleak zodiac
hidden dew
drowsy snow
drowsy snow
#

I'm sorry, but it's funny to think that a website somewhere saying Unreal uses JS out of the box

severe hazel
drowsy snow
severe hazel
#

ok so I learn the C++ basics then I learn Unreal engine and unreal C++?

drowsy snow
severe hazel
#

k

#

thx so much

tepid gull
#

Guys, I wanted to make a wooden crate and import it to unreal engine but I always get the material, not the object, how do I fix it??? (I am using version 4.27.2 BTW)

rotund scroll
#

you gain very little by learning real cpp before UE4 cpp unless you already know the language and system architecture well

rotund scroll
#

CPP is a difficult language, and it will be harder for you if it's your first programming language

dapper oak
#

why does AttachComponentToComponent have a bool return value yet AttachActorToComponent doesn't? is there any way to check if AttachActorToComponent was successful in the same way as the other blueprint?

rotund scroll
#

get the attached actor's owner and see if it's the same as the other actor

dapper oak
#

right thank you!

faint bone
#

What's good plugin to make a quick level prototype?

#

Also can you one tell a way to save time from compiling shaders everytime i make a change in landscape.

neon magnet
#

Something really messed up has happened and I cannot figure it out.
I updated my K-Lite codec pack like usual.
I noticed then that VLC wouldn't play videos with Direct3D11 output.

I reverted, deleted, tried all that with the codecs, no change.

Then I noticed that if I close Unreal, then VLC works just fine.

Several hours later, I had Unreal running AND VLC running fine.

Now I checked again and VLC wasn't working UNTIL I closed Unreal. The heck?

#

Earlier today I wasn't able to launch Unreal. It would get stuck at 75%. When I tried to then compile/launch from VS, it would say I have no Direct3D device lol. I restarted my computer, everything fine ... tried VLC, works, tried it now after a few hours, doesn't work. Closed Unreal, VLC works ...

drowsy snow
drowsy snow
rotund scroll
#

best plugin is learning blender tbh

kindred depot
#

Has anyone found an effective way to move a map from the root directory to a sub folder with out the assets being broke or disappear?

worthy elbow
#

~~Hello, I'm creating a text box that adjusts depending on the text length

I tried putting a text variable on a size box but the text continues horizontally instead of creating a new line
anyone help? xd~~

worthy elbow
#

Nevermind, I used text wrap xd

gleaming lotus
#

I'm trying to use a Blueprint Actor Action Utility class that I've made but its not appearing in the right-click options on my meshes.
I've made a function, added the blueprint code, checked I'm using the right parent class etc etc... still nothing. Any ideas?

#

Whipped up a test Asset Action Utility here to make sure my original one wasn't broken or anything... this doesn't come up either

#

This is what the right-click option menu SHOULD look like.. (taken from a youtube video that is unrelated to what I'm doing, tried to recreate his steps and still nothing.)

thick herald
#

Is the Call In Editor check box ticked in the bp?

gleaming lotus
#

Yep

#

Something strange is the actual blueprint icon in the content browser is a different color and symbol to the one in this video which might indicate its not the correct parent class.. but it is 🤔

thick herald
#

Which parent class have you used? Also have you used the correct Get Selected node? Actors are in your level, Assets are in your content browser.

gleaming lotus
#

I'm using AssetActionUtility, the objective here is to run through a bunch of actors in the content browser and change the collision profile of their additional meshes that are attached to the root mesh

#

(top right of my second screenshot has the parent class, just a sanity check 😄 )

kindred depot
#

does this look bad so far?

#

going for like a basic look

#

ui is no fun >_<

rotund scroll
#

already prepared for battle pass I see

kindred depot
#

Oh for sure, free to play needs some kind of way to make money..

thick herald
#

@gleaming lotus I used bluetilities ages ago, but these days I much prefer making my own Editor Widget BP's as they [potentially] give much more control and info.

thick herald
kindred depot
gleaming lotus
thick herald
#

I'd go for them anyway, regardless of that. They are so very useful. 🙂

rotund scroll
#

unless of course you have a team backing you and this is a project you are being paid for

kindred depot
#

It will be a button that does not work for now tbh lol

digital anchor
#

did you use this menu?

#

or the blue BlueprintClass one

kindred depot
rotund scroll
#

and you're a solo dev?

kindred depot
#

Yeah with 3 years worth of work, everything is done. but nothing is put together.

gleaming lotus
kindred depot
#

Like how you receive a desk from amazon. 900 pieces lol

thick herald
digital anchor
#

and editorvalidatorsubsystem

#

CTRL F on UEditorUtilityBlueprint

#

if its not the right class, it wont register the scripted action

digital anchor
#

created using correct button vs created using subclass

gleaming lotus
#

Ahhhhh thank you @digital anchor

#

and MOA 😄

#

In the video I watched, the dude used CreateBlueprintClass instead, I guess UE4 has changed a bit since then

#

appreciate the help 😄

thick herald
#

lol how old was that video?

gleaming lotus
#

Sept 2020

#

Oh lol just rewatched it and he does indeed use the class from EditorUtilities lmao

#

I am such a dunce

#

thanks for the help ❤️

faint bone
rotund scroll
#

blender, make your own

thick herald
#

Marketplace, SuperGrid.

karmic radish
#

Hey! What's the best UE4 Multiplayer course on udemy?

swift pagoda
#

does anyone know why this hole would be in the ocean water? (water plugin/ ue4.26) the one on the left is the hole I want to remove

uneven hemlock
#

When I manually turn the front wheel in the editor it turns due to all the forces I am applying however if I set the relative Rotation Via BP it doesnt.

#

I am wondering why setting the relative rotation doesnt seem to acutally set the rotation

plush yew
#

How to add river without that landscape bump? Just to add water itself, when I uncheck Affects Landscape the water just disappears.

sharp crest
#

is there a way to get the non localized version of a text in blueprint?

distant siren
#

after 5 minutes of play game, the game inside the unreal engine crashes .. this only happens if i start playing from the main menu, if i open the single maps it doesn't happen .. what could it be?

late stag
#

@drowsy snow just started the character/clothing system (since eft is blowing up) i took inspiration from it and will see how it goes

distant siren
distant siren
drowsy snow
#

Isn't "big screen" just your computer connected to big display?

thick herald
#

try it on the tiny screen... 😄

sinful tendon
#

What is the best way to convert or attach motion capture data, Kinect data or Maximo animation to SK_Mannequin skeleton? after all these years do i still half to use MotionBuilder. I would like to find a quick alternative to retargeting in the unreal engine.

distant siren
digital anchor
#

Do you know how to use a debugger?

#

you can use the pause button and breakpoints to see where its stuck

inland coral
#

anyone know how to get favorite nodes to show up on right click in graph editor? ive edited the palette but they still dont show up on right click. guess its a setting somewhere.

distant siren
inland coral
#

nm found it !

tiny valley
#

Consolidating all my content folders to one folder broke alot of functions. This cannot be correct. All my sprite components now have missing references any way to recover all the references

midnight root
#

IS there a fix for launcher continuing to not remember my login ? So annoying ;0-0 🙂

#

There for a while it seemed fine....

#

Yes, rememberr login is ticked, always is

cloud latch
#

Anyone else notice the PIE window grows a little each time you close it, it ups the resolution slightly (presumably trying to keep it the same if people resize, but, well, failing. Anyone know some way to tell the New Viewport Resolution to stay locked?

real saddle
#

or is it this one

cloud latch
tiny zodiac
#

If i make my all my characters very very small (like the size of an ant), will that impact less in performance?

plush yew
#

does anyone here recognize why my glass would be not allowing light to pass through

#

it was working before but stopped when migrating it to a new project

drowsy snow
tiny zodiac
#

so the size of a character and the level has no impact in memory. thats so strange.

#

so a huge cube of 2000x2000 is the same as a cube of 2x2 in performance?

drowsy snow
#

If anything, poly count have more effect on resources more than a mere scale.

tiny zodiac
#

i see. but my intuition tells me that the bigger the size of your model somehow it will be more impactful? Or for example, wont the textures need to be better if your cube is bigger?

#

when i draw in autocad and revit. the bigger your model is the slower it gets but maybe thats a bad comparison

kindred musk
#

Is there any way for me to access a static mesh socket from a montage? Say, if I wanted to define the points where my sword trail would be.

drowsy snow
drowsy snow
kindred musk
#

@drowsy snow

thick herald
#

hmm did someone just say and remove, that SM can't have sockets? 😄 Or did I imagine that?

tall mantle
#

I BEEN DOING NFTs IN UNREAL ENGINE YALL!! THEY LOOKING GREAT TO!!

autumn flame
#

🤔

midnight root
#

why under add new content to project do I only have starter content and and mobile ? I need to add 3rd person character, so how do I do that now ? ;0-0

#

4.26.2

robust forge
#

for some reason outside light is coming throuugh the tops and bottoms of my walls

#

not sure whether its a skybox issue but im not a dev myself and i only use unreal for map building etc

carmine lodge
#

Does anyone know how i can combine skeletal meshes in unreal engine? I have a modular character pack and am trying to build equipment system for my game. I dont want to have seperate slots for right foot and left foot, i would rather equip the foot item for example as a set, so the skeletal mesh would be both the feet items

late stag
#

or what even thing u use for modeling and stuff

#

well for me atleast my game has arms and stuff

#

as one mesh

#

Main reason i did that is cause you would have gloves etc. usually on both hands and not at one at a time

#

same thing with feet

burnt ether
#

So I cannot start unreal anymore reason is this:

#

Anyone knows more than me ?

teal barn
#

Anyone know of some good documentation/where to read up on some sort of unit/squad control system like in Company of Heroes where the player doesn't control a single character but a group of characters?

sharp crest
#

why does my combo box open so much lower than it's supposed to?
if I move it to another container lower then it opens correctly but I want it there...

drowsy snow
teal barn
crystal quiver
#

Hey everybody! I'm looking to create a small water puddle with interactive ripples, preferably from scratch to keep it simple... any pointers?

drowsy snow
teal barn
# drowsy snow Basically everything that made up a RTS game are more difficult

I was looking at this: https://youtu.be/18Qx4iF2y78
But where the units are "glued" together as one squad as opposed to controlling each unit.

this horse game died :( so i started on some simple RTS game.. maybe ill finish it

this has a dynamically generated cover system, squads, camera movement, weapons and a few other things. I made this in a few days.

let me know if you have any questions

▶ Play video
raven bane
#

Hey guys, my Unreal Engine 4 project is getting stuck at 39%. Is there a solution or do I just wait it out?

normal burrow
#

Trick used to be to delete your intermediate folder

tiny zodiac
#

Two objects use the same material but look quite different.
Im using Stainless Steel Dark on both. The only difference between these 2 objects is that one is inside a blueprint and the other is not inside a blueprint.
How can i make them look equal, why is the material different if its the same?

normal burrow
tiny zodiac
#

no

#

they are in the same viewport

#

look

#

on the left

#

one renders very dark blue

#

the other is mid blue

normal burrow
#

One is in a world and one is in a preview

#

Lighting environments entirely different

tiny zodiac
#

they are both in the world? am i missing something?

bright sigil
#

If X is the only one in a bp... this is after built lighting?

tiny zodiac
#

yes i built

bright sigil
#

Then its because the X is moveable

normal burrow
#

Are you talking about the other shapes?

tiny zodiac
#

x is inside the blueprint has the same material

bright sigil
#

If the rest of the meshes are not bp then they are getting baked lighting

tiny zodiac
#

ahhh

#

so i must put them all inside a blueprint?

#

or better, how do i bake it inside the blueprint?

bright sigil
#

No. Your bp needs to be static

normal burrow
#

But then you can’t move it at runtime

tiny zodiac
#

ok made it static and now its building 😺

#

we will see

#

Yes its fixed thanks a lot @bright sigil @plush yew 😺 this was driving me crazy

#

ops but now it doesnt flip 🔄 😦

#

because its static

#

hmmm

#

so maybe i make them all inside a blueprint and they all become the ugly dark blue?

#

because i cant make them static

bright sigil
#

doesn't have to be in bp

tiny zodiac
#

The problem is if i dont put it in a BP then i cant get the actor. Its a Static Mesh Actor imported with datasmith. Normally i would just do get actor of class. But its not finding it

#

So this is what im doing to rotate it ^

#

Is it possible to get a Static Mesh Actor that is in the World, in my blueprint?

#

How do i rotate a Static Mesh Actor that is in the world?

bright sigil
tiny zodiac
#

yup so what do i do?

bright sigil
#

that bp works yeah?

tiny zodiac
#

yup it works

#

but it messes up with the color

#

best would be if i could get the static mesh actor from the world

#

and rotate it

#

but instead i have to put it inside the blueprint 😦

bright sigil
#

alright well.... if you duplicate that 4 times in your level, then you'll have 4 of the same bp instead of the different meshes yeah?

tiny zodiac
#

yes

bright sigil
#

well there ya go 😛

tiny zodiac
#

but will have this color, and will have the same static mesh

#

the same X, they must be different i think

bright sigil
#

so for each of the ones in the level, open up the details and change the mesh

tiny zodiac
#

then they all change

bright sigil
#

ooohhhh will they?

tiny zodiac
#

yup

#

unless

#

no, no unless

#

😺

bright sigil
#

well they should

tiny zodiac
#

if i change the static mesh inside the blueprint it will change for all instances of BP_Platform

#

so if i make it X, it will change all 4 of them BP_Platform1 BP_Platform2 BP_Platform3 BP_Platform4 to X

#

the other option is just to make them all inside the same blueprint

#

and inside create a static mesh for each platform

#

?

bright sigil
#

the point to duplicating that bp four times is because you can change those sorts of things

#

you can adjust the settings of any component and any variable value on a per bp basis for each in the level

tiny zodiac
#

oh maybe through the construction function i can set them up?

bright sigil
#

nope

#

just as i said, open up the details, find the component change the mesh

tiny zodiac
#

i just tried it again.

#

thats what happens

bright sigil
#

its the window to the right of your content browser

tiny zodiac
#

yes that works !! thank you so much @bright sigil

robust forge
#

simple question but how do you make the collision of this door so you can move through it?

raven estuary
#

How would you guys go about making spiderman webs in unreal?

crystal quiver
bold gulch
#

Any ue users any good with water?

#

trying to make it smaller but no clue how aha

#

😐 bruh

raw harbor
#

bruh 😐

sacred fractal
#

How do I "roll" the viewport camera?

#

No matter how I drag the cursor, all I got is yaw and pitch

robust forge
plush yew
#

Newb question here, but would there be a particular reason why when I install a new plugin, I can't see any of its content? I'm trying to create a blueprint based on a class that it adds, and it doesn't show up anywhere.

tiny zodiac
#

bruh 😐

limber tartan
#

hey does anyone know what's going on with this decal?

#

it happens with all decals in my project

crystal quiver
#

you can click the show button in the viewport on the static mesh to see what the simple & complex collisions looks like

drowsy snow
crystal quiver
plush yew
#

This is the Procedural Terrain Generator plugin. It is installed to engine, enabled in the plugins, with show plugin and show engine content enabled in the content browser. Watching the videos on how to get started, I created a blueprint and base it on the Procedural Terrain class, but this class doesn't display for me.

#

I've used much older versions of UE4, but nothing within years, so I'm off to a confusingly bad start.

drowsy snow
plush yew
#

I think the last UE4 I used was Pre-4.5

#

This is basically a fresh start for me. New copy of the engine, plugins, etc.

drowsy snow
#

Oof.
Well, lot of things changed since then. Most of the plugins nowadays were made for 4.24 or newer.

plush yew
#

This is currently supported in 4.27

#

I don't see that class anywhere in the files in the content browser either. What are the odds of a bad plugin install?

drowsy snow
#

Marketplace plugin?

plush yew
#

Yes

drowsy snow
#

Either it got defect, or not compiled properly. Try moving the plugin from the engine's plugin folder to a UE C++ project's plugin folder, and recompile the plugin.

Though it's very unlikely to be defect, as Marketplace can't accept defective plugins that can't even compile

plush yew
#

I don't see the base class it says to use in my PC's file explorer anywhere in the marketplace folders

drowsy snow
crystal quiver
#

I want to have a vertical water plane, but when I rotate stuff it just stretches the ripples vertically and breaks heavily... is there a setting I'm missing somewhere for like, local up axis?

tall sorrel
#

is it ok for grass to be in the green range (level 4) on overdraw?

#

I'm using megascans, and I heavily optimized it with lods, and lowered the starting tris, and I also have it culling, but I cannot get it out of green without it looking really bad

#

I had bushes and some variety grass that was in green, but I managed to get that all the way to level 2 and they still look good

edit: sorry for all the editing if you are replying to me

real heath
tall sorrel
#

makes sense, its just really hard when some of the megascans are over done if that makes sense.

#

one of my extra bushes, the lod 0 when I first imported it was like 6k, and I cranked it all the way down to 300, and it still looks basically the same

#

and I did download the 2k models, nothing 4 or 8k

real heath
#

Yep, but that's what makes the difference between something well crafted and an asset flip. Nothing wrong with assets as long as you don't slap em together with no care for performance and best practices. Always have a target system in mind and build your performance budget around that

tall sorrel
#

yea I'm aiming for pc, and I have a 1660ti, ryzen 5 3600x, 16 gigs ram, kinda mid tier, and I am getting 120 fps + when playing (I have it capped), and thats with grass shadows and post processing effects, but I'm just trynna get it potentially more doable on an even lower end machine

#

but nothing like a leap to mobile or console or anything like that

#

which pc was the target I always had

tall sorrel
# real heath Yep, but that's what makes the difference between something well crafted and an ...

Hey bro, lmao I just figured it out, the vertices on the grass were staying at the normal model range when I changed the amount of lods, reduced the triangle percent and set default lod to 1 as an added boost. On all the other models the vertices were changing, but I switched it to any termination and manually reduced them, and I am in the blue and it sharpened the model up a bit as well. Thanks for the help, sorry, I've never done optimization before, so that was probably a no brainer to try.

real heath
#

So yeah, was just a lot of overdraw then? Nice solve

neon bough
tall sorrel
#

yea, I guess since vertices actually hold data or whatever they were causing an issue by still being there.

bold gulch
#

i already got some progress hehe

tall sorrel
#

idk why it happened though, all the other models manually reduced vertices as well

neon magnet
#

Guyses, I have like 1500 static meshes that I want to add to an array. They're way too many that I can't see them all with just the maximum -12 zoom out scalar in the BP graph. Suggestions?

#

I have a feeling I'll have to make them into blueprints lol

#

dammit

neon magnet
# modest trench How about a data asset?

Well what I want to do is have all the windows in my level and change their emissive properties and I want to do it on random selections to mimick people living in buildings. Would that work with data asset?

modest trench
#

ah, I misunderstood your usecase

neon magnet
modest trench
#

I honestly have never had to deal with anything like this before

#

My first assumption is that a 1500 large array of just actor pointers isn't that bad

#

just... don't check every single one on tick

#

aren't they instanced by default as of 4.22? I forget

#

yeah I'm honestly not sure what the best solution is that isn't just stuffing the windows all together and running the lights on/off through a material

neon magnet
#

Is is through material

#

I want to (or have to) put them all in an array so that I can randomly select a bunch of them whose material will become emissive (instead of all of them which is unrealistic)

#

@plush yew how do you mean? What I'm going to do is just set the emissive on or off

#

does that mean that the engine finds assets using the same material and then set some of them on/off/whatever?

#

that's okay for now I just want the binary on off out of the way before we make it more complicated 😄 😄

#

can I do this, where I select all windows in the level, dynamic-assign random selections of them the material instance with the emissive enabled and the rest with it disabled/default?

#

thanks I'll check it

#

@plush yew am I screwed considering that for some reason my windows are not using the same mesh? As in, they're supposed to be the same mesh (from my DCC) and for the most part I've managed to have all copies be instances using the same mesh ... but for some reason here they're not imported that way into unreal and I'm not entirely sure why. It's been some time so I'll have to reinvestigate that ...

#

my guess is that because of the rotation-changes, it messed with xforms and eventually ended up breaking the instances and making them all unique and I didn't bother with it anymore as it was causing me much grief

#

btw yes they all are the same material

tall sorrel
#

does this look ok? It's a survival game, and this is the main menu

edit: yes the deer is fully functional, it eats, wanders, looks around, and gets spooked by the player.

#

I'm also only like a year into learning unreal, and the main menu when you click a button the camera will go down the path and seemlessly load the another level using fog

#

so it looks like you are moving down the path

#

here is the amount of meshes, is this a good amount? I spent some time removing stuff that didn't affect the camera, and the meshes are megascans that I reduced the tris and verts by like 75%

edit: and they are lodded with culling

neon magnet
#

that's okay it's just like 8 vertices per mesh so on average it's 12k vertices for all the windows combined.

#

the main FPS killer is my damn planar reflections but there's no way around that other than managing the flags/details

tall sorrel
#

but it is just going to be a temporary widget until I get some nice artwork for a background, and the buttons themselves and such.

#

I still have to make like 4 other main menu maps though for the transition maps

bleak zodiac
tall sorrel
#

nope, haven't touched any of that stuff yet

#

I have 2 courses next semester that are multiplayer courses

#

so I could maybe turn it into it, if I haven't already screwed it up, which all I have made programming wise is the deer and a crow that does the same thing as the deer, except flies when it is spooked.

#

and all thats on an animal controller I made, which I am pretty sure is the way to go for multiplayer, but idk.

#

@bleak zodiac

bleak zodiac
bleak zodiac
tall sorrel
# bleak zodiac ouh, study game development?

sorta, I enjoyed making games for a while, and I knocked out several general study college courses in high-school, and so the same community 2 year college that offered those online highschool duel credit courses has a AAS degree in game development, so I went to do that, since I accidently had all the core classes knocked out for it. This upcoming semester is my last, and once I get my degree I am going to go to a 4 year for computer science.

tall sorrel
# bleak zodiac you know very well the Ai/behavior tree?

yea, all the logic for the two animals is on a behavior tree, only thing the controller does is run it on begin play, which could maybe be done better or not idk.

edit: we actually had a class that just went over ai stuff.