What is the Gameplay Tags in Unreal Engine 4 Source Files: https://github.com/MWadstein/wtf-hdi-files.

Find gameplays for your favorite games
What is the Gameplay Tags in Unreal Engine 4 Source Files: https://github.com/MWadstein/wtf-hdi-files.
Comments are closed.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
The problem I think is that actor classes don't have any gameplay tags and you can't add any without going into c++ since you can't edit actor with blueprints.
Hi Mathew, I figured out why that bottom node doesn't work: You need to do specific implementation in order for those kind of nodes to work. See this post about it: http://shootertutorial.com/2016/09/20/using-gameplaytags/
Hey Mathew, regarding the "Get All Actors of Class Matching Tag Query" node, I noticed it's looking for an "Actor Class" input. It seems you have not set it properly, or at all. Maybe that's the reason you couldn't make it work?
Thanks for the vids, always appreciated!