最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

c++ - Unreal Engine 5.5. GAS PostGameplayEffectExecute. Problem with Data - Stack Overflow

programmeradmin4浏览0评论

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:

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

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

How fix it?

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:

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

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

How fix it?

Share edited Mar 8 at 22:52 Amelkai asked Mar 8 at 22:02 AmelkaiAmelkai 413 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

I find the solution.

May be it help someone.

#include "GameplayEffectExtension.h"
发布评论

评论列表(0)

  1. 暂无评论