Похожие чаты

About ue4 isn't it reasonable to completly avoid blueprints? bp

development is even slower than code with all those search drag drop design connect comment etc stuffs

12 ответов

19 просмотров

If it's easier to you to work with C++ only you can do it and it's completely fine. Exceptions are UI code, AnimBlueprint code, and probably the code related to high-level AI. These are very tedious to do in C++. I usually create a class in C++ and then a class in Blueprints inherited from it to bind data and tweak values.

Déjà vu- Автор вопроса
Pavel
If it's easier to you to work with C++ only you ca...

is there any hint to see that where bp hits performance of the game? my main concern is that otherwise some stuffs in bp are verry helpfull

Déjà vu
is there any hint to see that where bp hits perfor...

There's some console command stat or stats if I recall correctly that shows where the frame time goes. Also probably Unreal Insights can show what code takes the most time

Déjà vu
is there any hint to see that where bp hits perfor...

If you have a lot of code in Blueprints and it takes too much frame time you can consider using blueprint nativization, it has its own limits, basically you can't use some BP features with it (mainly some new features that are not yet supported for nativization). We used it on one mobile project and it was a big win for performance. But for desktop it may be not that big difference I guess.

Déjà vu- Автор вопроса
Pavel
If you have a lot of code in Blueprints and it tak...

it produces a very ugly code but i thought about it to convert all blueprints before final shipping compilation. don't know if there is any bad behaviour in it or not

Déjà vu
it produces a very ugly code but i thought about i...

If you know that you will use it it's better to start early, because you may use some code that can't be nativized. As for readability, this generated code doesn't meant to be read (well, sometimes when hitting some difficult to trace bug that reproduces only with nativization you may have to do that, but that's super rare).

Déjà vu- Автор вопроса
Pavel
If you know that you will use it it's better to st...

so it just returns error on some blueprints?

Déjà vu
so it just returns error on some blueprints?

It fails a build with some errors, I don't remember exactly at what step but it's not always clear that the problem is in nativization. So if it's being enabled at late steps of the development it can be a pain to investigate why it doesn't work.

Déjà vu
it produces a very ugly code but i thought about i...

Well, people say UE5 deprecates and removes nativization :)

Déjà vu- Автор вопроса
Pavel
Well, people say UE5 deprecates and removes nativi...

may somebody fork it and continue better

Déjà vu
may somebody fork it and continue better

It would be a lot of work and digging into the engine to support it, so I guess it's unlikely

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
any reference of this implementation?
BitBuddha
29
Ⓐrtto, [4/23/24 7:02 PM] Please explain more fully how it is not working exactly, and what are the steps you are taking, and what error messages come or what happens. Ⓐrtto, ...
Ezza Kezza
2
sounds like people have lost their kaspa on tradeogre... does this mean tradeogre not trustworthy?
Ezza Kezza
15
Страшнейшая правда про списки ЦБ. С первых дней жизни P2P сферы, молодые человеки, начитавшись законодательной базы и "внутренних" документов, решили, что им противостоит сер...
Foxcool
3
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
So much speculation in the last week. So much volatility in price. This is because Hedera has a GC that isn't using the network it's governing. Why aren't people asking why a...
Summit Seeker R
9
Карта сайта