Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Overload-Technologies/Overload
/ HasParent
Method
HasParent
Sources/OvCore/src/OvCore/ECS/Actor.cpp:181–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
179
}
180
181
bool OvCore::ECS::Actor::HasParent() const
182
{
183
return m_parent;
184
}
185
186
OvCore::ECS::Actor * OvCore::ECS::Actor::GetParent() const
187
{
Callers
7
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
Calls
no outgoing calls
Tested by
no test coverage detected