Hi all,
I just came to create a new Component. All seems to be ok: I see it into the editor, I can create it on my Entity, change its properties etc... No problem.
My problem is that if I try to parse my Entity components with this code line:
myEntity->GetComponents(allComponents);
I cannot see this new Component into the allComponents vector.
Have you any idea about that ?
Thanks a lot.
Joël.