Unreal Engine

All unreal engine related tutorials, tips and tricks.

All about BTTasks in C++

I get a lot of question on Unreal Slackers Discord about custom BTTasks in C++, how to create and some of the more obscure stuff with tasks. I will be going over some of the things that will help you with these tasks. First of, lets start with some constructor stuff we can do. There All about BTTasks in C++

Applying Gameplay Tags from SourceObject into Effect Spec

In my game, i wanted to grab Gameplay Tags from the source object if possible, and apply them into the captured tags of the Gameplay Effect Spec. With this in mind, i went searching through the system, and found the following function gets called UGameplayAbility::ApplyAbilityTagsToGameplayEffectSpec. I was like great that is exactly what i need, Applying Gameplay Tags from SourceObject into Effect Spec