document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. Super::BeginPlay();
  2. AStaticMeshActor* StaticMesh = Cast<AStaticMeshActor>(SM);
  3.  
  4. if (StaticMesh)
  5. {
  6.     GLog->Log("The actor you chose is a static mesh actor!");
  7. }
');