Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1748
Actor* Level::FindActor(const Guid& id)
1749
{
1750
return Scripting::TryFindObject<Actor>(id);
1751
}
1752
1753
Actor* Level::FindActor(const StringView& name)
1754
{
Callers
nothing calls this directly
Calls
3
FindActorRecursive
Function · 0.85
FindActorRecursiveByType
Function · 0.85
Count
Method · 0.45
Tested by
no test coverage detected