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的所有者