Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetOrderInParent
Method
GetOrderInParent
Source/Engine/Level/Actor.cpp:415–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
int32 Actor::GetOrderInParent() const
416
{
417
return _parent ? _parent->Children.Find((Actor*)this) : INVALID_INDEX;
418
}
419
420
void Actor::SetOrderInParent(int32 index)
421
{
Callers
4
SynchronizePrefabInstances
Method · 0.45
CollectPrefabInstances
Method · 0.45
SynchronizePrefabInstances
Method · 0.45
ApplyAllInternal
Method · 0.45
Calls
1
Find
Method · 0.45
Tested by
no test coverage detected