SpawnedActors - muchenhen/UnrealEngineMemreportParser GitHub Wiki

SpawnedActors信息

Listing spawned actors in persistent level:
Total: 162
TimeUnseen,TimeAlive,Distance,Class,Name,Owner

Listing spawned actors in persistent level: Total: 162 表示在持久化关卡中列出了162个生成的角色(actor)。

  • TimeUnseen 未被看见的时间
  • TimeAlive 存活的时间
  • Distance actor距离Player的距离
    const float DistanceToPlayer = FVector::Dist( Actor->GetActorLocation(),  PlayerLocation );
    
  • Class Actor类
  • Name Actor名字
  • Owner Actor的所有者