MCPcopy 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
1548bool Actor::IsPrefabRoot() const
1549{
1550 return _isPrefabRoot != 0;
1551}
1552
1553Actor* Actor::GetPrefabRoot()
1554{

Callers 3

GetPrefabRootMethod · 0.80
FromBytesMethod · 0.80
CloneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected