Thanks a ton for !
Thanks <3
Why not just Switch on Name? Also, is there a list of these FNames and what HMD type they refer to?
Thanks a ton for !
Thanks <3
Why not just Switch on Name? Also, is there a list of these FNames and what HMD type they refer to?
Hello, . Again, Thanks for Your great work!
Right now I am continuing making screenshots with your nodes presentations here in forum pages, first pack of those I posted in post number 2129.
I am still beginner of UE4 learning, and I got question that i am sorry if it will be silly.
Question: you Custom Config INI Vars - can those be considered and used as alternative to BP Interfaces, for transfering variables between BPs?
Or that is not a good thought? Thank You.
Hello ! I made a âHelp Screensâ, screenshots from thread - posted plugin features, updates, usage, notes. Previously I had a post with about half of screens, now there are screens from pages 1 to 142. Screens include pictureâs of 's BP nodes with his notes of usage, with some texts from that post. If there was large post, there will be 2 or 3 screenshots for one topic. Screenshots are named more or less to make sense what is it inside. screens are cropped, so, you donât see my super secret bookmarks tree on the left side Definitely there are some duplicates, sorry about that. Count of pictures is 200-something. Please give me some advice if there are wrong named files, or something important missing, etc. Bug report, please, so to speak.
Any other comments and suggestions welcome. I attached couple of partial listing examples, but full list is over 200 screenshots.
Thank you, , for those great additions to UE4, and thanks to other nice persons who contributed here.
Link to screenshots, distributed in two .ZIP files, each about 50MB:
Victory Plugin Load Errors / ApexDestruction
Sorry everyone I had Apex in the git version but not my local due to recent dev machine change, when I packaged it didnât include the ApexDestruction
Just add to the uplugin if you get ApexDestruction error
"Plugins" :
{
"Name": "ApexDestruction",
"Enabled": true
}
]
I will repackage soon
EDIT: I have now updated the 4.19 release in the original post of thread!
https://forums.unrealengine.com/development-discussion/blueprint-visual-scripting/4014-39--s-extra-blueprint-nodes-for-you-as-a-plugin-no-c-required#post4014
Thank you for creating wonderful resource @Thunder_Owl !
âââââââ
Thanks to YOU for those nodes. But, to be honest, even after screenshoting and , it is =still= kinda hard to keep in mind, what additional possibilities exists (and, there are others too, like âLow Entry Extended Libraryâ, and âMoreporkââŠ). And, in turn - sometimes I could even want to ârequestâ for some node to implement, but then I think - maybe it exists already, I just need to remember where?
EDIT: real recent example of my thinking: would be nice to have node that can set line trace from actorâs front direction to any given axes angles, and set length. And, feed that to linetrace âendâ input. But maybe such exists laready? I am just too un-experienced to know for sure.
Hello again. I decided to ask what I already wondered in my previous post, no matter if it is maybe silly or just âwrong questionâ. I was thinking, making custom angle and direction line trace from actor is not very straightforward, but it involves just a math and trigonometry - so maybe it should not be hard to make a custom ânodeâ like i imagine in illustration attached? I was searching around, maybe there is already something like that, but did not find such. Any thoughts on , please? Maybe it can be made? Or, if it exists, please point me to that? Thank You!
EDIT: in that imagined node illustration, i forgot to edit to imagined name - âMake Traceâ (âDraw Traceâ).
Hi,
I just tested the 4.19 release and I see that the âAnimatedVertex__GetAnimatedVertexLocationsâ node has been removed.
I hoped that Iâd have to do was add the code back into the cpp/h files, however itâs failing to compile at: Mesh->ComputeSkinnedPositions(Locations); stating that it âfunction does not take 1 argumentsâ.
I just wondered how I can fix (what other arguments is it after?), or whether thereâs an alternative way to get the array of vertices.
Thanks.
Hi !
thank you for that great plugin!
I have a question. How to unload the textures loaded by the function âLoadTexture2D_FromFileByExtensionâ ?
Hey, I heard a lot about you
Thanks for the stuff you are creating for the community!
Is there a way to choose the texture from an open-file-dialog? I want enable users to use their custom images
pls help. i donât understand how to convert into Instanced Static Mesh by pressing âiâ my own mesh. meshes by are convert but my dont convert. UE4.16
I am attempting to work with right now. I added the interface to two actors, set the teams to 1 and 2 with set Generic Team ID, and I have ai perception and stimulus set up. If I set the ai perception to find enemies, neutrals, and friendlies my actor is found. If it is set to just enemies the actor is not found. Am I missing a step?
Not that I am aware of.
Unfortunately the AI perception/stimulus system has various issues, some of which are related to the way it uses / doesnât use the IGenericTeamAgentInterface.
We have various comments and fixes in our source relating to these, along with some colourful language
Hi
Glad to see your plugin is alive and become a really indispensable thing for such amount of UE4 users.
But I have a next question.
There is a thing we, BP only users, still donât have even as affordable paid plugin.
Iâm about a custom AI tick based pathing with jumping logic like youâve described in wiki
thereâs a lot of BP only users like me, who can, in the best case, copypaste some code and even modify it a little,
but who are completely helpless when something goes wrong during compilation.
So.
Maybe we can somehow motivate you to build it as a plugin?
Iâm not speaking about free one like Victory, but a paid marketplace one,
or maybe we could organize some crowdfunding to compensate and efforts
Everything have itâs price in money and , so please, tell us, if there is a possibility you can spend your for such a plugin, and if yes, whatâs the price.
Hi, is it possible to load an image from a web server by adding the URL adress in the âFull File Pathâ in the âVictory Load Texture 2D from fileâ?
Thanks
No, it will only load off the local computer.
So, Iâm having weird where:
In editor when we try to call to load a string from our Engine.ini Screenshot - f3d2e423949f98bf0b93d831f8e9d5f2 - Gyazo
It works in editor and standalone mode. But when I attempt to do it when we package the game for distribution, it doesnât work. Like, the node gets fired off because the Test.txt file appears ( Screenshot - c47db4c7a2b8ac96932577ae6a959f65 - Gyazo and it makes that save text appear, but it just doesnât work for what we need it to.
Has anyone managed to use the âCapture 2D Save Imageâ successfully? Iâve managed to get the load 2d texture node to work but with one havent had any success, Iâve tried various setups and file types but it never appears to save anything. Wondering if anyone knows a work around?
Thanks!
Hi there! I wanted to make sure to acknowledge your request
Currently I donât have the to update the multi-threaded AI Jumping logic to 4.19 and also make it BP-accessible.
=sMMSQdnyt6o
A very exciting starting point though would be exposing more of the Nav Mesh core functions that would allow you to do your own calculations.
I will work on at my next opportunity.
Special thanks to @ for stopping by in thread!
WooooT⊠thanks⊠I was writing a small bit for creating a proc in BPs⊠but you already have it here⊠Thanks a bunch! I canât wait to try out some of those other goodies too. Thanks to the other contributers as well.
You donât have something in here that can log a WAN address and/or port do you? ⊠Edit: Found on page 89 usage for the send/request node! Hells yeah! Iâve been putting these two things off forever⊠and here I find youâve it for us. Thank you sooooo much.
keep up the good stuffâŠ