Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsPrefabRoot
Method
IsPrefabRoot
Source/Engine/Level/Actor.cpp:1548–1551 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1546
}
1547
1548
bool Actor::IsPrefabRoot() const
1549
{
1550
return _isPrefabRoot != 0;
1551
}
1552
1553
Actor* Actor::GetPrefabRoot()
1554
{
Callers
3
GetPrefabRoot
Method · 0.80
FromBytes
Method · 0.80
Clone
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected