Thereās also my old 4.22 Flow port : https://github//UnrealEngine/tree/4.22-Flow-WIP but it doesnāt render fluids either. Fluid sim itself works, just not the rendering, so you can still use it with cascade particles but thatās not what most people would use Nvidia Flow with. Itās really the rendering side changes that make 4.22+ ports hard now.
I did check the trashbyteās changes. There were tons of unrelated things I cleaned out and eventually just ended up taking api fixes and added the FORCEINLINE mentioned on the previous page and added these on top of my old WIP branch and cleaned that one as well. 4.21 FleX can be found :
FleX does work with setup now but I had to disable the uniform buffer checks as was also done on the trashbyteās repo. Iām not super happy about but removing the checks doesnāt appear to break anything. I did test all test maps in the editor to work properly and did a development conf packaging test on Win64 (my Gameworks repos probably donāt even work properly on Win32 as Nvidia Blast integration doesnāt ship binaries for it).
Iāll merge FleX to 4.21-GameWorks and 4.21-GameWorks+WaveWorks branches next once I can verify the integration along with other GW techs doesnāt break anything, still doing first build atm.
Bit late but I just tested while upgrading 4.21-GameWorks. What you showed on your screenshot doesnāt happen for me, not in deferred nor in forward so Iād guess thereās some on the merge on your custom engine?
Wasnāt soon but itās now included on 4.21.
I added FleX to my 4.21 branches, thanks for the trashbyte and karma4jake for the FleX fixes (also added small credits section to my GW branches readmeās):
(just UE 4.21.2 and Nvidia FleX) (4.21.2 and Nvidia Blast, FleX, Flow, HairWorks, HBAO+, TXAA, VXGI 2) (4.21.2 and Nvidia Blast, FleX, Flow, HairWorks, HBAO+, TXAA, VXGI 2, WaveWorks)
@ I compile your 4.21-flex,but get some error.
25>H:\Source\ue4_gameworks\UnrealEngine\Engine\Source\Editor\BehaviorTreeEditor\Private\DetailCustomizations\BlackboardSelectorDetails.cpp(173): error C4800: Implicit conversion from āconst wchar_t *ā to bool. Possible information loss
25> H:\Source\ue4_gameworks\UnrealEngine\Engine\Source\Editor\BehaviorTreeEditor\Private\DetailCustomizations\BlackboardSelectorDetails.cpp(173): note: consider using explicit cast or comparison to nullptr to avoid warning
25> [2/235] Module.DetailCustomizations.1_of_4.cpp
25>H:\Source\ue4_gameworks\UnrealEngine\Engine\Source\Runtime\Core\Public\Misc/Attribute.h(43): error C4800: Implicit conversion from āconst OtherTypeā to bool. Possible information loss
@xermao are those just intellisense errors? if so, itāll still compile fine. FleX changes donāt touch behavior trees so you probably see the same warnings if you compile regular 4.21 as well.
I fix problem as @ said,but another problem appear.
in picture,if a cloth is not on the floor,it is fine,but when it fall to the floor,there will be a weird shadow.
Hello. Iām new in GameWorks.
Why canāt I get access to and https://github//UnrealEngine? Iāve lready linked my Epic Games and GitHub accounts. I also have already get Nvidea developer account.
I just need flex to my UE4 4.18 projectā¦
You donāt need nvidia dev account to access ue4 forks but you do need to be logged in to github with the same account you linked to Epic to see these repositories. Also do note that if you just linked the accounts, the link can take few hours to work initially.
Have anybody tried to compilate 's builds with flex or gameworks for Linux? Iād tried 1.18, 1.19, 1.20, 1.21. But all of them were failed for me on āmakeā stage.
Nvidia only provides Windows binaries for most of their GameWorks integrations, for Blast you get only Win64 for example unless you compile Win32 from Blast sources (which are not provided in these integrations anyway). There might be some tech there that would work on linux if used alone, like Nvidia FleX when used with cuda, but most things require Windows. Some of the techs (like Nvidia Flow) are also DirectCompute only, so they rely on Windows due to directx 11+ requirement, thereās nothing you can do about .
Is it officially dead? In the recent 4.23 Release Highlight livestream at 1:17:52 itās mentioned that they have no plans to continue to work on SVOGI however Epicās SVOGI implementation hasnāt been active in years so it can be assumed that they are talking about Nvidiaās VXGI? Hopefully we will still get an updated 4.23 build for all the gameworks features as they offer many features which are still not implemented in the default engine. Even while we now have DXR global illumination and SSGI there is still many upsides to using VXGI in certain situations so one can only hope.
Hey. Thank you for your hard work! There is already a version of Flex 4.22 https://github/xoyojank/UnrealEngine/tree/4.22-FleX from xoyojank. The UE4 engine version 4.23 has already been released. When can you expect UE4 Flex 4.23? I wanted to get started immediately on UE 4.23 Flex.
Iāve noticed that BLAST works as a plugin instead of requiring a source build. But hasnāt been updated in a yearā¦ Anyone worked with it and could share some experience?