Josiah-Kunz / Gene-Hunter

Gene Hunter is a monster catcher game created in Unreal Engine 5. It is in the same genre as Pokémon, but it is not a clone and has no affiliation. See README.md for more info or email AskGeneHunter@gmail.com
3 stars 0 forks source link

EffectComponent Picker #43

Open Josiah-Kunz opened 1 year ago

Josiah-Kunz commented 1 year ago

Like for MutationComponent and stuff.

Josiah-Kunz commented 7 months ago

Postponed until we have Monsters that have mutations.

Josiah-Kunz commented 3 months ago

Need to use something like TArray<TSubclassOf<UMutationComponent>> Mutations. I think it's that simple =)