ubyte.dev creates C++ plugins for Unreal Engine 5.
Portions of the materials used are trademarks and/or copyrighted works of Epic Games, Inc. All rights reserved by Epic. This material is not official and is not endorsed by Epic.
Plugins
Gameplay Attribute Select
Gameplay Attribute Select is a plugin that adds two new Gameplay Attribute select nodes called Attribute Select and Contains Attribute Select.
Attribute Select takes a Gameplay Attribute, and returns the first option that matches that attribute.
Contains Attribute Select takes an array/set/map of Gameplay Attributes, and returns the first option that is contained inside that container.
Gameplay Tag Select
Gameplay Tag Select is a plugin that adds two new Gameplay Tag-based select nodes called Has Tag Select and Matches Tag Select.
They work similarly to normal select nodes but use Gameplay Tags for each option case instead. They also have the capability to:
Toggle whether tags should match exactly or partially.
Change the type of pins that are generated.
An automatically added Gameplay Tag option pin won't prevent you from deleting that tag in Gameplay Tags Settings.