MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / FindActor

Method FindActor

Source/Engine/Level/Level.cpp:1748–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1746#endif
1747
1748Actor* Level::FindActor(const Guid& id)
1749{
1750 return Scripting::TryFindObject<Actor>(id);
1751}
1752
1753Actor* Level::FindActor(const StringView& name)
1754{

Callers

nothing calls this directly

Calls 3

FindActorRecursiveFunction · 0.85
FindActorRecursiveByTypeFunction · 0.85
CountMethod · 0.45

Tested by

no test coverage detected