admin管理员组文章数量:1410730
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 badges1 Answer
Reset to default 0I find the solution.
May be it help someone.
#include "GameplayEffectExtension.h"
本文标签: cUnreal Engine 55 GAS PostGameplayEffectExecute Problem with DataStack Overflow
版权声明:本文标题:c++ - Unreal Engine 5.5. GAS PostGameplayEffectExecute. Problem with Data - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744884278a2630394.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论