1

I am using Unreal Engine version 5.5. And try to understand Gameplay Ability System. But in this part of the tutorial I got a problem. I can't understand how fix the problem.

I create the class, create PostGameplayEffectExecute method:

enter image description here

But in the implementation - in the c++ file, I don’t have option for Data - Data.EvaluatedData. enter image description here

When I run in Unreal debug mode with break-point inside the method Data is empty: enter image description here

How fix it?

1 Answer 1

1

I find the solution.

May be it help someone.

#include "GameplayEffectExtension.h"
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.