×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: C++
Posted by: Pieter De Bie
Added: Jan 4, 2021 7:19 AM
Views: 4675
Tags: unreal
  1. TArray<AActor*> TurretActors;
  2. UGameplayStatics::GetAllActorsOfClass(GetWorld(), APawnTurret::StaticClass(), TurretActors);