Can’t add Actor in my property
UPROPERTY(VisibleAnywhere)
AActor * PlayerToTeleport;
UPROPERTY(EditAnywhere) //cant add actor from the scene .Even when I choose, it stays none.
AActor * CollisonVolume;
UPROPERTY(EditAnywhere) //no problem
FVector TeleportTo;
Knowing that this is not a placed blueprint .