MCPcopy 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
181bool OvCore::ECS::Actor::HasParent() const
182{
183 return m_parent;
184}
185
186OvCore::ECS::Actor * OvCore::ECS::Actor::GetParent() const
187{

Callers 7

ExpandTreeNodeFunction · 0.45
ExpandTreeNodeAndEnableFunction · 0.45
HierarchyMethod · 0.45
SelectActorByWidgetMethod · 0.45
AttachActorToParentMethod · 0.45
DetachFromParentMethod · 0.45
DeleteActorByInstanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected