Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ GetParent
Method
GetParent
Sources/OvCore/src/OvCore/ECS/Actor.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
OvCore::ECS::Actor * OvCore::ECS::Actor::GetParent() const
236
{
237
return m_parent;
238
}
239
240
int64_t OvCore::ECS::Actor::GetParentID() const
241
{
Callers
13
IsDescendantOf
Method · 0.45
GetPrefabInstanceRoot
Function · 0.45
ExpandTreeNode
Function · 0.45
ExpandTreeNodeAndEnable
Function · 0.45
Hierarchy
Method · 0.45
SelectActorByWidget
Method · 0.45
AttachActorToParent
Method · 0.45
DetachFromParent
Method · 0.45
DeleteActorByInstance
Method · 0.45
ResolvePrefabInstanceRoot
Function · 0.45
FindDuplicatedActorUniqueName
Function · 0.45
RevertActorToPrefab
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected