Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TWeakObjectPtr issue #87

Open
DreadDev1 opened this issue Oct 5, 2022 · 1 comment
Open

TWeakObjectPtr issue #87

DreadDev1 opened this issue Oct 5, 2022 · 1 comment

Comments

@DreadDev1
Copy link

Hello there, I am currently working on reproducing your project so that I can understand it.

In my GDHeroCharacter.cpp I am getting this error
GDHeroCharacter.cpp(193): [C2664] see reference to function template instantiation 'TWeakObjectPtr<UGDAttributeSetBase,FWeakObjectPtr> &TWeakObjectPtr<UGDAttributeSetBase,FWeakObjectPtr>::operator =(U *)' being compiled

I have attached a .txt file with the complete compile error. I copied the code exactly from the GDCharacterBase and the GDHeroClass and I am having trouble finding why this is happening.

TweakObjectPtr.txt

@vocthor
Copy link

vocthor commented May 10, 2024

Hey, I also got a similar issue.
For me, it was an import issue : be sure you've included your AttributeSet at the beginning of your cpp file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants