do you want to add an Array of references to actors inside a Character-class?
something like:
class AYourCharacter : ACharacter
{
UPROPERTY()
TArray<AActor*> someActorArray;
}
then you should look at this: link text
do you want to add an Array of references to actors inside a Character-class?
something like:
class AYourCharacter : ACharacter
{
UPROPERTY()
TArray<AActor*> someActorArray;
}
then you should look at this: link text