iniside
(iniside)
1
URPGAttributeComponent with this:
TSubobjectPtr<class URPGAttributeBase> AwsomeAttributeSubObject;
And I initialize it in the same component constructor.
I also have GameAttributeComponent which is subclass of URPGAttributeComponent.
Now I want to initialize my Subobject to be of class UGameAttributes.
How do I do it ?
iniside
(iniside)
2
I have found my answer here: