Thanks for your help. I did switch it to be a project plugin vs an engine plugin and finally got it to build.
those log messages still exist tho, but at least the thing functions.
Thank you for the great tools! I’m really benefiting from your load texture from file node as my program allows us to supply new photos over via cloud storage and the client can download them into a folder and the program will go find them and throw them on a widget brush as required. Also used your game directory file to eliminate the need for them to specify where they installed it!
Great stuff. You’re in the credits! (More like fine print…but there!)
So glad I switched from 3ds interactive. community is unbelievably helpful.
Now to just learn c++ so I can contribute something.
Good day! Help solve the problem with Scene Capture 2D Save image. It seems to have everything correctly, the function should be processed immediately after launching the game, but the destination folder is empty. What could be the problem?
Hi community! We are in urgent need to get the victory plugin working on 4.22 preview build. I was not able to find a working build for 4.22 (which is expected as from my previous experience release on full released versions).
is there any way we could compile the source code to work on 4.22? Or is there anybody in the community who has a working 4.22 version?
I am using the AI Move To With Filter node. The node itself is working, but any delays I am putting before or after it in the BP function are not. A breakpoint on the delay stops execution correctly, but it is like the delay actually never happens.
I have the Move To With Filter node in a looping BP function. When the function ends, it calls itself again. The delay should happen after the Move To, the AI pawn should stop while the delay fires, and then should begin moving again. Currently it immediately picks a new point on the nav mesh and begins the move immediately.
Upon further inspection it seems to be because node is not setup as a Latent action. (no latent in the meta for the declaration) Currently trying to find if there is a way to modify it to be latent or not.
Hi, recently I have also been researching the problem of saving pictures and found blueprint method. At first I couldn’t use method properly, then I read the C++ source code and found the possible problem according to the comments of .
In Texture Render Target 2D, you need to set the Render Target Format to RTF RGBA8. setting defaults to RTF RGBA16f
Hi Ramma
i’m using matlab to develop an application which receives the file path of an image and returns the diagnosis/classification result to the user when the player presses a key in the game.
I found , for now, three ways if I am not wrong.
use a blueprint function library in the code and expose it to the blueprint. doesn’t work for me though I still don’t know why because it opens other applications from the system like notpad and internet explorer. It tries to open my application but stops saying “too many inputs”
compile the matlab function to C++ shared library to generate .dll .lib .h and other files to be used in the C++ source code. the problem I faced for technique is I don’t know exactly how to link and use these files in my code. in unreal there is no way to link other files in the visual studio
the last option is to use your plugin. I think you used the first technique above to create the plugin. I want to try it but I don’t know what commandline Args mean.
so my question is
can you explain how to use the plugin in blueprints
Can you help me in finding a solution for my case please if you think the plugin can’t fix it? like using the 2nd technique I mentioned above or any other way you might have
And was looking for ways to update it to newer versions of the engine, but i cant figure it out. would be amazing if you give me some guidelines to make it work with ue4.18.
I´ve fixed some minor stuff and get it to have no errors, but when compiling i get a Compile Error code 5 (Other compiling errors)
I’m kind of lost and would really like to have working!
hello ,
can you help me out please ?
I have an application made using matlab. I want to run it in ue4 when the player presses a key. I want to use your plugin but I don’t know the details of the nodes. especially the “commandline Args”. can you explain that node please?
Thanks for your !
Hi !
First of thanks a lot for you have for the community!
I would like to know if you would ever update the VictoryEdEngine to 4.21 or above. I am currently struggling with a project with countless meshes (mechanical pieces from datasmith) and I would love to use your plugin in order to create a single instanced mesh for the different parts of the machine.
Would be possible to have the same functionality applied to Hierarchical Instanced Static Meshes?
and then tells me that vorbis_obj is missing the syntax of ‘;’ but after reviewing the code it seems solid, and shouldnt be giving me error. Would anybody know why is happening? I’m on 4.22 preview ( I know is preview and would expect problems but honestly I’m having trouble understanding why would be causing problems now)
To be depending on VictoryBPFunctionLibrary is very bad. Every UE4 are upgraded, library have to be updated as well.
I’m using a fraction of lib and everything else I deleted, and since then I never have any problems when upgrading UE4.
That’s true, but unfortunately, when you work on projects you started when you didn’t know anything, it is very hard to remove the dependencies on library.
I’m currently using plugin for my upcoming project. Everything works fine on Windows, but after migrating it over to Mac I’m running into a strange error that I am unsure how to fix. XCode throws error everytime I load up a level or open a blueprint, even a blank one:
Reason I believe VictoryPlugin is causing is due to researching the and seeing a couple other Answerhub queries about it, and also a post in very thread. Engine version is 4.16, which I realize is a bit old, but unsure why it wouldn’t work anyway. I’ve also attempted disabling the plugin but the persists.